Re: [Freeciv-Dev] debugging with Eclipse on Windows

2009-03-08 Thread Christian Prochaska
On Thu, Jan 1, 2009 at 5:47 PM, Brandon Van Every wrote: > On Thu, Jan 1, 2009 at 11:05 AM, Brandon Van Every > wrote: >> > I tried MSYS again, starting Eclipse from inside MSYS.  The Eclipse > Autotools plugin simply doesn't work properly with it.  It calls out > to sh using ordinary Windows pa

Re: [Freeciv-Dev] debugging with Eclipse on Windows

2009-01-02 Thread Brandon Van Every
On Fri, Jan 2, 2009 at 12:06 AM, Brandon Van Every wrote: > > SPECLIST has still got me stuck. Blah VC9 C requires "__inline" Cheers, Brandon Van Every ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

Re: [Freeciv-Dev] debugging with Eclipse on Windows

2009-01-01 Thread Brandon Van Every
On Thu, Jan 1, 2009 at 4:11 PM, Brandon Van Every wrote: > Trying to make a Visual Studio build, first problem I've run into is > all the SPECLIST stuff. MSVC doesn't like it. With all the C macros, > I'm not shocked. SPECLIST has still got me stuck. I've managed to set up almost everything el

Re: [Freeciv-Dev] debugging with Eclipse on Windows

2009-01-01 Thread Christian Prochaska
Try my Mingw toolchain from ftp://ftp.freeciv.org/freeciv/packages/windows/gwuwin32/ It works fine for me with Eclipse and CDT. I didn't know about the Autotools plugin until now, so I used to run autogen.sh and configure manually from the MSYS bash shell when needed. Will give the the Autotools p

Re: [Freeciv-Dev] debugging with Eclipse on Windows

2009-01-01 Thread Brandon Van Every
Trying to make a Visual Studio build, first problem I've run into is all the SPECLIST stuff. MSVC doesn't like it. With all the C macros, I'm not shocked. Cheers, Brandon Van Every ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/

Re: [Freeciv-Dev] debugging with Eclipse on Windows

2009-01-01 Thread Madeline Book
On 1/1/09, Brandon Van Every wrote: > This is a tiring Hell that I don't want to be a part of anymore. I > guess nobody uses IDEs to debug Freeciv on Windows. Doesn't have to > be Eclipse, just somebody tell me something that works? Meanwhile, > I'm going to see if I can make a Visual Studio bu

Re: [Freeciv-Dev] debugging with Eclipse on Windows

2009-01-01 Thread Brandon Van Every
This is a tiring Hell that I don't want to be a part of anymore. I guess nobody uses IDEs to debug Freeciv on Windows. Doesn't have to be Eclipse, just somebody tell me something that works? Meanwhile, I'm going to see if I can make a Visual Studio build out of this thing. Cheers, Brandon Van

Re: [Freeciv-Dev] debugging with Eclipse on Windows

2009-01-01 Thread Brandon Van Every
On Thu, Jan 1, 2009 at 11:05 AM, Brandon Van Every wrote: > > I got farther by starting a Cygwin shell, starting X within the Cygwin > shell, then starting Eclipse within X. Now I've got a civclient that > can't seem to conjure a civserver. More pathnames perhaps... I tried MSYS again, starting

Re: [Freeciv-Dev] debugging with Eclipse on Windows

2009-01-01 Thread Brandon Van Every
On Thu, Jan 1, 2009 at 10:29 AM, Brandon Van Every wrote: > However, all I can achieve at this point is an app that doesn't know > where an X terminal is. Perhaps I am making progress and it's only a > matter of time before I bang this out, but I thought I'd ask if anyone > here knows the ropes.

[Freeciv-Dev] debugging with Eclipse on Windows

2009-01-01 Thread Brandon Van Every
Anyone knowledgeable on how to debug Freeciv using Eclipse? I'm using Cygwin on Vista. I had to dump MinGW because MSYS Make 3.81 is defective for Windows paths with colons in them, i.e. C:\blah. It makes Eclipse and other JDK toolchains barf. Cygwin Make 3.81 is also defective, but I was able