LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   install gtkmm >=1.2 & < 2.0 package?? (https://www.linuxquestions.org/questions/linux-software-2/install-gtkmm-%3D1-2-and-2-0-package-305147/)

Cyber Maid 03-23-2005 01:12 PM

install gtkmm >=1.2 & < 2.0 package??
 
Hello!

I've been trying to "make" a program for the last hour and i can't seem to get it done.
Everytime i "make" i get this error:

checking for gtkmm-config... /usr/bin/gtkmm-config
checking for GTK-- - version >= 1.1.9... no
*** Could not run GTK-- test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK-- was incorrectly installed
*** or that you have moved GTK-- since it was installed. In the latter case, you
*** may want to edit the gtkmm-config script: /usr/bin/gtkmm-config
configure: error: "Please install gtkmm >=1.2 & < 2.0 package"
make: *** [all] Error 1


I have gtkmm-1.2.10-fr3 and gtkmm-devel-1.2.10-fr3 installed.
Later on i installed gtkmm-2.2.8-1 as well since it asked "& < 2.0 package"....but i still get the same error.

foo_bar_foo 03-23-2005 04:09 PM

Re: install gtkmm >=1.2 & < 2.0 package??
 
Quote:

Originally posted by Cyber Maid

checking for GTK-- - version >= 1.1.9... no

do you have gtk and all it's freinds installed?
i'm not taking about gtk2

do
gtkmm-config --cflags

and
gtkmm-config --libs

to see what i mean (you need the developement files for all gtk1 ball of wax)

Cyber Maid 03-23-2005 04:24 PM

Here is the output:

$ gtkmm-config --cflags
-I/usr/lib/gtkmm/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/lib/sigc++-1.0/include -I/usr/include/sigc++-1.0


$ gtkmm-config --libs
-rdynamic -L/usr/lib -L/usr/X11R6/lib -lgtkmm -lgdkmm -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lsigc -lpthread

Cyber Maid 03-24-2005 09:52 PM

anyone? :confused:

pipebkn 03-24-2005 11:49 PM

uninstall before
 
first uninstall :

./configure && make uninstall
./configure && make && make install

Good luck

Cyber Maid 03-25-2005 09:31 AM

weird or not...you can only "make" this.
There is no configure...

__J 03-25-2005 03:15 PM

some packages come with their own implementations of build scripts, not everything will be "configure, make, make install"

pipebkn 03-25-2005 05:41 PM

find /usr/ -name atk.pc

export PKG_CONFIG_PATH=/directory to atk.pc

again
./configure
good luck.

Cyber Maid 03-30-2005 07:04 PM

Well, no atk.pc

And like i said...there is no configure file so i can't ./configure
I can only "make"


This is getting to me...i need to make this work...


All times are GMT -5. The time now is 12:02 PM.