Date: 23 Sep 2002 15:03:17 -0400 From: Matt Smith <matt@forsetti.com> To: freebsd-questions@freebsd.org Subject: port: pilot-link compile error Message-ID: <1032807798.52624.9.camel@localhost>
next in thread | raw e-mail | index | archive | help
CVSup from this morning, been having this problem for a couple of days. pilot-link won't compile, using 2.95.4 20020320, although I have gcc-3.1.1_20020909 port also installed. <snippet> cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/local/include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/local/include/tcl8.3 -c palmpix.c -fPIC -DPIC -o .libs/palmpix.lo In file included from /usr/include/sys/types.h:48, from /usr/local/include/stdint.h:9, from /usr/local/include/inttypes.h:3, from palmpix.c:34: /usr/include/sys/inttypes.h:16: redefinition of `uint8_t' /usr/local/include/stdint.h:5: `uint8_t' previously declared here /usr/include/sys/inttypes.h:17: redefinition of `uint16_t' /usr/local/include/stdint.h:6: `uint16_t' previously declared here /usr/include/sys/inttypes.h:18: redefinition of `uint32_t' /usr/local/include/stdint.h:7: `uint32_t' previously declared here /usr/include/sys/inttypes.h:19: redefinition of `uint64_t' /usr/local/include/stdint.h:8: `uint64_t' previously declared here *** Error code 1 Stop in /apps/ports/palm/pilot-link/work/pilot-link-0.11.4/libpisock. *** Error code 1 Stop in /apps/ports/palm/pilot-link/work/pilot-link-0.11.4. *** Error code 1 Stop in /apps/ports/palm/pilot-link/work/pilot-link-0.11.4. *** Error code 1 Stop in /apps/ports/palm/pilot-link. </snippet> any thoughts? -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1032807798.52624.9.camel>