Max et al, Successfully bootstrapped, and the same error still occurs. corelib/ Makefile has '--Darwin-- = (blank)' after config so the conditional test still tries to load malloc.h it seems.
For expediency, I then simply commented out the offending #include line in hashtable.c, ran config then tried again to make. The following error now occurs: gcc -DHAVE_CONFIG_H -I. -I. -I../include -fomit-frame-pointer - D_REENTRANT -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing- declarations -DTEMP_STORE=2 -DTHREADSAFE=1 -DSQLITE_OMIT_CURSOR - DNO_TCL -I../sqlite3-embedded -I../sqlite3-embedded -DOS_UNIX -I.. - I../include -I/usr/local/callweaver/include -I/usr/include/openssl - DHAVE_SSL -I/usr/local/callweaver/include -MT libcallweaver_la- hashtable_helper.lo -MD -MP -MF .deps/libcallweaver_la- hashtable_helper.Tpo -c hashtable_helper.c -fno-common -DPIC - o .libs/libcallweaver_la-hashtable_helper.o In file included from hashtable_helper.c:35: ../include/callweaver/options.h:51: error: parse error before 'opbx_startuptime' ../include/callweaver/options.h:51: warning: type defaults to 'int' in declaration of 'opbx_startuptime' ../include/callweaver/options.h:51: warning: data definition has no type or storage class ../include/callweaver/options.h:52: error: parse error before 'opbx_lastreloadtime' ../include/callweaver/options.h:52: warning: type defaults to 'int' in declaration of 'opbx_lastreloadtime' ../include/callweaver/options.h:52: warning: data definition has no type or storage class make[3]: *** [libcallweaver_la-hashtable_helper.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1 which seems to be objecting to the 'time_t' type declarations for the two variables (which are defined in corelib/callweaver.c). Any help gladly appreciated Cheers Rob _______________________________________________ Callweaver-users mailing list [email protected] http://lists.callweaver.org/mailman/listinfo/callweaver-users
