Re: [Anjuta-list] Re: Help compiling a GTK-- test program



Quoting A Bouanan <a bouanan iam net ma>:
> > c++ -g -O2 -o testaissa testaissa.o window1.o window1_glade.o
> > testaissa.o: In function `window1 type_info function`:
> > /home/maverick/Projects/Testaissa-0.1/src/window1.hh:481: undefined
> > reference to `Gnome::Main::Main(int, basic_string<char,
> > I don't understand where is the problem !
There's no linking against the gtk-- librairies, that's the reason why you've
got undefined symbols.

You should add the link flags from gtkmm-config --libs.

--
Stef




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