client compile on SunOS 5.8
Besides using gcc ( I didn't have that on the first system I tried) . I looks like it wants "pcre" too. From the readme I though id didn't need extra software.
CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -DHAVE_RPCENT
-DSunOS -I. -Ipwd/include" RPATHOPT="" PCREINCDIR="" SSLFLAGS=""
SSLINCDIR="" SSLLIBS="" NETLIBS="-lresolv -lsocket -lnsl"
BBTOPDIR="/home/nemethm/hobbitclient" BBLOGDIR="" BBHOSTNAME=""
BBHOSTIP="129.204.177.11" BBHOSTOS="" /home/nemethm/bin/make -C lib client
make[1]: Entering directory /home/nemethm/hobbit-4.1.0/lib' gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -DHAVE_RPCENT -DSunOS -I. -I/home/nemethm/hobbit-4.1.0/include -I. -I../include -c -o digest.o digest.c In file included from /home/nemethm/hobbit-4.1.0/include/libbbgen.h:35, from digest.c:24: /home/nemethm/hobbit-4.1.0/lib/matching.h:14:18: pcre.h: No such file or directory In file included from /home/nemethm/hobbit-4.1.0/include/libbbgen.h:35, from digest.c:24: /home/nemethm/hobbit-4.1.0/lib/matching.h:16: error: parse error before '*' token /home/nemethm/hobbit-4.1.0/lib/matching.h:16: warning: type defaults to int' in declaration of compileregex' /home/nemethm/hobbit-4.1.0/lib/matching.h:16: warning: data definition has no type or storage class /home/nemethm/hobbit-4.1.0/lib/matching.h:18: error: parse error before "pcre" make[1]: *** [digest.o] Error 1 make[1]: Leaving directory /home/nemethm/hobbit-4.1.0/lib'
make: *** [lib-client] Error 2
--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| _p_ Mike Nemeth
| ___| |_____ email(w) michael.nemeth at lmco.com Work: 856 359-1425
|><___________) | Home Page:http://www.geocities.com/mjnemeth/
| Work Page:http://faraday.motown.lmco.com:3000/~nemethm/
| Work Page:http://ortsweb/~mnemeth/
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
On Mon, Jul 25, 2005 at 09:33:42AM -0400, Michael Nemeth wrote:
Besides using gcc ( I didn't have that on the first system I tried) . I looks like it wants "pcre" too.
Yeah, the build is kind of broken right now if you don't have the pcre headers on the box. (The client doesn't use pcre at all, but during the build it happens to reference some of the pcre headers).
Stay tuned...
Henrik
participants (2)
-
henrik@hswn.dk
-
michael.nemeth@lmco.com