Date: Wed, 21 Apr 2004 12:35:04 -0500 From: "Shawn Kennedy" <shawnlkennedy@lucent.com> To: <freebsd-questions@FreeBSD.org> Subject: PORT comms/gnokii won't build Message-ID: <NEBBLNBDCLDILGOPJLGIIEGBDHAA.shawnlkennedy@lucent.com>
next in thread | raw e-mail | index | archive | help
A port update came in for gnokii and I can't get it to build. It's trying to use stdint.h even though it checks for it and cannot find it (finds inttypes.h which is correct). Below is the offending portion of the build. Anyone with any ideas? Shawn ===================================== . . . cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu de -c gsm-encoding.c -o gsm-encoding.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O -pipe -I../include -O -pipe -I/usr/lo cal/include -fPIC -I/usr/X11R6/include -o gsm-common.lo -c gsm-common.c cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu de -c gsm-common.c -fPIC -DPIC -o .libs/gsm-common.o cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu de -c gsm-common.c -o gsm-common.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O -pipe -I../include -O -pipe -I/usr/lo cal/include -fPIC -I/usr/X11R6/include -o sms-nokia.lo -c sms-nokia.c cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu de -c sms-nokia.c -fPIC -DPIC -o .libs/sms-nokia.o cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu de -c sms-nokia.c -o sms-nokia.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O -pipe -I../include -O -pipe -I/usr/lo cal/include -fPIC -I/usr/X11R6/include -o nokia-decoding.lo -c nokia-decoding.c cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu de -c nokia-decoding.c -fPIC -DPIC -o .libs/nokia-decoding.o nokia-decoding.c: In function `calnote_get_alarm': nokia-decoding.c:227: warning: assignment makes integer from pointer without a c ast cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu de -c nokia-decoding.c -o nokia-decoding.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile cc -O -pipe -I../include -O -pipe -I/usr/lo cal/include -fPIC -I/usr/X11R6/include -o pkt.lo -c pkt.c cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu de -c pkt.c -fPIC -DPIC -o .libs/pkt.o pkt.c:34: stdint.h: No such file or directory gmake[1]: *** [pkt.lo] Error 1 gmake[1]: Leaving directory `/usr/ports/comms/gnokii/work/gnokii-0.6.1/common' gmake: *** [common] Error 2 *** Error code 2 Stop in /usr/ports/comms/gnokii. # exit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NEBBLNBDCLDILGOPJLGIIEGBDHAA.shawnlkennedy>