Re: [gtk-list] Re: atexit()



Owen Taylor wrote:

> > After this workaround, it fails in the linker with undefined
> references:
> >
> > [ken@acerlinux src]$ make
> > undefined reference to `gtk_toggle_button_get_active'
> 
> You almost certainly have multiple versions of GTK+ installed
> in different places on your system, and the compilation
> is finding some of one, some of another.
> 
> (The automake macros that come with GTK+ will actually
>  detect this problem if used to build a program, but it
>  doesn't sound like the program you are trying to build
>  is using them.)
> 
> Regards,
>                                         Owen

Thanks. I just did an install of the latest Gtk+ stuff from the web. I
had an old version and some things would not compile with it. I guess I
need to try to remove all the old stuff.

Thanks again.

Ken



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