Re: Compiling on FreeBSD
Ben Suffolk <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
>>> strange, shouldn't happen on a fresh checkout. Did you use GNU make? >> Ah.... No I didn't, it gets a lot further with gmake :- >> tp_server.o -c test/test_http_server.c >> test/test_http_server.c: In function `client_thread': >> test/test_http_server.c:196: syntax error before `pid' >> test/test_http_server.c:198: `f' undeclared (first use in this >> function) >> test/test_http_server.c:198: (Each undeclared identifier is >> reported only once >> test/test_http_server.c:198: for each function it appears in.) >> gmake: *** [test/test_http_server.o] Error 1 > > ??? fresh checkout? gcc compiler? Yep :- piglet:$ cvs up -d cvs update: Updating . cvs update: Updating benchmarks cvs update: Updating checks cvs update: Updating contrib cvs update: Updating contrib/kannel-monitor cvs update: Updating contrib/mon cvs update: Updating contrib/php-admin cvs update: Updating contrib/web cvs update: Updating contrib/webalizer cvs update: Updating debian cvs update: Updating doc cvs update: Updating doc/alligata cvs update: Updating doc/arch cvs update: Updating doc/examples cvs update: Updating doc/platforms cvs update: Updating doc/userguide cvs update: Updating doc/userguide/images cvs update: Updating doc/wtls cvs update: Updating gw cvs update: Updating gw/smsc cvs update: Updating gwlib cvs update: Updating radius cvs update: Updating solaris cvs update: Updating solaris/etc cvs update: Updating test cvs update: Updating utils cvs update: Updating wap cvs update: Updating wmlscript piglet:$ uname -a FreeBSD piglet.vanilla.net 4.10-STABLE FreeBSD 4.10-STABLE #2: Thu Jul 27 10:26:36 BST 2006 [email protected]:/usr/obj/usr/ src/sys/DELL-PE750 i386 piglet:$ gcc --version 2.95.4 piglet:$ gmake --version GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Regards Ben