Results 1 to 4 of 4
hi,
i tried to install GTK.I ve installed all prerequisites.i tried to set JAVA_HOME using hte command "setenv JAVA_HOME usr/lib/jvm/java" but i get the error "setenv" not found. and i ...
- 12-25-2007 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 19
problem installing GTK version 4[FC6]
hi,
i tried to install GTK.I ve installed all prerequisites.i tried to set JAVA_HOME using hte command "setenv JAVA_HOME usr/lib/jvm/java" but i get the error "setenv" not found. and i get the following error while installing gtk.
[root@localhost gt4.0.5-x86_fc_4-installer]# ./configure
checking for javac... /usr/bin/javac
configure: WARNING: JAVA_HOME is not set
configure: WARNING: Most Java versions will not work correctly without JAVA_HOME set
checking for ant... /usr/bin/ant
configure: creating ./config.status
config.status: creating Makefile
[root@localhost gt4.0.5-x86_fc_4-installer]#
plz help me
- 12-25-2007 #2
I think you are trying to install gt4 and not gtk. Do you have java installed on your system because it seems like the installer cannot find it. Also to export variables on bash and similar shells, you can use export command.
- 12-25-2007 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 19
java installed
i ve installed java already.but still i get the following error.
[root@localhost gt4.0.5-x86_fc_4-installer]# ./configure
checking for javac... /usr/bin/javac
configure: WARNING: the javac in your path is not from your $JAVA_HOME environment
checking for ant... /usr/bin/ant
configure: creating ./config.status
config.status: creating Makefile
- 12-25-2007 #4
Thats just a warning and the makefile seems to be successfully created. Have you tried proceeding to the next step?


Reply With Quote