Can't create GTK+ application framework

Bernd Muent Bernd.Muent at euroscript.de
Thu Nov 3 13:51:46 GMT 2005


Anne-Marie Mahfouf schrieb:

> OK, I had a look into it and got the same error than you. Now, I don't know 
> anything about GTK so you will have to help me to fix the template (I assume 
> as you build that template you have some gtk knowledge ;-)
> 
> 1) to make automake && configure work, in your configure.in project file,
> remove
> AM_PATH_GTKMM(1.2.8,,
> 	AC_MSG_ERROR(Cannot find a matching GTK-- library: Please install version 
> 1.2.8 or newer))
> 
> and instead put
> PKG_CHECK_MODULES(app_name, gtkmm-2.4 >= 2.4.0)

I changed this. autoconf && automake runs fine now.

But when compiling the project, I get the following very unconcrete error:
cd '/root/gtktest/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1"
make -k
make all-recursive
Making all in src
Kompilieren der Datei gtktest.cc (g++)
Linken der Datei with (g++)
make[2]: *** [gtktest.o] Fehler 1
Kompilieren der Datei main_window_glade.cc (g++)
Linken der Datei with (g++)
make[2]: *** [main_window_glade.o] Fehler 1
Kompilieren der Datei main_window.cc (g++)
Linken der Datei with (g++)
make[2]: *** [main_window.o] Fehler 1
make[2]: Das Target »all« wurde wegen Fehlern nicht aktualisiert.
make[1]: *** [all-recursive] Fehler 1
make: *** [all] Fehler 2
*** Beendet mit Status: 2 ***

What's wrong?
Sorry, no idea.

Greetings, Bernd


-- 
Bernd Münt                   Durchwahl: 030/69032-509
euroscript Deutschland GmbH  Zentrale:  030/69032-300
Abteilung IT-Management      Fax:       030/69032-505
Alt-Moabit 91                Mail:      Bernd.Muent at euroscript.de
10559 Berlin                 Web:       http://www.euroscript.de

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list