bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Ctrl-R bug


From: Joern Thyssen
Subject: Re: [Bug-gnubg] Ctrl-R bug
Date: Sun, 15 Sep 2002 09:04:20 +0000
User-agent: Mutt/1.4i

On Sun, Sep 15, 2002 at 05:38:16AM +0200, Nardy Pillards wrote
> > I've checked in some code that hopefully fixes the problem.
> >
> > Nardy, can you reproduce the problem with the newest source?
> 
> I can't compile latest CVS.
> I get :
> sound.c:35: sys/ioctl.h: No such file or directory
> G:\MINGW\BIN\MAKE.EXE: *** [sound.o] Error 1

I've commited a fix.

> 
> Outcommenting that line, and linker tells me:
> 
> gnubg.o(.text+0x7408):gnubg.c: undefined reference to
> `gtk_window_list_toplevels'

I had the same problem yesterday, and commited a fix:

#if USE_GTK2
        g_list_foreach( gtk_window_list_toplevels(), (GFunc) gtk_widget_hide, 
                        NULL );
#endif

Which version of gnubg.c do you have? You should use 1.294.

Jørn

-- 
Joern Thyssen, PhD
Vendsysselgade 3, 3., DK-9000 Aalborg, Denmark
+45 9813 2791 (private) / +45 2077 2689 (mobile) / +45 9633 7036 (work)




reply via email to

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