> > Hi, I'm back in the land of the living. I've sucked down the latest > code from cvs and tried to compile it this morning but it errored out. > > /usr/include/machine/_types.h:45: error: expected constructor, > destructor, or type conversion before "typedef" > /usr/include/machine/_types.h:69: error: `__int8_t' does not name a type > /usr/include/sys/types.h:64: error: `__int8_t' does not name a type > /usr/include/sys/stdint.h:77: error: `__int_least8_t' does not name a type > > I have attached my config.log and the compile error. > > I think these are the include files in question > /usr/include/machine/_types.h > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sparc64/include/_types.h > (no __int8_t listed but there is a __uint8_t) > > /usr/include/sys/types.h > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/types.h > > /usr/include/sys/stdint.h > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/stdint.h > > I'm running FreeBSD 6.2 (cvs tag RELENG_6_2). I haven't made any > changes to my box and the above include files haven't changed for a > while. /shrug > > Let me know if you need more info. > > greg >
Greg: A few things were turned on by default just before 3.0-PRE7 was released. So there is quite a bit more code being compiled now by default than was before. It looks like a side-effect of those. Dev: Anyone in squid-dev have any ideas? I'm a little out of my league in FreeBSD. Amos
