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++.

-- 
Andrew Farmer
[EMAIL PROTECTED]

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to