> 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 is not a good sign. iostream is a core header for c++. My guess is that you 
didn't run, or don't have a configure program that comes with that. If its there, run 
it and try again. If it doesn't, your going to have to find where the iostream.h file 
is, and adjust the Makefile to that directory. (I don't remember where it is since its 
been awhile since I have coded c++ in linux)

Basically, the Makefile is looking for headers in the wrong spot. The problem your 
going to have though, if it doesn't have configure, if there is a library that it uses 
and it fails again, your going to have to look the old fashion way............google 
the header.. ;)

--
[EMAIL PROTECTED] mailing list

Reply via email to