Re: Problems building libglademm or libgnomecanvasmm (undefined reference in libgtkmm-2.4)

2005-07-04 Thread Smoe
Hi People, thanks to all again. uprading my pkg-config v0.17 to v0.18 solved the problem. ciao ulf -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Problems building libglademm or libgnomecanvasmm (undefined reference in libgtkmm-2.4)

2005-06-30 Thread Ulf Seltmann
error.mail Description: Binary data libglademm-2.log Description: Binary data libgnomecanvasmm-2.log Description: Binary data -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: Problems building libglademm or libgnomecanvasmm (undefined reference in libgtkmm-2.4)

2005-06-30 Thread Ulf Seltmann
Ulf Seltmann sagte: -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Sorry for the bad posting. I'll try again ... with another mailer ;) Hello Group, since some days i try to install

Re: Problems building libglademm or libgnomecanvasmm (undefined reference in libgtkmm-2.4)

2005-06-30 Thread Declan Moriarty
Recently, Somebody Somewhere wrote these words Ulf Seltmann sagte: -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Sorry for the bad posting. I'll try again ... with another mailer

Re: Problems building libglademm or libgnomecanvasmm (undefined reference in libgtkmm-2.4)

2005-06-30 Thread David Jensen
Ulf Seltmann wrote: since some days i try to install the supportlibraries libglademm-2.6 and libgnomecanvasmm-2.10, but i always get the make-errors attached. This is probably a Pkgconfig-0.17.x problem, get 0.18 http://pkgconfig.freedesktop.org/releases/pkgconfig-0.18.tar.gz

Re: Problems building libglademm or libgnomecanvasmm (undefined reference in libgtkmm-2.4)

2005-06-30 Thread Mike Hernandez
On 6/30/05, Ulf Seltmann [EMAIL PROTECTED] wrote: If you have an undefined reference to libgtkmm you probably need to install gtkmm: http://www.gtkmm.org/ The mm stands for minus minus (--) I think ;) gtkmm is the official C++ interface for the popular GUI library GTK+. Highlights include

Re: Problems building libglademm or libgnomecanvasmm (undefined reference in libgtkmm-2.4)

2005-06-30 Thread Mike Hernandez
Not sure if my other post went through... having a weird network problem... You may want to look into gtkmm gtkmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widgets. You

Re: Problems building libglademm or libgnomecanvasmm (undefined reference in libgtkmm-2.4)

2005-06-30 Thread David Jensen
David Jensen wrote: Ulf Seltmann wrote: This is probably a Pkgconfig-0.17.x problem, get 0.18 http://pkgconfig.freedesktop.org/releases/pkgconfig-0.18.tar.gz Alternately, if you want to keep pkgconfig-0.17.x, you could: sed -i.bak \ 's:-lgtkmm-2.4: -lgdkmm-2.4 -lpangomm-1.4 -latkmm-1.6:'