FreeBSD - build #1
Drew Broadley <[email protected]> Mon, 05 Jul 2004 21:01:59 +1200
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Message-ID | <[email protected]> |
I am slowly going through and seeing if I can get some succesful builds going on here. This is my first attempt from scratch with no patches/hacks. http://proj.corrupt.co.nz/FreeBSD/WineX/ configure.error contains problems when run "configure" on the latest cvs src, and configure.output is the rest of the usual configure output. Errors include missing dependancies, these can possibly be fixed by reviewing a mailling list posted regarding a few additional headers required before the problem dependancy can be included (referenced from: http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00137.html) > then try to compile the program sample.c: > > #include <sys/socket.h> > > with `cc -c sample.c'. It will fail. Then try to understand what other headers are needed. For instance, on Darwin, one needs: > > #include <stdio.h> > #include <stdlib.h> > #include <sys/socket.h> I will attempt this and hopefully I end up with a configure.freebsd file - Drew Broadley