Hopefully I didnt just send this three times, safari wasnt working...<div><br></div><div><span class="Apple-style-span" style="border-collapse: collapse; white-space: pre-wrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Hello,

I was trying to compile mod_glusterfs for lighttpd 1.5 (rev 2393 from svn) and the Makefile.am.diff is not working, I attempted to make the changes manually although I am not 100% positive I did it right.

I re-ran autogen.sh and then ran the configure script, that was fine, but when I tried make it failed. Not a big priority but can anyone see if I am doing something wrong from the error?

-----------------
make[4]: Entering directory `/usr/src/lighttpd/trunk/src&#39;
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DLIBRARY_DIR=&quot;\&quot;/usr/local/lib\&quot;&quot; -DSBIN_DIR=&quot;\&quot;/usr/local/sbin\&quot;&quot; -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_glusterfs_la-mod_glusterfs.lo -MD -MP -MF .deps/mod_glusterfs_la-mod_glusterfs.Tpo -c -o mod_glusterfs_la-mod_glusterfs.lo `test -f &#39;mod_glusterfs.c&#39; || echo &#39;./&#39;`mod_glusterfs.c
 gcc -DHAVE_CONFIG_H -DLIBRARY_DIR=\&quot;/usr/local/lib\&quot; -DSBIN_DIR=\&quot;/usr/local/sbin\&quot; -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_glusterfs_la-mod_glusterfs.lo -MD -MP -MF .deps/mod_glusterfs_la-mod_glusterfs.Tpo -c mod_glusterfs.c  -fPIC -DPIC -o .libs/mod_glusterfs_la-mod_glusterfs.o
mod_glusterfs.c: In function â€˜stat_cache_entry_init’:
mod_glusterfs.c:203: warning: implicit declaration of function â€˜CALLOC’
mod_glusterfs.c:203: warning: assignment makes pointer from integer without a cast
mod_glusterfs.c: In function â€˜glusterfs_stat_cache_get_entry_async’:
mod_glusterfs.c:335: warning: assignment makes pointer from integer without a cast
mod_glusterfs.c: In function â€˜mod_glusterfs_read_async’:
mod_glusterfs.c:454: warning: assignment makes pointer from integer without a cast
mod_glusterfs.c: In function â€˜mod_glusterfs_init’:
mod_glusterfs.c:654: warning: assignment makes pointer from integer without a cast
mod_glusterfs.c: In function â€˜mod_glusterfs_set_defaults’:
mod_glusterfs.c:717: warning: assignment makes pointer from integer without a cast
mod_glusterfs.c:724: warning: assignment makes pointer from integer without a cast
mod_glusterfs.c:830:26: warning: ISO C99 requires rest arguments to be used
mod_glusterfs.c: In function â€˜http_response_parse_range’:
mod_glusterfs.c:830: error: expected expression before â€˜)’ token
mod_glusterfs.c:830: warning: too many arguments for format
mod_glusterfs.c:830: error: expected expression before â€˜,’ token
mod_glusterfs.c: In function â€˜mod_glusterfs_handle_physical’:
mod_glusterfs.c:1070: warning: assignment makes pointer from integer without a cast
mod_glusterfs.c:1089: warning: implicit declaration of function â€˜MALLOC’
mod_glusterfs.c:1089: warning: assignment makes pointer from integer without a cast
make[4]: *** [mod_glusterfs_la-mod_glusterfs.lo] Error 1
make[4]: Leaving directory `/usr/src/lighttpd/trunk/src&#39;
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/lighttpd/trunk/src&#39;
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/lighttpd/trunk/src&#39;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/lighttpd/trunk&#39;
make: *** [all] Error 2
-----------------</span><br></div>