Celestia on Debian Sarge

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
teus
Posts: 5
Joined: 27.10.2003
With us: 21 years

Celestia on Debian Sarge

Post #1by teus » 27.10.2003, 20:59

Hi,


Not sure if this is the right place to post this, but I have some troubles getting celestia 1.3.0 to compile on my Debian Sarge system. I have seen several people in the forums here having the same problems, but none of the solutions given work for me.
When I untar the source and go into the newly created directory I do

./configure --without-kde --without-gnome

(I have neither installed being a WindowMaker user) I get the error

checking for jpeg_start_decompress in -ljpeg... no
configure: error: jpeg library not found

But

dpkg -l \*jpeg\*

returns

ii libjpeg62 6b-9 The Independent JPEG Group's JPEG runtime library
ii libjpeg62-dev 6b-9 Development files for the IJG JPEG library

and ls -al /usr/lib/*jpeg* gives

-rw-r--r-- 1 root root 158168 Oct 6 16:21 /usr/lib/libjpeg.a
-rw-r--r-- 1 root root 802 Oct 6 16:21 /usr/lib/libjpeg.la
lrwxrwxrwx 1 root root 17 Oct 20 11:23 /usr/lib/libjpeg.so -> libjpeg.so.62.0.0
lrwxrwxrwx 1 root root 17 Oct 20 11:23 /usr/lib/libjpeg.so.62 -> libjpeg.so.62.0.0
-rw-r--r-- 1 root root 120952 Oct 6 16:21 /usr/lib/libjpeg.so.62.0.0

Also

dpkg -l \*qt\*

returns

ii libqt2 2.3.1-22 Qt GUI Library (runtime version).
ii libqt3-compat- 3.2.1-6 Qt 1.x and 2.x compatibility includes
ii libqt3-dev 3.2.1-6 Qt development files
ii libqt3-headers 3.2.1-6 Qt3 header files
ii libqt3c102 3.2.1-6 Qt Library
ii libqt3c102-mt 3.2.1-6 Qt GUI Library (Threaded runtime version)
ii qt3-dev-tools 3.2.1-6 Qt3 development tools

and

dpkg -l \*gl\*

returns

ii libglpng 1.45-2 PNG loader library for OpenGL
ii libglut3 3.7-20 the OpenGL Utility Toolkit
ii libgtkgl2.0-1 1.99.0-2 Gimp Toolkit OpenGL area widget shared libra
ii libgtkgl2.0-de 1.99.0-2 Gimp Toolkit OpenGL area widget include file
ii xlibmesa-glu-d 4.2.1-12.1 Mesa OpenGL utility library development file
ii xlibmesa3-glu 4.2.1-12.1 Mesa OpenGL utility library [XFree86]

I'm trying this with kernel 2.4.21 and i tried both gcc 2.95 and gcc 3.3 but no luck.

So, embrace yourself, here's the config.log fle :

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was

$ ./configure --without-kde --without-gnome

## --------- ##
## Platform. ##
## --------- ##

hostname = eclipse
uname -m = i686
uname -r = 2.4.21
uname -s = Linux
uname -v = #7 Sat Oct 25 17:31:09 CEST 2003

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /home/wouter/bin
PATH: /usr/share/java/j2sdk/bin
PATH: /usr/local/mozilla
PATH: /usr/share/NetBeans_IDE_3.5/bin
PATH: /usr/local/Acrobat5/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1551: checking build system type
configure:1569: result: i686-pc-linux-gnu
configure:1577: checking host system type
configure:1591: result: i686-pc-linux-gnu
configure:1600: checking target system type
configure:1614: result: i686-pc-linux-gnu
configure:1660: checking for a BSD-compatible install
configure:1714: result: /usr/bin/install -c
configure:1729: checking for -p flag to install
configure:1742: result: yes
configure:1753: checking whether build environment is sane
configure:1796: result: yes
configure:1816: checking for gawk
configure:1845: result: no
configure:1816: checking for mawk
configure:1832: found /usr/bin/mawk
configure:1842: result: mawk
configure:1852: checking whether make sets $(MAKE)
configure:1872: result: yes
configure:2080: checking for gcc
configure:2096: found /usr/bin/gcc
configure:2106: result: gcc
configure:2350: checking for C compiler version
configure:2353: gcc --version </dev/null >&5
gcc (GCC) 3.3.2 20031005 (Debian prerelease)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2356: $? = 0
configure:2358: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/ma
n --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-in
cluded-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc
-gc i486-linux
Thread model: posix
gcc version 3.3.2 20031005 (Debian prerelease)
configure:2361: $? = 0
configure:2363: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2366: $? = 1
configure:2390: checking for C compiler default output
configure:2393: gcc conftest.c >&5
configure:2396: $? = 0
configure:2442: result: a.out
configure:2447: checking whether the C compiler works
configure:2453: ./a.out
configure:2456: $? = 0
configure:2473: result: yes
configure:2480: checking whether we are cross compiling
configure:2482: result: no
configure:2485: checking for suffix of executables
configure:2487: gcc -o conftest conftest.c >&5
configure:2490: $? = 0
configure:2515: result:
configure:2521: checking for suffix of object files
configure:2543: gcc -c conftest.c >&5
configure:2546: $? = 0
configure:2568: result: o
configure:2572: checking whether we are using the GNU C compiler
configure:2597: gcc -c conftest.c >&5
configure:2600: $? = 0
configure:2603: test -s conftest.o
configure:2606: $? = 0
configure:2619: result: yes
configure:2625: checking whether gcc accepts -g
configure:2647: gcc -c -g conftest.c >&5
configure:2650: $? = 0
configure:2653: test -s conftest.o
configure:2656: $? = 0
configure:2667: result: yes
configure:2684: checking for gcc option to accept ANSI C
configure:2745: gcc -c conftest.c >&5
configure:2748: $? = 0
configure:2751: test -s conftest.o
configure:2754: $? = 0
configure:2772: result: none needed
configure:2790: gcc -c conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2793: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2921: checking for style of include used by make
configure:2949: result: GNU
configure:2977: checking dependency style of gcc
configure:3039: result: gcc3
configure:3113: checking for g++
configure:3129: found /usr/bin/g++
configure:3139: result: g++
configure:3155: checking for C++ compiler version
configure:3158: g++ --version </dev/null >&5
g++ (GCC) 3.3.2 20031005 (Debian prerelease)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3161: $? = 0
configure:3163: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/ma
n --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-in
cluded-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc
-gc i486-linux
Thread model: posix
gcc version 3.3.2 20031005 (Debian prerelease)
configure:3166: $? = 0
configure:3168: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:3171: $? = 1
configure:3174: checking whether we are using the GNU C++ compiler
configure:3199: g++ -c conftest.cc >&5
configure:3202: $? = 0
configure:3205: test -s conftest.o
configure:3208: $? = 0
configure:3221: result: yes
configure:3227: checking whether g++ accepts -g
configure:3249: g++ -c -g conftest.cc >&5
configure:3252: $? = 0
configure:3255: test -s conftest.o
configure:3258: $? = 0
configure:3269: result: yes
configure:3313: g++ -c conftest.cc >&5
configure:3316: $? = 0
configure:3319: test -s conftest.o
configure:3322: $? = 0
configure:3349: g++ -c conftest.cc >&5
configure: In function `int main()':
configure:3346: error: `exit' undeclared (first use this function)
configure:3346: error: (Each undeclared identifier is reported only once for
each function it appears in.)
configure:3352: $? = 1
configure: failed program was:
| #line 3332 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "celestia"
| #define VERSION "1.3.0"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3313: g++ -c conftest.cc >&5
configure:3316: $? = 0
configure:3319: test -s conftest.o
configure:3322: $? = 0
configure:3349: g++ -c conftest.cc >&5
configure:3352: $? = 0
configure:3355: test -s conftest.o
configure:3358: $? = 0
configure:3383: checking dependency style of g++
configure:3445: result: gcc3
configure:3469: checking how to run the C preprocessor
configure:3505: gcc -E conftest.c
configure:3511: $? = 0
configure:3543: gcc -E conftest.c
configure:3547:28: ac_nonexistent.h: No such file or directory
configure:3549: $? = 1
configure: failed program was:
| #line 3534 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "celestia"
| #define VERSION "1.3.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3587: result: gcc -E
configure:3612: gcc -E conftest.c
configure:3618: $? = 0
configure:3650: gcc -E conftest.c
configure:3654:28: ac_nonexistent.h: No such file or directory
configure:3656: $? = 1
configure: failed program was:
| #line 3641 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "celestia"
| #define VERSION "1.3.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3703: checking how to run the C++ preprocessor
configure:3735: g++ -E conftest.cc
configure:3741: $? = 0
configure:3773: g++ -E conftest.cc
configure:3777:28: ac_nonexistent.h: No such file or directory
configure:3779: $? = 1
configure: failed program was:
| #line 3764 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "celestia"
| #define VERSION "1.3.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3817: result: g++ -E
configure:3842: g++ -E conftest.cc
configure:3848: $? = 0
configure:3880: g++ -E conftest.cc
configure:3884:28: ac_nonexistent.h: No such file or directory
configure:3886: $? = 1
configure: failed program was:
| #line 3871 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "celestia"
| #define VERSION "1.3.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3940: checking for a BSD-compatible install
configure:3994: result: /usr/bin/install -c -p
configure:4090: checking for ld used by GCC
configure:4154: result: /usr/bin/ld
configure:4163: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.14.90.0.6 20030820 Debian GNU/Linux
configure:4175: result: yes
configure:4180: checking for /usr/bin/ld option to reload object files
configure:4187: result: -r
configure:4196: checking for BSD-compatible nm
configure:4231: result: /usr/bin/nm -B
configure:4235: checking for a sed that does not truncate output
configure:4311: result:
configure:4314: checking whether ln -s works
configure:4318: result: yes
configure:4325: checking how to recognise dependant libraries
configure:4512: result: pass_all
configure:4584: gcc -c conftest.c >&5
configure:4587: $? = 0
configure:4673: checking for egrep
configure:4683: result: grep -E
configure:4688: checking for ANSI C header files
configure:4714: gcc -c conftest.c >&5
configure:4717: $? = 0
configure:4720: test -s conftest.o
configure:4723: $? = 0
configure:4812: gcc -o conftest conftest.c >&5
configure:4815: $? = 0
configure:4817: ./conftest
configure:4820: $? = 0
configure:4835: result: yes
configure:4859: checking for sys/types.h
configure:4876: gcc -c conftest.c >&5
configure:4879: $? = 0
configure:4882: test -s conftest.o
configure:4885: $? = 0
configure:4896: result: yes
configure:4859: checking for sys/stat.h
configure:4876: gcc -c conftest.c >&5
configure:4879: $? = 0
configure:4882: test -s conftest.o
configure:4885: $? = 0
configure:4896: result: yes
configure:4859: checking for stdlib.h
configure:4876: gcc -c conftest.c >&5
configure:4879: $? = 0
configure:4882: test -s conftest.o
configure:4885: $? = 0
configure:4896: result: yes
configure:4859: checking for string.h
configure:4876: gcc -c conftest.c >&5
configure:4879: $? = 0
configure:4882: test -s conftest.o
configure:4885: $? = 0
configure:4896: result: yes
configure:4859: checking for memory.h
configure:4876: gcc -c conftest.c >&5
configure:4879: $? = 0
configure:4882: test -s conftest.o
configure:4885: $? = 0
configure:4896: result: yes
configure:4859: checking for strings.h
configure:4876: gcc -c conftest.c >&5
configure:4879: $? = 0
configure:4882: test -s conftest.o
configure:4885: $? = 0
configure:4896: result: yes
configure:4859: checking for inttypes.h
configure:4876: gcc -c conftest.c >&5
configure:4879: $? = 0
configure:4882: test -s conftest.o
configure:4885: $? = 0
configure:4896: result: yes
configure:4859: checking for stdint.h
configure:4876: gcc -c conftest.c >&5
configure:4879: $? = 0
configure:4882: test -s conftest.o
configure:4885: $? = 0
configure:4896: result: yes
configure:4859: checking for unistd.h
configure:4876: gcc -c conftest.c >&5
configure:4879: $? = 0
configure:4882: test -s conftest.o
configure:4885: $? = 0
configure:4896: result: yes
configure:4922: checking dlfcn.h usability
configure:4935: gcc -c conftest.c >&5
configure:4938: $? = 0
configure:4941: test -s conftest.o
configure:4944: $? = 0
configure:4954: result: yes
configure:4958: checking dlfcn.h presence
configure:4969: gcc -E conftest.c
configure:4975: $? = 0
configure:4994: result: yes
configure:5030: checking for dlfcn.h
configure:5037: result: yes
configure:5055: checking the maximum length of command line arguments
configure:5103: result: 32768
configure:5114: checking command to parse /usr/bin/nm -B output from gcc object
configure:5199: gcc -c conftest.c >&5
configure:5202: $? = 0
configure:5206: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9
]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5209: $? = 0
configure:5261: gcc -o conftest conftest.c conftstm.o >&5
configure:5264: $? = 0
configure:5302: result: ok
configure:5306: checking for objdir
configure:5321: result: .libs
configure:5411: checking for ranlib
configure:5427: found /usr/bin/ranlib
configure:5438: result: ranlib
configure:5491: checking for strip
configure:5507: found /usr/bin/strip
configure:5518: result: strip
configure:5781: checking if gcc static flag works
configure:5804: result: yes
configure:5821: checking if gcc supports -fno-rtti -fno-exceptions
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:5845: result: no
configure:5860: checking for gcc option to produce PIC
configure:6013: result: -fPIC
configure:6020: checking if gcc PIC flag -fPIC works
configure:6044: result: yes
configure:6068: checking if gcc supports -c -o file.o
configure:6109: result: yes
configure:6135: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:6918: result: yes
configure:6940: checking whether -lc should be explicitly linked in
configure:6945: gcc -c conftest.c >&5
configure:6948: $? = 0
configure:6962: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:6965: $? = 0
configure:6977: result: no
configure:6983: checking how to hardcode library paths into programs
configure:7007: result: immediate
configure:7021: checking whether stripping libraries is possible
configure:7026: result: yes
configure:7033: checking dynamic linker characteristics
configure:7484: result: GNU/Linux ld.so
configure:8137: checking if libtool supports shared libraries
configure:8139: result: yes
configure:8142: checking whether to build shared libraries
configure:8163: result: yes
configure:8166: checking whether to build static libraries
configure:8170: result: yes
configure:8249: creating libtool
configure:8974: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:9629: result: yes
configure:9646: g++ -c conftest.cc >&5
configure:9649: $? = 0
configure:9749: checking for g++ option to produce PIC
configure:9985: result: -fPIC
configure:9992: checking if g++ PIC flag -fPIC works
configure:10016: result: yes
configure:10040: checking if g++ supports -c -o file.o
configure:10081: result: yes
configure:10107: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:10129: result: yes
configure:10151: checking whether -lc should be explicitly linked in
configure:10156: g++ -c conftest.cc >&5
configure:10159: $? = 0
configure:10173: g++ -shared -nostdlib conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:10176: $? = 1
configure:10188: result: yes
configure:10194: checking how to hardcode library paths into programs
configure:10218: result: immediate
configure:10232: checking whether stripping libraries is possible
configure:10237: result: yes
configure:10244: checking dynamic linker characteristics
configure:10695: result: GNU/Linux ld.so
configure:11764: checking if gcj supports -fno-rtti -fno-exceptions
configure:11788: result: no
configure:11803: checking for gcj option to produce PIC
configure:11956: result: -fPIC
configure:11963: checking if gcj PIC flag -fPIC works
configure:11987: result: no
configure:12011: checking if gcj supports -c -o file.o
configure:12052: result: no
configure:12078: checking whether the gcj linker (/usr/bin/ld) supports shared libraries
configure:12861: result: yes
configure:12883: checking whether -lc should be explicitly linked in
configure:12888: gcj -c conftest.java >&5
./configure: line 1: gcj: command not found
configure:12891: $? = 127
configure:12920: result: yes
configure:12926: checking how to hardcode library paths into programs
configure:12950: result: immediate
configure:12964: checking whether stripping libraries is possible
configure:12969: result: yes
configure:12976: checking dynamic linker characteristics
configure:13427: result: GNU/Linux ld.so
configure:14915: checking whether to include debugging code
configure:14931: result: no
configure:14934: checking whether to be pedantic
configure:14946: result: no
configure:14949: checking whether to do profiling
configure:14965: result: no
configure:15024: checking whether to enable GLUT
configure:15031: result: no
configure:15048: checking interface to build
configure:15055: result: GTK
configure:15065: checking whether to disable GTK.
configure:15068: result: no
configure:15118: checking for gtk-config
configure:15136: found /usr/bin/gtk-config
configure:15149: result: /usr/bin/gtk-config
configure:15157: checking for GTK - version >= 1.2.0
configure:15264: gcc -o conftest -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include conftest.c -L/usr/lib -L/
usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lm >&5
configure:15267: $? = 0
configure:15269: ./conftest
configure:15272: $? = 0
configure:15290: result: yes
configure:15516: checking for gcc
configure:15542: result: gcc
configure:15786: checking for C compiler version
configure:15789: gcc --version </dev/null >&5
gcc (GCC) 3.3.2 20031005 (Debian prerelease)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:15792: $? = 0
configure:15794: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/ma
n --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-in
cluded-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc
-gc i486-linux
Thread model: posix
gcc version 3.3.2 20031005 (Debian prerelease)
configure:15797: $? = 0
configure:15799: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:15802: $? = 1
configure:15805: checking whether we are using the GNU C compiler
configure:15852: result: yes
configure:15858: checking whether gcc accepts -g
configure:15900: result: yes
configure:15917: checking for gcc option to accept ANSI C
configure:16005: result: none needed
configure:16023: gcc -c conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:16026: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:16137: checking dependency style of gcc
configure:16199: result: gcc3
configure:16222: checking how to run the C preprocessor
configure:16340: result: gcc -E
configure:16365: gcc -E conftest.c
configure:16371: $? = 0
configure:16403: gcc -E conftest.c
configure:16418:28: ac_nonexistent.h: No such file or directory
configure:16409: $? = 1
configure: failed program was:
| #line 16394 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "celestia"
| #define VERSION "1.3.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:16574: checking for C++ compiler version
configure:16577: g++ --version </dev/null >&5
g++ (GCC) 3.3.2 20031005 (Debian prerelease)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:16580: $? = 0
configure:16582: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/ma
n --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-in
cluded-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc
-gc i486-linux
Thread model: posix
gcc version 3.3.2 20031005 (Debian prerelease)
configure:16585: $? = 0
configure:16587: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:16590: $? = 1
configure:16593: checking whether we are using the GNU C++ compiler
configure:16640: result: yes
configure:16646: checking whether g++ accepts -g
configure:16688: result: yes
configure:16732: g++ -c conftest.cc >&5
configure:16735: $? = 0
configure:16738: test -s conftest.o
configure:16741: $? = 0
configure:16768: g++ -c conftest.cc >&5
configure:16771: $? = 0
configure:16774: test -s conftest.o
configure:16777: $? = 0
configure:16802: checking dependency style of g++
configure:16864: result: gcc3
configure:17244: checking whether g++ supports -Wundef
configure:17281: rm -rf SunWS_cache; g++ -o conftest -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SO
URCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -Wundef conftest.cc -lm 1>&5
configure:17284: $? = 0
configure:17287: test -s conftest
configure:17290: $? = 0
configure:17310: result: yes
configure:17322: checking whether g++ supports -Wno-long-long
configure:17359: rm -rf SunWS_cache; g++ -o conftest -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_
XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -Wno-long-long conftest.cc -lm 1>&5
configure:17362: $? = 0
configure:17365: test -s conftest
configure:17368: $? = 0
configure:17388: result: yes
configure:17400: checking whether g++ supports -Wnon-virtual-dtor
configure:17437: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-st
rings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -Wnon-virtual-dtor conftest.cc
-lm 1>&5
configure:17440: $? = 0
configure:17443: test -s conftest
configure:17446: $? = 0
configure:17466: result: yes
configure:17486: checking whether g++ supports -fno-exceptions
configure:17523: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-pr
ototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions
conftest.cc -lm 1>&5
configure:17526: $? = 0
configure:17529: test -s conftest
configure:17532: $? = 0
configure:17552: result: yes
configure:17564: checking whether g++ supports -fno-check-new
configure:17601: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-pr
ototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions
-fno-check-new conftest.cc -lm 1>&5
configure:17604: $? = 0
configure:17607: test -s conftest
configure:17610: $? = 0
configure:17630: result: yes
configure:17642: checking whether g++ supports -fexceptions
configure:17679: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-pr
ototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions
-fno-check-new -fexceptions conftest.cc -lm 1>&5
configure:17682: $? = 0
configure:17685: test -s conftest
configure:17688: $? = 0
configure:17708: result: yes
configure:18309: checking how to run the C++ preprocessor
configure:18423: result: g++ -E
configure:18448: g++ -E conftest.cc
configure:18454: $? = 0
configure:18486: g++ -E conftest.cc
configure:18501:28: ac_nonexistent.h: No such file or directory
configure:18492: $? = 1
configure: failed program was:
| #line 18477 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "celestia"
| #define VERSION "1.3.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:18557: checking whether g++ supports -frepo
configure:18594: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-pr
ototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -
fno-check-new -frepo conftest.cc -lm 1>&5
conftest.cc:1: warning: -frepo must be used with -c
configure:18597: $? = 0
configure:18600: test -s conftest
configure:18603: $? = 0
configure:18623: result: yes
configure:18768: checking for X
configure:18988: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:19141: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 conftest.c -lm -L/usr/X11R6/lib -lX11 >&5
configure:19144: $? = 0
configure:19147: test -s conftest
configure:19150: $? = 0
configure:19287: checking for gethostbyname
configure:19337: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 conftest.c -lm >&5
configure:19340: $? = 0
configure:19343: test -s conftest
configure:19346: $? = 0
configure:19357: result: yes
configure:19488: checking for connect
configure:19538: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 conftest.c -lm >&5
configure:19541: $? = 0
configure:19544: test -s conftest
configure:19547: $? = 0
configure:19558: result: yes
configure:19623: checking for remove
configure:19673: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 conftest.c -lm >&5
configure:19676: $? = 0
configure:19679: test -s conftest
configure:19682: $? = 0
configure:19693: result: yes
configure:19758: checking for shmat
configure:19808: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 conftest.c -lm >&5
configure:19811: $? = 0
configure:19814: test -s conftest
configure:19817: $? = 0
configure:19828: result: yes
configure:19902: checking for IceConnectionNumber in -lICE
configure:19933: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 -L/usr/X11R6/lib conftest.c -lICE -lm >&5
configure:19936: $? = 0
configure:19939: test -s conftest
configure:19942: $? = 0
configure:19954: result: yes
configure:19984: checking GL/gl.h usability
configure:19997: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOUR
CE -DNDEBUG -O2 -I/usr/X11R6/include -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer conftest.c >&5
configure:20000: $? = 0
configure:20003: test -s conftest.o
configure:20006: $? = 0
configure:20016: result: yes
configure:20020: checking GL/gl.h presence
configure:20031: gcc -E conftest.c
configure:20037: $? = 0
configure:20056: result: yes
configure:20092: checking for GL/gl.h
configure:20099: result: yes
configure:20119: checking for glNewList in -lGL
configure:20150: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 -I/usr/X11R6/include -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer conftest.c
-lGL -lSM -lICE -lm -L/usr/X11R6/lib -lXmu -lXi -lXext -lX11 -lm -lz -lGL >&5
configure:20153: $? = 0
configure:20156: test -s conftest
configure:20159: $? = 0
configure:20171: result: yes
configure:20268: checking GL/glu.h usability
configure:20281: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOUR
CE -DNDEBUG -O2 -I/usr/X11R6/include -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer conftest.c >&5
configure:20284: $? = 0
configure:20287: test -s conftest.o
configure:20290: $? = 0
configure:20300: result: yes
configure:20304: checking GL/glu.h presence
configure:20315: gcc -E conftest.c
configure:20321: $? = 0
configure:20340: result: yes
configure:20376: checking for GL/glu.h
configure:20383: result: yes
configure:20401: checking for gluLookAt in -lGLU
configure:20432: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 -I/usr/X11R6/include -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer conftest.c
-lGLU -lGL -lSM -lICE -lm -L/usr/X11R6/lib -lXmu -lXi -lXext -lX11 -lm -lz -lGL >&5
configure:20435: $? = 0
configure:20438: test -s conftest
configure:20441: $? = 0
configure:20453: result: yes
configure:20552: checking GL/glut.h usability
configure:20565: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOUR
CE -DNDEBUG -O2 -I/usr/X11R6/include -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer conftest.c >&5
configure:20568: $? = 0
configure:20571: test -s conftest.o
configure:20574: $? = 0
configure:20584: result: yes
configure:20588: checking GL/glut.h presence
configure:20599: gcc -E conftest.c
configure:20605: $? = 0
configure:20624: result: yes
configure:20660: checking for GL/glut.h
configure:20667: result: yes
configure:20686: checking for glutKeyboardUpFunc in -lglut
configure:20717: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 -I/usr/X11R6/include -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer conftest.c
-lglut -lGLU -lGL -lSM -lICE -lm -L/usr/X11R6/lib -lXmu -lXi -lXext -lX11 -lm -lz -lGL >&5
configure:20720: $? = 0
configure:20723: test -s conftest
configure:20726: $? = 0
configure:20738: result: yes
configure:20769: checking for gdk_gl_query in -lgtkgl
configure:20800: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 -I/usr/X11R6/include -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer conftest.c
-lgtkgl -lglut -lGLU -lGL -lSM -lICE -lm -L/usr/X11R6/lib -lXmu -lXi -lXext -lX11 -lm -lz -lGL -L/usr/lib -L/usr/X11R6/lib -lg
tk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm >&5
/usr/bin/ld: cannot find -lgtkgl
collect2: ld returned 1 exit status
configure:20803: $? = 1
configure: failed program was:
| #line 20776 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "celestia"
| #define VERSION "1.3.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define HAVE_GL_GL_H 1
| #define HAVE_LIBGL 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_LIBGLU 1
| #define HAVE_GL_GLUT_H 1
| #define HAVE_LIBGLUT 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char gdk_gl_query ();
| int
| main ()
| {
| gdk_gl_query ();
| ;
| return 0;
| }
configure:20821: result: no
configure:21170: checking what warning flags to pass to the C compiler
configure:21191: result: -Wall -Wunused
configure:21202: checking what language compliance flags to pass to the C compiler
configure:21218: result:
configure:21228: checking for pthread_create in -lpthread
configure:21259: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 -I/usr/X11R6/include -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer -Wall -Wunuse
d conftest.c -lpthread -lglut -lGLU -lGL -lSM -lICE -lm -L/usr/X11R6/lib -lXmu -lXi -lXext -lX11 -lm -lz -lGL >&5
configure:21262: $? = 0
configure:21265: test -s conftest
configure:21268: $? = 0
configure:21280: result: yes
configure:21533: checking for gtk-config
configure:21564: result: /usr/bin/gtk-config
configure:21572: checking for GTK - version >= 1.2.0
configure:21679: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 -I/usr/X11R6/include -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer -Wall -Wunuse
d -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include conftest.c -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdyn
amic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lglut -lGLU -lGL -lSM -lICE -lm -L/usr/X11R6/lib -lXmu -lXi -lXext -lX11 -lm -
lz -lGL >&5
configure: In function `main':
configure:21675: warning: comparison between signed and unsigned
configure:21676: warning: comparison between signed and unsigned
configure:21676: warning: comparison between signed and unsigned
configure:21677: warning: comparison between signed and unsigned
configure:21677: warning: comparison between signed and unsigned
configure:21677: warning: comparison between signed and unsigned
configure:21682: $? = 0
configure:21684: ./conftest
configure:21687: $? = 0
configure:21705: result: yes
configure:21812: checking for SmcSaveYourselfDone in -lSM
configure:21843: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 -I/usr/X11R6/include -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer -Wall -Wunuse
d -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmod
ule -lglib -ldl -lXi -lXext -lX11 -lm conftest.c -lSM -lICE -lglut -lGLU -lGL -lSM -lICE -lm -L/usr/X11R6/lib -lXmu -lXi -lXext
-lX11 -lm -lz -lGL >&5
configure:21846: $? = 0
configure:21849: test -s conftest
configure:21852: $? = 0
configure:21864: result: yes
configure:21890: checking X11/SM/SMlib.h usability
configure:21903: gcc -c -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOUR
CE -DNDEBUG -O2 -I/usr/X11R6/include -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer -Wall -Wunused -I/us
r/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include conftest.c >&5
configure:21906: $? = 0
configure:21909: test -s conftest.o
configure:21912: $? = 0
configure:21922: result: yes
configure:21926: checking X11/SM/SMlib.h presence
configure:21937: gcc -E -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include conftest.c
configure:21943: $? = 0
configure:21962: result: yes
configure:21998: checking for X11/SM/SMlib.h
configure:22005: result: yes
configure:22030: checking for XpmFreeXpmImage in -lXpm
configure:22061: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 -I/usr/X11R6/include -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer -Wall -Wunuse
d -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmod
ule -lglib -ldl -lXi -lXext -lX11 -lm conftest.c -lXpm -lglut -lGLU -lGL -lSM -lICE -lm -L/usr/X11R6/lib -lXmu -lXi -lXext -lX1
1 -lm -lz -lGL >&5
configure:22064: $? = 0
configure:22067: test -s conftest
configure:22070: $? = 0
configure:22082: result: yes
configure:29765: checking for jpeg_start_decompress in -ljpeg
configure:29796: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 -I/usr/X11R6/include -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer -Wall -Wunuse
d -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/li
b/glib/include conftest.c -ljpeg -lglut -lGLU -lGL -lSM -lICE -lm -L/usr/X11R6/lib -lXmu -lXi -lXext -lX11 -lm -lz -lGL -lSM
-lICE -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lgtkgl >&5
/usr/bin/ld: cannot find -lgtkgl
collect2: ld returned 1 exit status
configure:29799: $? = 1
configure: failed program was:
| #line 29772 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "celestia"
| #define VERSION "1.3.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define HAVE_GL_GL_H 1
| #define HAVE_LIBGL 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_LIBGLU 1
| #define HAVE_GL_GLUT_H 1
| #define HAVE_LIBGLUT 1
| #define HAVE_X11_SM_SMLIB_H 1
| #define HAVE_LIBSM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char jpeg_start_decompress ();
| int
| main ()
| {
| jpeg_start_decompress ();
| ;
| return 0;
| }
configure:29817: result: no
configure:29827: error: jpeg library not found

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
ac_cv_header_GL_gl_h=yes
ac_cv_header_GL_glu_h=yes
ac_cv_header_GL_glut_h=yes
ac_cv_header_X11_SM_SMlib_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_GLU_gluLookAt=yes
ac_cv_lib_GL_glNewList=yes
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_SM_SmcSaveYourselfDone=yes
ac_cv_lib_Xpm_XpmFreeXpmImage=yes
ac_cv_lib_glut_glutKeyboardUpFunc=yes
ac_cv_lib_gtkgl_gdk_gl_query=no
ac_cv_lib_jpeg_jpeg_start_decompress=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_objext=o
ac_cv_path_GTK_CONFIG=/usr/bin/gtk-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
gnome_cv_passdown_GTK_LIBS='-L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm'
gnome_cv_passdown_X_CFLAGS='-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include'
gnome_cv_passdown_X_LIBS='-L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm'
gnome_cv_passdown_x_libs='-L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm'
kde_cv_prog_cxx_Wno_long_long=yes
kde_cv_prog_cxx_Wnon_virtual_dtor=yes
kde_cv_prog_cxx_Wundef=yes
kde_cv_prog_cxx_fexceptions=yes
kde_cv_prog_cxx_fno_check_new=yes
kde_cv_prog_cxx_fno_exceptions=yes
kde_cv_prog_cxx_frepo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.2.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_GCJ=no
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1
\2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*
\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_GCJ='"no"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGISTW][ABCDGISTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z
0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEG
RST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL=' -I macros'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/wouter/install/celestia-1.3.0/admin/missing --run tar'
ARTSCCONFIG=''
AUTOCONF='${SHELL} /home/wouter/install/celestia-1.3.0/admin/missing --run autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/wouter/install/celestia-1.3.0/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /home/wouter/install/celestia-1.3.0/admin/missing --run automake-1.7'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -I/usr/X11R6/include -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer -Wall -Wunused -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include '
CPP='gcc -E'
CPPFLAGS=' -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOU
RCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new -O2 -Wall -ffast-math -fexpe
nsive-optimizations -fomit-frame-pointer -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include '
CYGPATH_W='echo'
DCOPIDL2CPP=''
DCOPIDL=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_CELX_FALSE=''
ENABLE_CELX_TRUE=''
ENABLE_GLUT_FALSE=''
ENABLE_GLUT_TRUE='#'
ENABLE_GTK_FALSE=''
ENABLE_GTK_TRUE='#'
ENABLE_HIPPARCOS_FALSE=''
ENABLE_HIPPARCOS_TRUE=''
ENABLE_KDE_FALSE=''
ENABLE_KDE_TRUE='#'
EXEEXT=''
FRAMEWORK_COREAUDIO=''
GNOMEGNORBA_LIBS=''
GNOMEUI_LIBS=''
GNOME_APPLETS_LIBS=''
GNOME_CAPPLET_LIBS=''
GNOME_CONFIG=''
GNOME_DOCKLETS_LIBS=''
GNOME_INCLUDEDIR=''
GNOME_LIBDIR=''
GNOME_LIBS=''
GNORBA_CFLAGS=''
GNORBA_LIBS=''
GTKXMHTML_LIBS=''
GTK_CFLAGS='-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include'
GTK_CONFIG='/usr/bin/gtk-config'
GTK_LIBS='-lSM -lICE -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm'
HIPDIR=''
INSIDE_GNOME_COMMON_FALSE=''
INSIDE_GNOME_COMMON_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KDECONFIG=''
KDE_EXTRA_RPATH=''
KDE_INCLUDES=''
KDE_LDFLAGS=''
KDE_MT_LDFLAGS=''
KDE_MT_LIBS=''
KDE_PLUGIN=''
KDE_RPATH=''
KDE_USE_CLOSURE_FALSE='#'
KDE_USE_CLOSURE_TRUE=''
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE='#'
KDE_XSL_STYLESHEET=''
LDFLAGS=' '
LIBCOMPAT=''
LIBCRYPT=''
LIBDL=''
LIBJPEG=''
LIBOBJS=''
LIBPNG=''
LIBPTHREAD=''
LIBRESOLV=''
LIBS='-lglut -lGLU -lGL -lSM -lICE -lm -L/usr/X11R6/lib -lXmu -lXi -lXext -lX11 -lm -lz -lGL -lSM -lICE -L/usr/lib -L/usr/X11R6
/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lgtkgl'
LIBSM=''
LIBSOCKET=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
LIBUCB=''
LIBUTIL=''
LIBXINERAMA=''
LIBZ=''
LIB_KAB=''
LIB_KABC=''
LIB_KDECORE=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIO=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_POLL=''
LIB_QPE=''
LIB_QT=''
LIB_SMB=''
LIB_X11=''
LIB_XEXT=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/wouter/install/celestia-1.3.0/admin/missing --run makeinfo'
MCOPIDL=''
MEINPROC=''
MOC=''
NOOPT_CFLAGS='-O0'
NOOPT_CXXFLAGS='-O0'
NOREPO='-fno-repo'
OBJEXT='o'
ORBIT_CFLAGS=''
ORBIT_CONFIG=''
ORBIT_IDL=''
ORBIT_LIBS=''
PACKAGE='celestia'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKGDATADIR=''
PTHREAD_LIB='-lpthread'
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB='ranlib'
REPO='-frepo'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
UIC=''
UIC_TR=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS='-fexceptions'
USE_RTTI=''
USE_THREADS=''
VERSION='1.3.0'
WOVERLOADED_VIRTUAL=''
XPM_LIBS='-lXpm'
X_CFLAGS=' -I/usr/X11R6/include'
X_EXTRA_LIBS=''
X_INCLUDES=''
X_LDFLAGS=''
X_LIBS=' -L/usr/X11R6/lib'
X_PRE_LIBS=' -lSM -lICE'
ZVT_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
all_includes=''
all_libraries=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
cflags_set='yes'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/wouter/install/celestia-1.3.0/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_libraries=''
kde_libs_htmldir=''
kde_libs_prefix=''
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver=''
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
x_includes='/usr/X11R6/include'
x_libraries='/usr/X11R6/lib'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_DLFCN_H 1
#define HAVE_GL_GLUT_H 1
#define HAVE_GL_GLU_H 1
#define HAVE_GL_GL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBGL 1
#define HAVE_LIBGLU 1
#define HAVE_LIBGLUT 1
#define HAVE_LIBSM 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TEMPLATE_REPOSITORY 1
#define HAVE_UNISTD_H 1
#define HAVE_X11_SM_SMLIB_H 1
#define PACKAGE "celestia"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "1.3.0"
#endif
#ifdef __cplusplus
#include <stdlib.h>

configure: exit 1

Any idea what may be wrong here?

Thanks!

Teus

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

Post #2by Christophe » 27.10.2003, 21:21

Since you don't have KDE nor Gnome, you can only build the GLUT version:

./configure --without-kde --without-gtk

With that you get a very basic version of Celestia. Even if you don't use Gnome or KDE I would recommend you install the libraries of one or the other.
Christophe

Topic author
teus
Posts: 5
Joined: 27.10.2003
With us: 21 years

Post #3by teus » 27.10.2003, 22:31

Hi,


That's exactly what I'm trying to do and that's when I get the error. I would like to use Gnome2 with Celestia, but since that isn't available yet for Debian Sarge I wanted to compile the Glut-only version. But no luck so far. Any more comments on this please?


Thans, Teus

Guest

Post #4by Guest » 27.10.2003, 22:37

Did you run configure with --without-gnome or --without-gtk ?

Notice that you need to use the later to build the GLUT version. The version KDE, GTK or GLUT being built is reported in the configure output. Make sure that GLUT is indeed the one selected.

Topic author
teus
Posts: 5
Joined: 27.10.2003
With us: 21 years

Post #5by teus » 27.10.2003, 22:39

Hi,

the exact command line I ran is

./configure --without-kde --without-gnome

So both no KDE and no Gnome support.


Thanks, Teus

jamarsa
Posts: 326
Joined: 31.03.2003
With us: 21 years 7 months
Location: San Sebastian (Spain)

Post #6by jamarsa » 28.10.2003, 01:04

Teus wrote:Hi,

the exact command line I ran is

./configure --without-kde --without-gnome

So both no KDE and no Gnome support.


Thanks, Teus

Hehe, sure all the people couldn't read the first part of your post, being so large... :wink:

Well, Your faulty part seems to be here (I'm being obvious):

Code: Select all

configure:29765: checking for jpeg_start_decompress in -ljpeg
configure:29796: gcc -o conftest -ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D
_BSD_SOURCE -DNDEBUG -O2 -I/usr/X11R6/include -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer -Wall -Wunuse
d -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/li
b/glib/include conftest.c -ljpeg -lglut -lGLU -lGL -lSM -lICE -lm -L/usr/X11R6/lib -lXmu -lXi -lXext -lX11 -lm -lz -lGL -lSM
-lICE -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lgtkgl >&5


/usr/bin/ld: cannot find -lgtkgl
collect2: ld returned 1 exit status

Code: Select all

configure:29799: $? = 1
configure: failed program was:
| #line 29772 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "celestia"
| #define VERSION "1.3.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1

| #define HAVE_DLFCN_H 1
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define HAVE_GL_GL_H 1
| #define HAVE_LIBGL 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_LIBGLU 1
| #define HAVE_GL_GLUT_H 1
| #define HAVE_LIBGLUT 1
| #define HAVE_X11_SM_SMLIB_H 1
| #define HAVE_LIBSM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char jpeg_start_decompress ();
| int
| main ()
| {
| jpeg_start_decompress ();
| ;
| return 0;
| }
configure:29817: result: no
configure:29827: error: jpeg library not found


i.e., you lack the gtkgl library (or perhaps the whole gtk libraries? I didn't check that). Maybe a --without-gtk option would be useful too...

ii libgtkgl2.0-1 1.99.0-2 Gimp Toolkit OpenGL area widget shared libra
ii libgtkgl2.0-de 1.99.0-2 Gimp Toolkit OpenGL area widget include file


I know, I know, you have the library installed - perhaps version 2.0 but not 1.2? (I don't remember the numbers and dependences of celestia now)

PS: Maybe you could use GTK 2.0 with a --with-gtk-prefix=<wherever your GTK 2.0 libraries are> ?

Topic author
teus
Posts: 5
Joined: 27.10.2003
With us: 21 years

Post #7by teus » 28.10.2003, 11:45

Hi,


Thanks for pointing out the gtkgl failure. I must have missed it in the enormous amount of debug messages. No complaint here about the number of messages! I should have looked better :-)
I installed an GL extension package called libgtkglext1-dev which has the gtkgl.h file and now the problem is solved. Many thanks for the help here!


Teus

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

Post #8by Christophe » 28.10.2003, 14:08

teus wrote:the exact command line I ran is
./configure --without-kde --without-gnome
So both no KDE and no Gnome support.


Not exactly, --without-gnome does not turn off Gnome, it's a build system bug. To build the GLUT version you need to run :

./configure --without-kde --without-gtk

Otherwise you will get the GTK version (which requires some Gnome 1 files).
Christophe

Topic author
teus
Posts: 5
Joined: 27.10.2003
With us: 21 years

Post #9by teus » 28.10.2003, 14:12

Hi,


In the mean time I tried a few things and in the end I installed both Gnome libs and the gtk package I mentioned in my previous email. But even

./configure --without-kde --without-gnome

works fine now. I haven't seen the result yet, since I have celestia at home :-)


Teus

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

Post #10by Christophe » 28.10.2003, 14:45

teus wrote:In the mean time I tried a few things and in the end I installed both Gnome libs and the gtk package I mentioned in my previous email. But even

./configure --without-kde --without-gnome

works fine now. I haven't seen the result yet, since I have celestia at home :-)


Yes, since you have installed the GTK and Gnome libs that will work and you will get the GTK version (which is higkly preferable to the GLUT version).

So everything is fine :-)
Christophe


Return to “Development”