On Mon, 17 May 2004, Christian Gross wrote: > Ok, so I finally got around to building OSX on OpenDarwin... > > Well, not so good... > > Here are the errors > > g++ -O2 -I. -D__UNIX__ -D__BSD__ -D__DARWIN__ -D_REENTRANT=1 > -D_THREAD_SAFE=1 -DXMAIL_OS=\"OSX\" -DHAS_SYSMACHINE -c BuffSock.cpp > In file included from SysInclude.h:47, > from BuffSock.cpp:23: > SysIncludeBSD.h:33:22: sys/poll.h: No such file or directory
POSIX states that poll(2) should be defined in sys/poll.h. I've found this googling: http://www.opendarwin.org/pipermail/kde-darwin/2004-January/001509.html > SysIncludeBSD.h:68:19: dlfcn.h: No such file or directory Googling for dlfcn.h I have found this: http://fink.sourceforge.net/ - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
