bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Configure on Windows (was:GTK+ 2.2 Win32 build: display


From: Holger
Subject: Re: [Bug-gnubg] Configure on Windows (was:GTK+ 2.2 Win32 build: display much too slow)
Date: Wed, 29 Jan 2003 18:40:21 +0100

On Wed, 29 Jan 2003 18:09:55 +0100, Holger <address@hidden> wrote:
>On Wed, 29 Jan 2003 15:47:57 +0000, Joern Thyssen <address@hidden>
>wrote:
>>On Wed, Jan 29, 2003 at 02:25:39PM +0100, Holger wrote
>>> On Tue, 28 Jan 2003 08:25:01 +0000, Joern Thyssen <address@hidden>
>>> wrote:
>>> >I can add some magic to configure, so systems that end on "mingw32"
>>> >triggers "#define WIN32 1"?
>>> 
>>> I don't know whether there are more compile platforms on Windows
>>> (Cygwin ?) that GNUbg currently compiles with. For a start this is ok,
>>> I guess.
>>
>>I've commited some configure magic. Can you try if it, please?
>
>I'll try it at home.

First tries here at university suggest that it doesn't.
config.h reads:
/* Define if you use wintendo */
/* #undef WIN32 */

I'll see what it reports at home.

From configure:
| os=`config.guess | sed 's/^\(.*\)-\(^-*-^-*\)$/\2/'`
| if test "$os" = "mingw32"; then

I suppose that the above is a normal regular expression (like in
Perl)? Then to me ^-*-^-* looks suspicious. i686-pc-mingw32 has only
two hyphens.
And the braces have to be escaped for the shell?

Regards,

        Holger




reply via email to

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