bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Compilation of gnubg on Cygwin


From: Øystein Johansen
Subject: Re: [Bug-gnubg] Compilation of gnubg on Cygwin
Date: Tue, 24 Jul 2007 15:50:13 +0200
User-agent: Thunderbird 2.0.0.5 (Windows/20070716)

Massimiliano Maini wrote:
> Since we are on the subject, are the auto* tools supposed to work with
> mingw ?

Good question. I know they are available here:
http://sourceforge.net/project/showfiles.php?group_id=2435

... but I've never tried them

> For my builds I still use an "handcrafted" makefile/config.h ...

Same with me! Everything is handcrafted.

> Bonus question: is sgf.c supposed to be generated from sgf.y ?
> With what (under Win/mingw) ?

I've done with an old port of bison
C:\>bison --version
GNU Bison version 1.28

This was in the old days, when I was still living in cave, but now my
makefile says:

NON_SOURCE = $(subst non-src/,,$(wildcard non-src/*.[ch]))

$(NON_SOURCE):
        $(CP) non-src/$@ .

Good enough for me, even though it would be nice to have a source that
didn't depend on source generation from an other system.

-Øystein

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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