Re: FreeBSD - build #1
Drew Broadley <[email protected]> Wed, 14 Jul 2004 09:37:39 +1200
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Message-ID | <[email protected]> |
Unfortunately, I don't want to purchase something that doesnt work on FreeBSD atm. Once it does, I will be happy to pay. IIRC, Point2Play is an add-on to WineX 3.x, or am I wrong ? (which doesn't solve the problem with winex not compiling) - Drew Sorin Gheorghe wrote: >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 >> >> > > > >