On Tue, Nov 11, 2003 at 09:48:47AM -0800, Andrew Farmer wrote: > On Tue, 11 Nov 2003 00:24:18 -0800, Alan muttered: > > I'm trying to get daap going to share the mp3s and oggs on my fileserver > > via itunes sharing, with little success. > > > > I'm following the directions at > > http://www.macosxhints.com/article.php?story=20030711140157143 > > > > 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 > > This looks like it's a c++ file (it's trying to use c++ headers) but you're > trying to compile it with gcc, not g++.
Duh! Ok, I feel like an ass now. I saw taht as well and thought about it but figured that gcc automagically knew when it was in c++ mode or not or something, and I *knew* better than that :) I'll blame the ./configure for not realizing it though! Thanks for the tip! alan -- Alan <[EMAIL PROTECTED]> - http://arcterex.net -------------------------------------------------------------------- "There are only 3 real sports: bull-fighting, car racing and mountain climbing. All the others are mere games." -- Hemingway
signature.asc
Description: Digital signature
