RE: [gtkmm] Compiling gtkmm with make



He's not using autoconf/automake, there is no configure.ac.

Joe Laughlin

-----Original Message-----
From: =?iso-8859-1?Q?Tord_=D8ygard_ [mailto:gnufan oygard=2Eorg] 
Sent: Wednesday, April 21, 2004 1:16 PM
To: gtkmm-list gnome org
Subject: Re: [gtkmm] Compiling gtkmm with make

On Wed, 21 Apr 2004 15:49:33 -0400
Maya <EscalanteCanada netscape net> wrote:

> When I compile a simple gtkmm app, I get the below error:
> Can anyone tell me what this mean?
> 
> Thanks in advance!
> ---------
> wimm.o(.rdata$_ZTV4Wimm+0x184): In function `_ZN4WimmC2Ev':
> /home/admin/dev/lib/jme/wimm/wimm.cpp:13: undefined reference to 
> `virtual thunk [v:0,-28] to Gtk::Object::destroy_notify_()'
>
wimm.o(.rdata$_ZTC4Wimm0_N3Gtk6WindowE+0x180):/home/admin/dev/lib/jme/wi
mm/wimm.cpp:13: 
> undefined reference to `virtual thunk [v:0,-28] to 
> Gtk::Object::destroy_notify_()'
>
wimm.o(.rdata$_ZTC4Wimm0_N3Gtk3BinE+0x168):/home/admin/dev/lib/jme/wimm/
wimm.cpp:13: 
> undefined reference to `virtual thunk [v:0,-28] to 
> Gtk::Object::destroy_notify_()'
>
wimm.o(.rdata$_ZTC4Wimm0_N3Gtk9ContainerE+0x168):/home/admin/dev/lib/jme
/wimm/wimm.cpp:13: 
> undefined reference to `virtual thunk [v:0,-28] to 
> Gtk::Object::destroy_notify_()'
>
wimm.o(.rdata$_ZTC4Wimm0_N3Gtk6WidgetE+0x140):/home/admin/dev/lib/jme/wi
mm/wimm.cpp:13: 
> undefined reference to `virtual thunk [v:0,-28] to 
> Gtk::Object::destroy_notify_()'
>
wimm.o(.rdata$_ZTC4Wimm0_N3Gtk6ObjectE+0x50):/home/admin/dev/lib/jme/wim
m/wimm.cpp:7: 
> more undefined references to `virtual thunk [v:0,-28] to 
> Gtk::Object::destroy_notify_()' follow
> Info: resolving vtable for SigC::ObjectSlotNodeby linking to 
> __imp___ZTVN4SigC14ObjectSlotNodeE (auto-import)
> Info: resolving vtable for SigC::ObjectBaseby linking to 
> __imp___ZTVN4SigC10ObjectBaseE (auto-import)
> collect2: ld returned 1 exit status
> make: *** [wimm.exe] Error 1
> 
> -- 
> * The media's the most powerful entity on earth. They have the 
>   power to make the innocent guilty and to make the guilty 
>   innocent, and that's power. 
>                                 - Malcom X
> 
> * You cannot exercise your power to a point of humiliation.
>                                - Jean Chretien
> 
> >From WE to YOU, with love:
> * E-Mail Policy
>      http://www.vif.com/users/escalante/Email_Policy.html
> 
> 

Did you remember to have the PKG_CHECK_MODULES(DEPS, .. ) (and
AC_SUBST(DEPS_CFLAGS) and AC_SUBST(DEPS_LIBS)) macros in configure.ac?
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list



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