From: Erik de C. L. <ml...@me...> - 2008-10-18 00:56:22
|
Joao Moreira wrote: > Hi Erik, > > Erik de Castro Lopo wrote: > > Does line 116 look like this? : > > > > extern GtkRecentManager *recent_manager; > > > > If so then it seems like something is wrong with your GTK headers > > and the compiler cannot find a definition for GtkRecent Manager. > > > Thanks for your reply, you were right of course : I had gtk+-2.9.4 on my > Fedora 5, and after upgrading to gtk+-2.12.12, now it works. Apparently > GtkRecent Manager was introduced in gtk+-2.10.x. Thanks for the feedback. I have just updated the configure.ac file in SVN to check for libgtk+-2.0 version 2.10.0 or greater. Cheers, Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- Open Source and Free Software means that you never sacrifice quality of the code for meeting deadlines set up by people not participating directly in the software development process. |