Re: [gtkmm] Make fails with missing target



Alright, deleted everything and checked-out anew.
autogen.sh fails at ./configuring with

[...]
checking for getc_unlocked... yes
./configure: line 7800: syntax error near unexpected token `PKG_CHECK_MODULES(GLIBMM,'
./configure: line 7800: `PKG_CHECK_MODULES(GLIBMM, sigc++-1.2 >= ${gtkmm_min_sigc_version} glib-2.0 >= ${gtkmm_min_glib_version} gobject-2.0 >= ${gtkmm_min_glib_version} gmodule-2.0 >= ${gtkmm_min_glib_version})'

Removed all PKG_CHECK_MODULES() macros, configure works now. Make and Perl say:

[...]
make[4]: Entering directory `/usr/src/CVS/gtkmm2/glib/src'
/usr/bin/perl -I../../tools/pm ../../tools/gtkmmproc -I ../../tools/m4 --defs .  convert . ./../glibmm
Can't locate XML/Parser.pm in @INC.
[...]

Wow, that one's new to me - guess I'm going to get this module.
Arrh, it needs expat. Well, another one for me to get. Why does gtkmm2 need XML?
...got it, continuing the build process.

It is compiling right now, seems to work seamlessly after adding sigc++-1.2 and gtk+-2.0
CPPFLAGS and LDFLAGS to make.

Maybe the description of my build problems can lead to amendmends in the build stuff.

Leslie




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