Edward Tilley wrote: > > > >Number: 520 <snip> > ... I get the following errors: > > (Bundled) cc: "conf.h", line 544: error 1000: Unexpected symbol: "size_t". > (Bundled) cc: "conf.h", line 544: warning 5: "const" will become a keyword. > (Bundled) cc: "conf.h", line 544: error 1000: Unexpected symbol: "char". > (Bundled) cc: "conf.h", line 544: error 1000: Unexpected symbol: "...". > (Bundled) cc: "conf.h", line 545: warning 5: "const" will become a keyword. > (Bundled) cc: "conf.h", line 545: error 1000: Unexpected symbol: "const". > (Bundled) cc: "conf.h", line 545: error 1000: Unexpected symbol: "va_list". > (Bundled) cc: "/usr/include/sys/dirent.h", line 32: error 1000: Unexpected > symbo > l: "ino_t". > (Bundled) cc: "conf.h", line 646: error 1000: Unexpected symbol: "Sigfunc". > (Bundled) cc: "alloc.h", line 77: error 1000: Unexpected symbol: "*". > (Bundled) cc: error 2017: Cannot recover from earlier errors, terminating. > *** Error exit code 1
Taking things one step at a time, is there definition for size_t somewhere in the headers? grep size_t /usr/include/*.h grep size_t /usr/include/sys/*.h Cheers, Ben. -- ** Buy "Apache: The Definitive Guide" from http://www.links.org/apache ** Ben Laurie Phone: +44 (181) 994 6435 Email: [EMAIL PROTECTED] Freelance Consultant and Fax: +44 (181) 994 6472 Technical Director URL: http://www.algroup.co.uk/Apache-SSL A.L. Digital Ltd, Apache Group member (http://www.apache.org) London, England. Apache-SSL author
