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, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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 > [email protected] > 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. _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
