bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Compile gnubg-multi on Windows


From: Holger
Subject: Re: [Bug-gnubg] Compile gnubg-multi on Windows
Date: Thu, 10 Jul 2003 18:26:35 +0200

At 20:33 09.07.2003 +0000, Joern Thyssen wrote:
On Wed, Jul 09, 2003 at 09:37:47PM +0200, Holger wrote
> At 17:56 09.07.2003 +0200, Holger wrote:

> >gdk_threads_init doesn't exist in GDK 1.0. What now?

-lgthread

I'm not sure I understand how this helps. gdk_threads_init is a GDK function.

I mean this:
        gnubg.c: In function `real_main':
gnubg.c:6662: warning: implicit declaration of function `gdk_threads_init'
        rollout.c: In function `CreateTask_BasicCubefulRollout':
rollout.c:931: warning: implicit declaration of function `gdk_threads_init'

I've looked it up in the documention. In GDK 2.0 gdk_threads_init exists, but not before.

I can't see you compiled procunits.c?

Doh, threadglobals.c neither. :(

Also you need to define PROCESSING_UNITS and HAVE_LIBPTHREAD in
config.h:

/* Define to 1 if you have the `pthread' library (-lpthread). */
#define HAVE_LIBPTHREAD 1

/* Define if you want to use the multi-processor code */
#define PROCESSING_UNITS 1

I have them defined. HAVE_LIBPTHREAD isn't checked for yet, though.

Now for another try:

In procunits.c:
GtkTextBuffer, GtkListStore,GtkTreeIter and more don't come with GTK+ 1.3. SIGPIPE is not defined in signal.h from MinGW.

This doesn't end, so I'll give up. :(

Attached is the output of make -k.

Regards,

        Holger 

Attachment: make-multi.log.gz
Description: Binary data


reply via email to

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