From owner-freebsd-questions@FreeBSD.ORG Wed Apr 21 10:35:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 079F916A4CE for ; Wed, 21 Apr 2004 10:35:10 -0700 (PDT) Received: from auemail2.firewall.lucent.com (auemail2.lucent.com [192.11.223.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA0D43D54 for ; Wed, 21 Apr 2004 10:35:09 -0700 (PDT) (envelope-from shawnlkennedy@lucent.com) Received: from ihmail.ih.lucent.com (h135-1-218-70.lucent.com [135.1.218.70]) ESMTP id i3LHZ5113047 for ; Wed, 21 Apr 2004 12:35:05 -0500 (CDT) Received: from il0015shawnlke2 (il0015shawnlke2.ih.lucent.com [135.185.54.213]) by ihmail.ih.lucent.com (8.11.7+Sun/EMS-1.5 sol2) id i3LHZ3n28464; Wed, 21 Apr 2004 12:35:03 -0500 (CDT) From: "Shawn Kennedy" To: Date: Wed, 21 Apr 2004 12:35:04 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: PORT comms/gnokii won't build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: shawnlkennedy@lucent.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2004 17:35:10 -0000 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