RE: [gtkmm] Windows compilation/utilisation problems



I found what's going on after reinstalling my developpement environnement.
The bug was explain here:
http://www.geocrawler.com/archives/3/6013/2001/8/0/6486953/
For those who are interrested in.

Everything work fine with gcc 3.2.3 and ld 2.13.90.

Thank you,
  Christophe.

>
> >ie: > cd {gtkmm_src}/examples/treemodelcustom/
> >     > g++ -o main exampletreemodel.cc examplewindow.cc main.cc
> >`pkg-config --libs --cflags gtkmm-2.4`
> >
> >the result is:
> >
> >     > Info: resolving __ZTTN3Gtk14TreeViewColumnE by linking to
> >__imp___ZTTN3Gtk14TreeViewColumnE (auto-import)
> >     > Info: resolving __ZTVN3Gtk14TreeViewColumnE by linking to
> >__imp___ZTVN3Gtk14TreeViewColumnE (auto-import)
> >     >
>
>C:/DOCUME~1/avery/LOCALS~1/Temp/ccuybaaa.o(.text$_ZN3Gtk14TreeViewColumnC1I
N
> >4Glib7ustringEEERKS3_RKNS_15TreeModelColumnIT_EE+0x116):examplewindow.cc:
> >variable 'vtable for Gtk::TreeViewColumn' can't be auto-imported. Please
> >read     the documentation for ld's --enable-auto-import for details.
> >     >
>
>C:/DOCUME~1/avery/LOCALS~1/Temp/ccuybaaa.o(.text$_ZN3Gtk14TreeViewColumnC1I
N
> >4Glib7ustringEEERKS3_RKNS_15TreeModelColumnIT_EE+0x125):examplewindow.cc:
> >variable 'vtable for Gtk::TreeViewColumn' can't be auto-imported. Please
> >read the documentation for ld's --enable-auto-import for details.
>
> Are you sure you link against the import libraries (.dll.a files) ? What
> does `pkg-config --libs --cflags gtkmm-2.4` return ? Does it match your
> gtkmm installation directory ?
> ---------------------------





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