[Freeciv-Dev] Re: Who is configuring and compiling the Windows native cl
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Fri, 31 Oct 2003, Brandon J. Van Every wrote:
> > You need to set the right paths. Try to read
> > http://rt.freeciv.org/Ticket/Display.html?id=4043 for hints.
>
> Thanks for the hints. They only covered link libraries unfortunately.
> My problem is detecting *.h files, I imagine it's some kind of INCLUDE
> issue.
If you follow these exact steps, you should be able to build the SDL or
GTK2 clients, and probably also the win32 client.
You could also take a look at Andreas' win32 web page, you find the link
at http://www.freeciv.org/windows/
> Simple remedies like --includedir=/usr/include don't help.
> There's either something subtly wrong with my MinGW environment, or
> deeply wrong with the configure script.I suspect the latter, seeing as
> how every other configure script for every other software package I've
> compiled works just fine.I find myself unwilling to become an Autoconf
> guru again to figure it out.
--includedir tells you where to put the headers you create, not to pick up
headers you need.
If all else fails, just copy the headers into the client directory...
> - Is anyone actually configuring and compiling the Windows Native Client
> right now? Are things acutally working fine for you? If so, what are
> your platform specs? What codebase are you working from, i.e. CVS, or
> stable 1.14.0, or homebrew, or what?
I am compiling SDL and GTK2 clients, both 1.14.0 and CVS. Andreas Kemnade
<akemnade@xxxxxxxxxxx> is the win32 native maintainer. Perhaps he can
tell.
- Per
|
|