Re: Canvas mysterious segfault

Kasper Peeters <[email protected]> Sat, 12 Nov 2005 18:02:56 +0100
Newsgroups gmane.comp.gnome.gnomemm
Message-ID <[email protected]>
> > int main(int argc, char **argv)
> >      {
> >      Gnome::Canvas::init();
> >      Gtk::Main app(argc,argv);
> 
> This is just a wild guess. But perhaps GTK must be initialised before
> the canvas module. Have you tried swapping these two lines?

Actually, I was linking against the wrong gtkmm... So the problem is
solved.

Kasper