bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Build failures


From: cc
Subject: Re: [Bug-gnubg] Build failures
Date: Sat, 16 Feb 2008 20:43:38 +0100

Hallo Michael,

thanks for your help, the error is cleared, even the warnings don't appear.
Now I get an other one and the Build failed again cause of:

Compiling dbprovider.c
dbprovider.c:87: warning: missing braces around initializer
dbprovider.c:87: warning: (near initialization for `providers[0]')
mingw32-make: *** [../bin/obj/dbprovider.o] Error 1
** Build failed **

After setting this braces:
from:
DBProvider providers[1] = {0, 0, 0, 0, 0, 0, 0, "No Providers", "No Providers", 
"No Providers", 0, 0, 0, 0, 0};
to:
DBProvider providers[1] = { {0, 0, 0, 0, 0, 0, 0, "No Providers", "No 
Providers", "No Providers", 0, 0, 0, 0, 0} };

I get this:

Compiling dbprovider.c
linking
c:\gnu\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot
 find -lpython25
collect2: ld returned 1 exit status
mingw32-make: *** [../bin/gnubg.exe] Error 1
** Build failed **

Do you have an idea?

Thanks 
Corse




> -----Ursprüngliche Nachricht-----
> Von: "Michael Petch" <address@hidden>
> Gesendet: 16.02.08 16:52:51
> An:  "address@hidden" <address@hidden>
> Betreff: Re: [Bug-gnubg] Build failures


> 
> 
> 
> I have not seen this error message but I did see something odd like this
> before. As an experiment edit bearoff.c and MOVE the lines (Delete from
> their current location):
> 
> #if USE_MULTITHREADE
> #include "multithread.h"
> #endif
> 
> To the TOP of bearoff.c just below
> 
> #include "config.h"
> 
> So basically the top of the file looks like:
> 
> #include "config.h"
> 
> #if USE_MULTITHREADE
> #include "multithread.h"
> #endif
> 
> Let me know how it works for you.
> 
> Michael
> 
> On 2/16/08 4:19 AM, "address@hidden" <address@hidden> wrote:
> 
> > Hello,
> > 
> > I'm trying to build gnubg on my Windows XP SP2 Intel T2300 Dual Core 
> > Notebook.
> > I've installed all as described on:
> > http://www.gnubg.org/index.php?itemid=50
> > but cant make an .exe using gnubg-source-MAIN-20070601.tar.gz nor the 
> > current
> > snapshot.
> > 
> > The failure I get is:
> > ...
> > Compiling bearoff.c
> > In file included from multithread.h:16,
> >                  from bearoff.c:44:
> > backgammon.h:381: warning: `libintl_printf' is an unrecognized format 
> > function
> > type
> > backgammon.h:384: warning: `libintl_printf' is an unrecognized format 
> > function
> > type
> > backgammon.h:389: warning: `libintl_printf' is an unrecognized format 
> > function
> > type
> > backgammon.h:392: warning: `libintl_printf' is an unrecognized format 
> > function
> > type
> > mingw32-make: *** [../bin/obj/bearoff.o] Error 1
> > ** Build failed **
> > 
> > Is it a maybe a local problem, as I'm living in Germany?
> > Or do I miss any file of glade or mingw?
> > 
> > Hope anybody can help.
> > 
> > Thank you
> > 
> > Corse
> > 
> > 
> > 
> > _______________________________________________
> > Bug-gnubg mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/bug-gnubg
> > 
> 
> 
> Michael Petch
> Quortech Solutions Ltd.
> Cell: (403)804-5700
> Home: (403)209-1628
> Off:  (403)516-2612
> 
> 
> This e-mail is the property of QuorTech Solutions, Inc. and iTechnology
> Customer Service and Support, Inc. and may contain confidential and
> privileged material for the sole use of the intended recipient(s). Any
> review, use, distribution or disclosure by others is strictly prohibited. If
> you are not the intended recipient (or authorized to receive for the
> recipient), please contact the sender and delete all copies of the message.
> 
> 
> 






reply via email to

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