Re: FreeBSD - build #1
Sorin Gheorghe <[email protected]> Tue, 13 Jul 2004 21:56:33 +0000
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Organization | Linux Security Systems |
| Message-ID | <[email protected]> |
On Monday 05 July 2004 09:01, Drew Broadley wrote: Try to find on google.com " Transtgaming Point2Play "......it's the newest verion of winex ...and it's working great. > 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