[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Snapshot Compile Error
- To: <hobbit (at) hswn.dk>
- Subject: Snapshot Compile Error
- From: "Michael Dunne" <dunne (at) AccuWeather.com>
- Date: Wed, 20 Feb 2008 17:00:40 GMT
- Cc:
Greetings,
I recognize that the snapshots are a work in progress, I would just like to make it known that the last several days have failed to compile for me. I am trying to compile on OS X 10.4.11 and I receive the following error:gcc -g -O -Wall -Wno-unused -D_REENTRANT -DBIND_8_COMPAT=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDarwin -I. -I/Users/hobbit/Desktop/snapshot/include -I/opt/local/include -I/opt/local/include -DMAX_ALERTMSG_SCRIPTS= -c -o do_alert.o do_alert.c
do_alert.c: In function 'make_alertid':
do_alert.c:71: warning: pointer targets in passing argument 2 of 'myMD5_Update' differ in signedness
do_alert.c: In function 'message_text':
do_alert.c:212: warning: pointer targets in passing argument 2 of 'addtobuffer' differ in signedness
do_alert.c:220: warning: pointer targets in passing argument 1 of 'msg_data' differ in signedness
do_alert.c:283: warning: pointer targets in passing argument 1 of 'msg_data' differ in signedness
do_alert.c:302: warning: pointer targets in passing argument 1 of 'msg_data' differ in signedness
do_alert.c:318: warning: pointer targets in return differ in signedness
do_alert.c: In function 'send_alert':
do_alert.c:464: error: parse error before ')' token
do_alert.c:466: error: parse error before ';' token
make[1]: *** [do_alert.o] Error 1
make: *** [hobbitd-build] Error 2
Thanks,
Mike