From: Ian H. <har...@gm...> - 2009-02-12 05:13:32
|
Hi, OK, I read the README carefully this time... > pwd /home/user/naviserver/nsdbi > make NAVISERVER=/usr/local/ns gcc -pipe -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -I/usr/local/ns/include -I"/usr/include/tcl8.4/tcl-private/generic" -DHAVE_CONFIG_H -c -o init.o init.c init.c:236: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'AtShutdown' init.c: In function 'Dbi_LibInit': init.c:276: warning: implicit declaration of function 'Nsd_LibInit' init.c: In function 'Dbi_RegisterDriver': init.c:427: error: 'AtShutdown' undeclared (first use in this function) init.c:427: error: (Each undeclared identifier is reported only once init.c:427: error: for each function it appears in.) make: *** [init.o] Error 1 I downloaded a tarball and source from bitbucket, both gave the same result. What did I miss? Thanks, - Ian |