Hi, Rolling back to revision be8cd4eda3d67601e6f0e24fccdcc12588e9bed2 and compiling goes fine. So it seems to be a problem in commit 3ce47e27cf91476328fc4b19e65588947738fb19 -- Met vriendelijke groet, Wido den Hollander Hoofd Systeembeheer / CSO Telefoon Support Nederland: 0900 9633 (45 cpm) Telefoon Support België: 0900 70312 (45 cpm) Telefoon Direct: (+31) (0)20 50 60 104 Fax: +31 (0)20 50 60 111 E-mail: support at pcextreme.nl Website: http://www.pcextreme.nl Kennisbank: http://support.pcextreme.nl/ Netwerkstatus: http://nmc.pcextreme.nl On Thu, 2010-04-08 at 11:58 +0000, Wido den Hollander wrote: > Hi, > > I just decreased my cluster (node failed...) from 4 to 3 nodes and now > it works fine, i haven't tested the patch yet. > > But i just updated to the latest git revision and now compiling on my > node fails. > > root at osd4:/usr/src/sheepdog# make > make -C shepherd > make[1]: Entering directory `/usr/src/sheepdog/shepherd' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/usr/src/sheepdog/shepherd' > make -C collie > make[1]: Entering directory `/usr/src/sheepdog/collie' > cc -c -g -O2 -Wall -Wstrict-prototypes -I../include -D_GNU_SOURCE > -DSD_VERSION=\"3ce47e2-be8cd4e\" collie.c -o collie.o > collie.c: In function ‘main’: > collie.c:64: error: ‘PATH_MAX’ undeclared (first use in this function) > collie.c:64: error: (Each undeclared identifier is reported only once > collie.c:64: error: for each function it appears in.) > collie.c:64: warning: unused variable ‘path’ > make[1]: *** [collie.o] Error 1 > make[1]: Leaving directory `/usr/src/sheepdog/collie' > make: *** [all] Error 2 > root at osd4:/usr/src/sheepdog# > > Any idea? > |