When I add the flag --disable-readdir_r to the end of ./configure and then try to compile it, it still throws out errors about directory functions. (I checked in ./configure --help and --disable-readdir_r is the correct flag)
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_ALL_SOURCE -I/usr/local/include -I/usr/local/ssl/include -D_ALL_SOURCE -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -DPIC -o .libs/util.o util.c: In function 'cherokee_readdir': util.c:500: error: 'readdir_mutex' undeclared (first use in this function) util.c:500: error: (Each undeclared identifier is reported only once util.c:500: error: for each function it appears in.) util.c:1775: warning: implicit declaration of function 'mkdtemp' util.c:1775: warning: assignment makes pointer from integer without a cast After the error and two warnings, it throws out the exact same error codes and line numbers.. -- View this message in context: http://cherokee-web-server-general.1049476.n5.nabble.com/Windows-Build-tp5109671p5112227.html Sent from the Cherokee Web Server - General mailing list archive at Nabble.com. _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
