[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling bitchx 75p3
Ron 'The InSaNe One' Rosson wrote:
>
> On a machine running 2.6 Snapshot from Nov 20 I am unable to get this
> port to compile. I have questioned local friends on this issue and it
> seems this only happens on system that start at the 2.6 Level. If they
> have upgraded from 2.5 they do not see this. Here are the items that
> stick out during the make process:
>
> cc -O2 -Wall -I../include -c cdcc.c
>
> cc -O2 -Wall -I../include -c misc.c
> misc.c: In function `convert_time':
> misc.c:138: warning: long int format, time_t arg (arg 3)
> misc.c:138: warning: long int format, time_t arg (arg 4)
> misc.c:138: warning: long int format, time_t arg (arg 5)
> misc.c:138: warning: long int format, time_t arg (arg 6)
> misc.c: In function `showidle':
> misc.c:424: warning: long int format, time_t arg (arg 4)
> misc.c:427: warning: long int format, time_t arg (arg 6)
>
> cc -O2 -Wall -I../include -c numbers.c
> numbers.c: In function `numbered_command':
> numbers.c:1402: warning: long unsigned int format, unsigned int arg (arg 3)
> numbers.c:1413: warning: long unsigned int format, unsigned int arg (arg 3)
> numbers.c:1416: warning: long unsigned int format, unsigned int arg (arg 3)
> numbers.c:1419: warning: long unsigned int format, unsigned int arg (arg 3)
I have had this problem since 2.5 when compiling this port. Recently I
begain work on correcting these errors and was sucessful (in getting rid
of the errors that is). BUT, the fact still remains that with or
without the errors, it will always "Segmentation fault" upon initial
connection and login to an irc server.
Anyone else have these problems?
-Brandon