Configure file error

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
dzastro(anon)

Configure file error

Post #1by dzastro(anon) » 12.05.2004, 22:10

Apologies for the post, but I HAVE read all the CVS stuff and still dont see why..

I have built sources for celestica on RH9, SUSE9, and am running it on winXp with the mh SQL database. I can build on RH with GLUT and KDE options, and on SUSE with KDE. I can compile with lua libs as well.

I CANNOT get CVS build to go.... I just got latest from sourceforge CVS (looks 1.3.2 ish). CVS testing is curently on SUSE, but willing to use RH.

I tried .....
aclocal
autoheader
automake
autoconf

and then ./configure --with-kde..... see error below...

I also tried

Make -f Makefile.cvs.....
./configure....


Thanks for any assistance... I love the program and would like to help.
dz


Code: Select all

checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for gluLookAt in -lGLU... yes
./configure: line 20650: syntax error near unexpected token `GTK,'
./configure: line 20650: `              PKG_CHECK_MODULES(GTK, libgnomeui-2.0 gtk+-2.0 gtkglext-1.0)'

Christophe
Developer
Posts: 944
Joined: 18.07.2002
With us: 22 years 4 months
Location: Lyon (France)

Post #2by Christophe » 13.05.2004, 09:12

Which version of the autotools are you using?
Christophe

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 2 months
Location: NY, USA

Post #3by selden » 13.05.2004, 11:10

My understanding is that this error message is consistant with pkg-config not being installed.
Selden

Topic author
dzastro(anon)

CVS issues

Post #4by dzastro(anon) » 13.05.2004, 19:37

Selden wins a gold star ( oh wait, he has 2.1 million of em :o )

pkg-config is gnome thing in SUSE land, a wayward child who needed his directions set to search NOT in /usr/gnome places, but in the /usr/local places where the "extra widget" gtkglext REALLY installed itself....

So, I've 'lined up all my libraries' and tested most of the utilities. I've built the GLUT, GTK, and GNOME versions . I've run into a compile error in the KDE ?browser file, but i'm not sure it isn't MY fault.

Thanks for the wonderful software and kind support. I'll be lurking about more regularly now.

dz

Topic author
dzastro(anon)

CVS issues

Post #5by dzastro(anon) » 13.05.2004, 19:37

Selden wins a gold star ( oh wait, he has 2.1 million of em :o )

pkg-config is gnome thing in SUSE land, a wayward child who needed his directions set to search NOT in /usr/gnome places, but in the /usr/local places where the "extra widget" gtkglext REALLY installed itself....

So, I've 'lined up all my libraries' and tested most of the utilities. I've built the GLUT, GTK, and GNOME versions . I've run into a compile error in the KDE ?browser file, but i'm not sure it isn't MY fault.

Thanks for the wonderful software and kind support. I'll be lurking about more regularly now.

dz


Return to “Development”