I still want to install the celestia in linux, but...
Posted: 05.10.2002, 06:41
I had to get out of town for a while, there fore Sorry!
I tryed this:
Code:
> urpmi libgtk+1.2-devel
> urpmi libgtkglarea5-devel
Celestia in linux (Sorry for the delay)
I'm not too sure about the version numbers as I don't have 8.1 installed.
Otherwise you can run rpmdrake, do a search on gtk+ and install the relevant packages (if you don't know which just install everything).
The second error means that you don't have the GLU header file installed. That one is provided by Mesa:
Code:
> urpmi libMesaGLU1-devel this didn’t work
> urpmi libMesaglut3-devel this didn’t work
Once again I'm not sure about the version numbers but you can also do it from rpmdrake (search for Mesa).
Since you don't have the gtk+-devel stuff installed you don't have gnome-devel either.
Code:
> urpmi libglib1.2-devel this didn’t work
> urpmi libgnome32-devel this didn’t work
for all i recived this:
[root@xyz root]# urpmi libMesaGLU1-devel
no package named libMesaGLU-devel
then i tryed again the install lines and:
[root@xyz celestia-1.2.4]# ./configure --with-gnome
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking whether to include debugging code... no
checking whether to be pedantic... no
checking whether to do profiling... no
checking whether to disable GTK.... no
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for gdk_gl_query in -lgtkgl... yes
checking for gnome-config... no
checking for gnomeConf.sh file in /usr/local/lib... not found
configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install
[root@xyz celestia-1.2.4]# make
make: *** No targets specified and no makefile found. Stop.
[root@xyz celestia-1.2.4]# make install
make: *** No rule to make target `install'. Stop.
I tryed this:
Code:
> urpmi libgtk+1.2-devel
> urpmi libgtkglarea5-devel
Celestia in linux (Sorry for the delay)
I'm not too sure about the version numbers as I don't have 8.1 installed.
Otherwise you can run rpmdrake, do a search on gtk+ and install the relevant packages (if you don't know which just install everything).
The second error means that you don't have the GLU header file installed. That one is provided by Mesa:
Code:
> urpmi libMesaGLU1-devel this didn’t work
> urpmi libMesaglut3-devel this didn’t work
Once again I'm not sure about the version numbers but you can also do it from rpmdrake (search for Mesa).
Since you don't have the gtk+-devel stuff installed you don't have gnome-devel either.
Code:
> urpmi libglib1.2-devel this didn’t work
> urpmi libgnome32-devel this didn’t work
for all i recived this:
[root@xyz root]# urpmi libMesaGLU1-devel
no package named libMesaGLU-devel
then i tryed again the install lines and:
[root@xyz celestia-1.2.4]# ./configure --with-gnome
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking whether to include debugging code... no
checking whether to be pedantic... no
checking whether to do profiling... no
checking whether to disable GTK.... no
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for gdk_gl_query in -lgtkgl... yes
checking for gnome-config... no
checking for gnomeConf.sh file in /usr/local/lib... not found
configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install
[root@xyz celestia-1.2.4]# make
make: *** No targets specified and no makefile found. Stop.
[root@xyz celestia-1.2.4]# make install
make: *** No rule to make target `install'. Stop.