Page 1 of 1

GTK Gui - something is wrong

Posted: 14.02.2003, 17:02
by Sense
hi,

i have ./configured celestia under Debian Woody

so

this is the ruselt.

the missing GLut file , have been installed

"COnfigure: WARNING: Disabled GTK GUI because of some missing necessary files."

libgkt2.0 is already installed.

ps: i`m german ;)

GTK Gui - something is wrong

Posted: 14.02.2003, 17:27
by t00fri
Sense wrote:hi,

i have ./configured celestia under Debian Woody

so

this is the ruselt.

the missing GLut file , have been installed

"COnfigure: WARNING: Disabled GTK GUI because of some missing necessary files."

libgkt2.0 is already installed.

ps: i`m german ;)


Debian has not been tested. None of the developers uses it.

Since you have not given any details about the ./configure parameters you used and its output, what do you want us to respond??

What about: Today it nice weather in Germany;-)...

What is libgkt2.0?? Never heard of;-)

In case you mean libgtk-2.0, the compatibility has also not yet been tested by me at least. I used libgtk-1.2. Christophe?

Bye Fridger

Posted: 14.02.2003, 17:34
by Sense
oh dear *sagt man das so ? * bin schon so lange raus aus der schule ;)

http://www.linuxforen.de/forums/showthr ... adid=66353

so schauts aus.

apropos ich versuch es gleich mal mit libgtk1.2

wohne in der n?he von hamburg ^^

Posted: 14.02.2003, 17:47
by t00fri
Sense wrote:oh dear *sagt man das so ? * bin schon so lange raus aus der schule ;)

http://www.linuxforen.de/forums/showthr ... adid=66353

so schauts aus.

apropos ich versuch es gleich mal mit libgtk1.2

wohne in der n?he von hamburg ^^


In the above ./configure output I could not see what parameters you were using.

In any case,

libgtkgl.so

along with the headers is missing and this is why the GUI compilation has been skipped. Therefore in your second ./configure output, main() is missing. No wonder...

So you have to install the

gtkglarea package first....

Bye Fridger

Posted: 14.02.2003, 17:54
by Sense
the area5-dev packe was not installed.

so the next

"configure: error: Cold not find the gnomeConf.sh file that is generated by gnome-libs install"

i have ICEwm, a windowmanager.

Posted: 14.02.2003, 17:57
by Sense
anyway, i think this post is in the wrong forum ^^

sorry!

Posted: 14.02.2003, 18:00
by t00fri
Sense wrote:anyway, i think this post is in the wrong forum ^^

sorry!


... and it has the wrong title;-). It seems its not the celestia GTK GUI that is "wrong"...

Here is the output of ldd for the gtk-celestia version. So please add all missing libraries and corresponding headers!

If you use the ICE WM together with KDE, you should upgrade to KDE3 and use the celestia-kde version. It is much more advanced. The gtk-version assumes the Gnome desktop. Hence you must add the appropriate gnome libraries as you may find out below....

Bye Fridger
----------------------------
> ldd /usr/bin/celestia

libpng.so.2 => /usr/lib/libpng.so.2 (0x40027000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40052000)
libglut.so.3 => /usr/lib/libglut.so.3 (0x40071000)
libGLU.so.1 => /usr/lib/libGLU.so.1 (0x400a4000)
libGL.so.1 => /usr/lib/libGL.so.1 (0x40128000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40193000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4019d000)
libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x401b5000)
libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x402e6000)
libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x4031c000)
libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x4031f000)
libdl.so.2 => /lib/libdl.so.2 (0x40344000)
libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x40347000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4034f000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4035d000)
libm.so.6 => /lib/libm.so.6 (0x40440000)
libgnome.so.32 => /opt/gnome/lib/libgnome.so.32 (0x4045f000)
libgnomesupport.so.0 => /opt/gnome/lib/libgnomesupport.so.0 (0x40478000)
libesd.so.0 => /usr/lib/libesd.so.0 (0x4047e000)
libaudiofile.so.0 => /usr/lib/libaudiofile.so.0 (0x40486000)
libdb.so.2 => /lib/libdb.so.2 (0x40499000)
libgnomeui.so.32 => /opt/gnome/lib/libgnomeui.so.32 (0x404a7000)
libart_lgpl.so.2 => /opt/gnome/lib/libart_lgpl.so.2 (0x4057c000)
libgdk_imlib.so.1 => /usr/lib/libgdk_imlib.so.1 (0x4058b000)
libgtkgl.so.5 => /usr/lib/libgtkgl.so.5 (0x405b1000)
libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x405b6000)
libc.so.6 => /lib/libc.so.6 (0x405ff000)
libz.so.1 => /lib/libz.so.1 (0x40712000)
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40721000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40737000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4074d000)