-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 11 November 2003 12:24 am, Alan wrote: > I have the files downloaded, but whenever I try to compile > libhttpd-persistant I get tons of g++ errors, and I'm not sure why :( > > make[1]: Entering directory `/usr/local/src/libhttpd-1.3-persistent-e/src' > gcc -I../src -g -I../ -I/usr/local/include -D_OS_UNIX -c protocol.c > In file included from protocol.c:41: > select.h:29:20: iostream: No such file or directory > select.h:32:18: vector: No such file or directory > select.h:33:16: list: No such file or directory > select.h:34:21: algorithm: No such file or directory
This is the start of your problem - look above at the compile line. -I/usr/ local/include is not the directory where gentoo includes it's "includes". Try editing the makefile and change the includes to include /usr/include and maybe also an include dir of your /usr/lib/gcc-lib/i686-pc-linux-gnu/3.x/ include/g++-v3 - -- Matt http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D81740A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/sRr5ZosHVX2BdAoRAqvDAJ9CvV9aU80LQygPGCeGurcA9s5i3ACfWmbN fcLXZ7beQniY6XJsFYxYohg= =t/f6 -----END PGP SIGNATURE----- -- [EMAIL PROTECTED] mailing list
