On Thu, 6 May 2004, Toby Reiter wrote: > >Does it have a gmake/gcc? Did you try a "make -f Makefile.bsd"? > > Davide, > Just tried it myself and got: > > In file included from SysInclude.h:54, > from BuffSock.cpp:24: > SysIncludeBSD.h:35:22: sys/poll.h: No such file or directory
Try: $ man 2 poll > SysIncludeBSD.h:42:25: vm/vm_param.h: No such file or directory > make: *** [BuffSock.o] Error 1 > > I can't find a poll.h on my system, and the vm_param.h is not in > sys/, but is in the following directories: > > /usr/include/mach/i386/vm_param.h > /usr/include/mach/machine/vm_param.h > /usr/include/mach/ppc/vm_param.h > /usr/include/mach/vm_param.h It should be /usr/include/mach/vm_param.h, that in turn should include the right one. - 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]
