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 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 In file included from select.h:36, from protocol.c:41: httpd.h:173: parse error before "Clients" httpd.h:173: warning: data definition has no type or storage class httpd.h:186: parse error before "Clients" httpd.h:186: warning: no semicolon at end of struct or union httpd.h:194: parse error before '*' token httpd.h:196: parse error before '}' token httpd.h:205: parse error before '*' token httpd.h:205: parse error before '*' token httpd.h:205: `httpdAddCContent' declared as function returning a function httpd.h:206: parse error before '*' token httpd.h:206: parse error before '*' token httpd.h:206: `httpdAddFileContent' declared as function returning a function httpd.h:207: parse error before '*' token httpd.h:207: parse error before '*' token httpd.h:207: `httpdAddStaticContent' declared as function returning a function httpd.h:208: parse error before '*' token httpd.h:208: parse error before '*' token httpd.h:208: `httpdAddWildcardContent' declared as function returning a function httpd.h:209: parse error before '*' token httpd.h:209: parse error before '*' token httpd.h:209: `httpdAddCWildcardContent' declared as function returning a function httpd.h:210: parse error before '*' token httpd.h:210: parse error before '*' token httpd.h:210: `httpdAddCSiteContent' declared as function returning a function httpd.h:211: parse error before '*' token httpd.h:212: parse error before '*' token httpd.h:213: parse error before '*' token httpd.h:214: parse error before '*' token httpd.h:216: parse error before '*' token [and on, and on, and on] It almost looks like g++ is not running properly, or not installed, but I can compile and run a simple c++ program (#include <iostream> \n using namespace std; int main() { cout << "foo\n"; }) no problem. Anyone have any suggestions (or an ebuild :) ? 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 -- [EMAIL PROTECTED] mailing list
