Re: [Anjuta-list] "configure error" bug



observer22 ha scritto lo scorso 08/10/2006 18:31:
> I'm using Debian Etch. I installed Anjuta and its dependencies with the
> standard Debian tools. The version is 1.2.4a.
> 
> I start it and try to use the wizard to generate a gtkmm C++ application.
> It appears to use a configure file, which generates a lot of output to its
> text window - ending up with:
> 
> ------------------------------
> configure: error: Package requirements (gtkmm-2.0) were not met:
> No package 'gtkmm-2.0' found
> -------------------------------
> 
> Well, duh, of course there's no package gtkmm-2.0 because Debian Etch has
> gtkmm-2.4.
> Is Anjuta really not smart enough to use the latest installed version?
> 

Not sure about Anjuta, but autogen - yes - it is. Don't be confused
about library and package naming conventions:

carlo dantooine$ pkg-config --list-all | grep gtk+-2.0
gtk+-2.0              GTK+ - GIMP Tool Kit (x11 target)

but:

carlo dantooine$ dpkg -l|grep gtk2.0
ii  libgtk2.0-0      2.8.20-1  The GTK+ graphical user interface library
ii  libgtk2.0-bin    2.8.20-1  The programs for the GTK+ graphical user
ii  libgtk2.0-common 2.8.20-1  Common files for the GTK+ graphical user
ii  libgtk2.0-dev    2.8.20-1  Development files for the GTK+ library
ii  libgtk2.0-doc    2.8.20-1  Documentation for the GTK+ graphical user

As you can see, gtk+-2.0 does mean int etch (currently): gt+-2.8.20-1;
please note also presence of -dev version of the package (and please
forgive me if I can't give you an actual example about gtkmm - I don't
like C++ so much).






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