Re: [gtkmm] Compiling gtkmm with make
- From: Tord Øygard <gnufan oygard org>
- To: gtkmm-list gnome org
- Subject: Re: [gtkmm] Compiling gtkmm with make
- Date: Wed, 21 Apr 2004 22:16:05 +0200
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/wimm/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/wimm/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/wimm/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?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]