On Tue, 2005-11-22 at 17:08 -0600, glenn wrote: > this is the result of > > FEATURES="-ccache" emerge xorg-x11 > > > -DFUNCPROTO=15 -DNARROWPROTO -DXENVIRONMENT -c -o systemnames.o > systemnames.c > systemnames.c:39: error: syntax error before string constant
That's the first non-comment line in the source code: It's an #include statement, and the compiler missed the terminating '"'. See my previous reply. I do not see how you can compile anything at all on that system at this point. Just for fun, try something like ebuild /usr/portage/sys-devel/gcc-3.3.5.20050130-r1.ebuild \ fetch unpack compile install (A complete rebuild of the gcc compiler without actually installing it into the running system.) That build should give your system more exercise that xorg-x11 has for you so far. > -- Ferris McCormick (P44626, MI) Developer, Gentoo Linux (sparc, devrel)
signature.asc
Description: This is a digitally signed message part
