xboard-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [XBoard-devel] C89/C99/ANSI compliance - cleanups needed?


From: Arun Persaud
Subject: Re: [XBoard-devel] C89/C99/ANSI compliance - cleanups needed?
Date: Mon, 11 Jan 2016 17:43:32 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

Hi

On 01/11/2016 01:32 PM, H.G. Muller wrote:
> The only solution I can see is that you would do what you thinks needs
> to be done
> in small chunck, so that after each one I can test of the code still
> builds for WinBoard.
> 
> But it should not be that difficult for you to test if WinBoard would
> still compile,
> (as opposed to link). If you can compile *.c in the winboard directory
> with "gcc -c"
> and the *.c files in the base directory with "gcc -c -DWIN32", and don't
> move any code
> from the shared backend files to the XBoard front-end (e.g. from
> engineoutput.c
> to nengineoutput.c) it should be more or less OK. The only problem could
> be a few
> Windows-specific headers, like windows.h, but I am sure we could sent
> these to you
> (e.g. from Cygwin, which I use to build WinBoard) so that you can put
> them on your
> system together with the other includes.

does cross-compiling the code using mingw work, ie. building windows
collectables on linux that could be tested in wine?

Would it work if we change things in the make file?

I don't have much time to work on XBoard these days, but if someone can
get it to build with minwg that might be an option...

Arun



reply via email to

[Prev in Thread] Current Thread [Next in Thread]