Tue 25 Apr 2006 06:36:54 PM UTC, original submission:
the player doesn't compile. make seems to have a problem with libjpeg, which is properly installed, though..
make aborts with the errors:
-MT jpeg.lo -MD -MP -MF .deps/jpeg.Tpo -c jpeg.cpp -fPIC -DPIC -o .libs/jpeg.o
jpeg.cpp:18:21: error: jpeglib.h: No such file or directory
jpeg.cpp:37: error: field 'm_pub' has incomplete type
jpeg.cpp:41: error: 'JOCTET' does not name a type
jpeg.cpp:60: error: 'j_decompress_ptr' has not been declared
jpeg.cpp:66: error: 'boolean' does not name a type
jpeg.cpp:111: error: 'j_decompress_ptr' has not been declared
jpeg.cpp:131: error: 'j_decompress_ptr' has not been declared
jpeg.cpp: In constructor 'jpeg::rw_source::rw_source(tu_file*)':
jpeg.cpp:51: error: 'm_pub' was not declared in this scope
jpeg.cpp:52: error: 'fill_input_buffer' was not declared in this scope
jpeg.cpp:54: error: 'jpeg_resync_to_restart' was not declared in this scope
jpeg.cpp: In static member function 'static void jpeg::rw_source::init_source(int)':
jpeg.cpp:62: error: base operand of '->' is not a pointer
jpeg.cpp: In static member function 'static void jpeg::rw_source::skip_input_data(int, long int)':
jpeg.cpp:115: error: base operand of '->' is not a pointer
jpeg.cpp:121: error: 'struct jpeg::rw_source' has no member named 'm_pub'
jpeg.cpp:122: error: 'struct jpeg::rw_source' has no member named 'm_pub'
jpeg.cpp:123: error: 'fill_input_buffer' was not declared in this scope
jpeg.cpp:126: error: 'struct jpeg::rw_source' has no member named 'm_pub'
jpeg.cpp:127: error: 'struct jpeg::rw_source' has no member named 'm_pub'
jpeg.cpp: In member function 'void jpeg::rw_source::discard_partial_buffer()':
jpeg.cpp:151: error: 'm_pub' was not declared in this scope
jpeg.cpp: In function 'void jpeg::setup_rw_source(jpeg_decompress_struct, tu_file)':
jpeg.cpp:162: error: invalid use of undefined type 'struct jpeg_decompress_struct'
jpeg.h:15: error: forward declaration of 'struct jpeg_decompress_struct'
jpeg.cpp: At global scope:
jpeg.cpp:170: error: field 'm_pub' has incomplete type
jpeg.cpp:173: error: 'JOCTET' does not name a type
jpeg.cpp:190: error: 'j_compress_ptr' has not been declared
jpeg.cpp:199: error: 'boolean' does not name a type
jpeg.cpp:218: error: 'j_compress_ptr' has not been declared
jpeg.cpp: In constructor 'jpeg::rw_dest::rw_dest(tu_file*)':
jpeg.cpp:182: error: 'm_pub' was not declared in this scope
jpeg.cpp:183: error: 'empty_output_buffer' was not declared in this scope
jpeg.cpp:186: error: 'm_buffer' was not declared in this scope
jpeg.cpp: In static member function 'static void jpeg::rw_dest::init_destination(int)':
jpeg.cpp:192: error: base operand of '->' is not a pointer
jpeg.cpp:195: error: 'struct jpeg::rw_dest' has no member named 'm_pub'
jpeg.cpp:195: error: 'struct jpeg::rw_dest' has no member named 'm_buffer'
jpeg.cpp:196: error: 'struct jpeg::rw_dest' has no member named 'm_pub'
jpeg.cpp: In static member function 'static void jpeg::rw_dest::term_destination(int)':
jpeg.cpp:222: error: base operand of '->' is not a pointer
jpeg.cpp:226: error: 'struct jpeg::rw_dest' has no member named 'm_pub'
jpeg.cpp:228: error: 'struct jpeg::rw_dest' has no member named 'm_buffer'
jpeg.cpp:237: error: base operand of '->' is not a pointer
jpeg.cpp: At global scope:
jpeg.cpp:242: error: variable or field 'setup_rw_dest' declared void
jpeg.cpp:242: error: 'int jpeg::setup_rw_dest' redeclared as different kind of symbol
jpeg.cpp:27: error: previous declaration of 'void jpeg::setup_rw_dest(jpeg_compress_struct, tu_file)'
jpeg.cpp:242: error: 'j_compress_ptr' was not declared in this scope
jpeg.cpp:242: error: expected primary-expression before '*' token
jpeg.cpp:242: error: 'outstream' was not declared in this scope
jpeg.cpp:255: error: variable or field 'jpeg_error_exit' declared void
jpeg.cpp:255: error: 'j_common_ptr' was not declared in this scope
jpeg.cpp:257: error: expected ',' or ';' before '{' token
jpeg.cpp:264: error: variable or field 'setup_jpeg_err' declared void
jpeg.cpp:264: error: 'jpeg_error_mgr' was not declared in this scope
jpeg.cpp:264: error: 'jerr' was not declared in this scope
jpeg.cpp:266: error: expected ',' or ';' before '{' token
jpeg.cpp:284: error: field 'm_cinfo' has incomplete type
jpeg.cpp:285: error: field 'm_jerr' has incomplete type
jpeg.cpp: In constructor 'jpeg::input_impl::input_impl(tu_file*)':
jpeg.cpp:299: error: 'm_jerr' was not declared in this scope
jpeg.cpp:299: error: 'jpeg::setup_jpeg_err' cannot be used as a function
jpeg.cpp:300: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:303: error: 'jpeg_create_decompress' was not declared in this scope
jpeg.cpp: In constructor 'jpeg::input_impl::input_impl(jpeg::input_impl::SWF_DEFINE_BITS_JPEG2_HEADER_ONLY, tu_file*)':
jpeg.cpp:321: error: 'm_jerr' was not declared in this scope
jpeg.cpp:321: error: 'jpeg::setup_jpeg_err' cannot be used as a function
jpeg.cpp:322: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:325: error: 'jpeg_create_decompress' was not declared in this scope
jpeg.cpp:330: error: 'FALSE' was not declared in this scope
jpeg.cpp:330: error: 'jpeg_read_header' was not declared in this scope
jpeg.cpp: In destructor 'virtual jpeg::input_impl::~input_impl()':
jpeg.cpp:341: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:346: error: 'jpeg_destroy_decompress' was not declared in this scope
jpeg.cpp: In member function 'virtual void jpeg::input_impl::discard_partial_buffer()':
jpeg.cpp:355: error: 'm_cinfo' was not declared in this scope
jpeg.cpp: In member function 'virtual void jpeg::input_impl::start_image()':
jpeg.cpp:379: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:379: error: 'FALSE' was not declared in this scope
jpeg.cpp:379: error: 'jpeg_read_header' was not declared in this scope
jpeg.cpp:380: error: 'JPEG_HEADER_TABLES_ONLY' was not declared in this scope
jpeg.cpp:381: error: 'JPEG_HEADER_OK' was not declared in this scope
jpeg.cpp:383: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:383: error: 'jpeg_start_decompress' was not declared in this scope
jpeg.cpp: In member function 'virtual void jpeg::input_impl::finish_image()':
jpeg.cpp:391: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:391: error: 'jpeg_finish_decompress' was not declared in this scope
jpeg.cpp: In member function 'virtual int jpeg::input_impl::get_height() const':
jpeg.cpp:400: error: 'm_cinfo' was not declared in this scope
jpeg.cpp: In member function 'virtual int jpeg::input_impl::get_width() const':
jpeg.cpp:407: error: 'm_cinfo' was not declared in this scope
jpeg.cpp: In member function 'int jpeg::input_impl::get_components() const':
jpeg.cpp:416: error: 'm_cinfo' was not declared in this scope
jpeg.cpp: In member function 'virtual void jpeg::input_impl::read_scanline(unsigned char*)':
jpeg.cpp:426: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:427: error: 'jpeg_read_scanlines' was not declared in this scope
jpeg.cpp:431: error: 'JCS_GRAYSCALE' was not declared in this scope
jpeg.cpp: At global scope:
jpeg.cpp:473: error: field 'm_cinfo' has incomplete type
jpeg.cpp:474: error: field 'm_jerr' has incomplete type
jpeg.cpp: In constructor 'jpeg::output_impl::output_impl(tu_file*, int, int, int)':
jpeg.cpp:480: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:480: error: 'm_jerr' was not declared in this scope
jpeg.cpp:480: error: 'jpeg_std_error' was not declared in this scope
jpeg.cpp:483: error: 'jpeg_create_compress' was not declared in this scope
jpeg.cpp:489: error: 'JCS_RGB' was not declared in this scope
jpeg.cpp:490: error: 'jpeg_set_defaults' was not declared in this scope
jpeg.cpp:491: error: 'TRUE' was not declared in this scope
jpeg.cpp:491: error: 'jpeg_set_quality' was not declared in this scope
jpeg.cpp:493: error: 'jpeg_start_compress' was not declared in this scope
jpeg.cpp: In destructor 'virtual jpeg::output_impl::~output_impl()':
jpeg.cpp:500: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:500: error: 'jpeg_finish_compress' was not declared in this scope
jpeg.cpp:506: error: 'jpeg_destroy_compress' was not declared in this scope
jpeg.cpp: In member function 'virtual void jpeg::output_impl::write_scanline(unsigned char*)':
jpeg.cpp:513: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:513: error: 'jpeg_write_scanlines' was not declared in this scope
make[2]: *** [jpeg.lo] Fehler 1
make[2]: Leaving directory `/usr/src/linux-2.6.16.1/gnash/libbase'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/usr/src/linux-2.6.16.1/gnash'
make: *** [all] Fehler 2
faro:/usr/src/linux-2.6.16.1/gnash # make install
Making install in libbase
make[1]: Entering directory `/usr/src/linux-2.6.16.1/gnash/libbase'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I.. -I../server -I/usr/include -I/usr/include/libxml2 -I/usr/include/SDL -I/usr/include/SDL -DQT_THREAD_SUPPORT -D_REENTRANT -I.. -I. -I.. -I../server -I/usr/include -I/usr/include/libxml2 -I/usr/include/SDL -I/usr/include/SDL -g -O2 -Wall -MT jpeg.lo -MD -MP -MF ".deps/jpeg.Tpo" -c -o jpeg.lo jpeg.cpp; \
then mv -f ".deps/jpeg.Tpo" ".deps/jpeg.Plo"; else rm -f ".deps/jpeg.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I.. -I../server -I/usr/include -I/usr/include/libxml2 -I/usr/include/SDL -I/usr/include/SDL -DQT_THREAD_SUPPORT -D_REENTRANT -I.. -I. -I.. -I../server -I/usr/include -I/usr/include/libxml2 -I/usr/include/SDL -I/usr/include/SDL -g -O2 -Wall -MT jpeg.lo -MD -MP -MF .deps/jpeg.Tpo -c jpeg.cpp -fPIC -DPIC -o .libs/jpeg.o
jpeg.cpp:18:21: error: jpeglib.h: No such file or directory
jpeg.cpp:37: error: field 'm_pub' has incomplete type
jpeg.cpp:41: error: 'JOCTET' does not name a type
jpeg.cpp:60: error: 'j_decompress_ptr' has not been declared
jpeg.cpp:66: error: 'boolean' does not name a type
jpeg.cpp:111: error: 'j_decompress_ptr' has not been declared
jpeg.cpp:131: error: 'j_decompress_ptr' has not been declared
jpeg.cpp: In constructor 'jpeg::rw_source::rw_source(tu_file*)':
jpeg.cpp:51: error: 'm_pub' was not declared in this scope
jpeg.cpp:52: error: 'fill_input_buffer' was not declared in this scope
jpeg.cpp:54: error: 'jpeg_resync_to_restart' was not declared in this scope
jpeg.cpp: In static member function 'static void jpeg::rw_source::init_source(int)':
jpeg.cpp:62: error: base operand of '->' is not a pointer
jpeg.cpp: In static member function 'static void jpeg::rw_source::skip_input_data(int, long int)':
jpeg.cpp:115: error: base operand of '->' is not a pointer
jpeg.cpp:121: error: 'struct jpeg::rw_source' has no member named 'm_pub'
jpeg.cpp:122: error: 'struct jpeg::rw_source' has no member named 'm_pub'
jpeg.cpp:123: error: 'fill_input_buffer' was not declared in this scope
jpeg.cpp:126: error: 'struct jpeg::rw_source' has no member named 'm_pub'
jpeg.cpp:127: error: 'struct jpeg::rw_source' has no member named 'm_pub'
jpeg.cpp: In member function 'void jpeg::rw_source::discard_partial_buffer()':
jpeg.cpp:151: error: 'm_pub' was not declared in this scope
jpeg.cpp: In function 'void jpeg::setup_rw_source(jpeg_decompress_struct, tu_file)':
jpeg.cpp:162: error: invalid use of undefined type 'struct jpeg_decompress_struct'
jpeg.h:15: error: forward declaration of 'struct jpeg_decompress_struct'
jpeg.cpp: At global scope:
jpeg.cpp:170: error: field 'm_pub' has incomplete type
jpeg.cpp:173: error: 'JOCTET' does not name a type
jpeg.cpp:190: error: 'j_compress_ptr' has not been declared
jpeg.cpp:199: error: 'boolean' does not name a type
jpeg.cpp:218: error: 'j_compress_ptr' has not been declared
jpeg.cpp: In constructor 'jpeg::rw_dest::rw_dest(tu_file*)':
jpeg.cpp:182: error: 'm_pub' was not declared in this scope
jpeg.cpp:183: error: 'empty_output_buffer' was not declared in this scope
jpeg.cpp:186: error: 'm_buffer' was not declared in this scope
jpeg.cpp: In static member function 'static void jpeg::rw_dest::init_destination(int)':
jpeg.cpp:192: error: base operand of '->' is not a pointer
jpeg.cpp:195: error: 'struct jpeg::rw_dest' has no member named 'm_pub'
jpeg.cpp:195: error: 'struct jpeg::rw_dest' has no member named 'm_buffer'
jpeg.cpp:196: error: 'struct jpeg::rw_dest' has no member named 'm_pub'
jpeg.cpp: In static member function 'static void jpeg::rw_dest::term_destination(int)':
jpeg.cpp:222: error: base operand of '->' is not a pointer
jpeg.cpp:226: error: 'struct jpeg::rw_dest' has no member named 'm_pub'
jpeg.cpp:228: error: 'struct jpeg::rw_dest' has no member named 'm_buffer'
jpeg.cpp:237: error: base operand of '->' is not a pointer
jpeg.cpp: At global scope:
jpeg.cpp:242: error: variable or field 'setup_rw_dest' declared void
jpeg.cpp:242: error: 'int jpeg::setup_rw_dest' redeclared as different kind of symbol
jpeg.cpp:27: error: previous declaration of 'void jpeg::setup_rw_dest(jpeg_compress_struct, tu_file)'
jpeg.cpp:242: error: 'j_compress_ptr' was not declared in this scope
jpeg.cpp:242: error: expected primary-expression before '*' token
jpeg.cpp:242: error: 'outstream' was not declared in this scope
jpeg.cpp:255: error: variable or field 'jpeg_error_exit' declared void
jpeg.cpp:255: error: 'j_common_ptr' was not declared in this scope
jpeg.cpp:257: error: expected ',' or ';' before '{' token
jpeg.cpp:264: error: variable or field 'setup_jpeg_err' declared void
jpeg.cpp:264: error: 'jpeg_error_mgr' was not declared in this scope
jpeg.cpp:264: error: 'jerr' was not declared in this scope
jpeg.cpp:266: error: expected ',' or ';' before '{' token
jpeg.cpp:284: error: field 'm_cinfo' has incomplete type
jpeg.cpp:285: error: field 'm_jerr' has incomplete type
jpeg.cpp: In constructor 'jpeg::input_impl::input_impl(tu_file*)':
jpeg.cpp:299: error: 'm_jerr' was not declared in this scope
jpeg.cpp:299: error: 'jpeg::setup_jpeg_err' cannot be used as a function
jpeg.cpp:300: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:303: error: 'jpeg_create_decompress' was not declared in this scope
jpeg.cpp: In constructor 'jpeg::input_impl::input_impl(jpeg::input_impl::SWF_DEFINE_BITS_JPEG2_HEADER_ONLY, tu_file*)':
jpeg.cpp:321: error: 'm_jerr' was not declared in this scope
jpeg.cpp:321: error: 'jpeg::setup_jpeg_err' cannot be used as a function
jpeg.cpp:322: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:325: error: 'jpeg_create_decompress' was not declared in this scope
jpeg.cpp:330: error: 'FALSE' was not declared in this scope
jpeg.cpp:330: error: 'jpeg_read_header' was not declared in this scope
jpeg.cpp: In destructor 'virtual jpeg::input_impl::~input_impl()':
jpeg.cpp:341: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:346: error: 'jpeg_destroy_decompress' was not declared in this scope
jpeg.cpp: In member function 'virtual void jpeg::input_impl::discard_partial_buffer()':
jpeg.cpp:355: error: 'm_cinfo' was not declared in this scope
jpeg.cpp: In member function 'virtual void jpeg::input_impl::start_image()':
jpeg.cpp:379: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:379: error: 'FALSE' was not declared in this scope
jpeg.cpp:379: error: 'jpeg_read_header' was not declared in this scope
jpeg.cpp:380: error: 'JPEG_HEADER_TABLES_ONLY' was not declared in this scope
jpeg.cpp:381: error: 'JPEG_HEADER_OK' was not declared in this scope
jpeg.cpp:383: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:383: error: 'jpeg_start_decompress' was not declared in this scope
jpeg.cpp: In member function 'virtual void jpeg::input_impl::finish_image()':
jpeg.cpp:391: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:391: error: 'jpeg_finish_decompress' was not declared in this scope
jpeg.cpp: In member function 'virtual int jpeg::input_impl::get_height() const':
jpeg.cpp:400: error: 'm_cinfo' was not declared in this scope
jpeg.cpp: In member function 'virtual int jpeg::input_impl::get_width() const':
jpeg.cpp:407: error: 'm_cinfo' was not declared in this scope
jpeg.cpp: In member function 'int jpeg::input_impl::get_components() const':
jpeg.cpp:416: error: 'm_cinfo' was not declared in this scope
jpeg.cpp: In member function 'virtual void jpeg::input_impl::read_scanline(unsigned char*)':
jpeg.cpp:426: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:427: error: 'jpeg_read_scanlines' was not declared in this scope
jpeg.cpp:431: error: 'JCS_GRAYSCALE' was not declared in this scope
jpeg.cpp: At global scope:
jpeg.cpp:473: error: field 'm_cinfo' has incomplete type
jpeg.cpp:474: error: field 'm_jerr' has incomplete type
jpeg.cpp: In constructor 'jpeg::output_impl::output_impl(tu_file*, int, int, int)':
jpeg.cpp:480: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:480: error: 'm_jerr' was not declared in this scope
jpeg.cpp:480: error: 'jpeg_std_error' was not declared in this scope
jpeg.cpp:483: error: 'jpeg_create_compress' was not declared in this scope
jpeg.cpp:489: error: 'JCS_RGB' was not declared in this scope
jpeg.cpp:490: error: 'jpeg_set_defaults' was not declared in this scope
jpeg.cpp:491: error: 'TRUE' was not declared in this scope
jpeg.cpp:491: error: 'jpeg_set_quality' was not declared in this scope
jpeg.cpp:493: error: 'jpeg_start_compress' was not declared in this scope
jpeg.cpp: In destructor 'virtual jpeg::output_impl::~output_impl()':
jpeg.cpp:500: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:500: error: 'jpeg_finish_compress' was not declared in this scope
jpeg.cpp:506: error: 'jpeg_destroy_compress' was not declared in this scope
jpeg.cpp: In member function 'virtual void jpeg::output_impl::write_scanline(unsigned char*)':
jpeg.cpp:513: error: 'm_cinfo' was not declared in this scope
jpeg.cpp:513: error: 'jpeg_write_scanlines' was not declared in this scope
make[1]: *** [jpeg.lo] Fehler 1
make[1]: Leaving directory `/usr/src/linux-2.6.16.1/gnash/libbase'
make: *** [install-recursive] Fehler 1
--------------------------------------
output of configure:
./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... yes
checking for kde-config... /opt/kde3/bin/kde-config
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... :
checking for style of include used by make... GNU
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking if C++ programs can be compiled... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for strlcat... no
checking if strlcat needs custom prototype... yes - in libkdefakes
checking for strlcpy... no
checking if strlcpy needs custom prototype... yes - in libkdefakes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... yes
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for poll in -lpoll... no
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking if res_init needs -lresolv... yes
checking for res_init... yes
checking if res_init needs custom prototype... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for dlopen in -ldl... yes
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking sizeof size_t == sizeof unsigned long... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
not using lib directory suffix
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes...
checking for zlib header... /usr/include
checking for zlib library... /usr/lib
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... no
checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/lib/qt3/lib, headers /usr/lib/qt3/include using -mt
yes
checking for rpath... yes
checking for KDE... configure: no KDE headers installed.
configure: no KDE libraries installed.
will be installed in /usr/local
checking for KDE paths... defaults
checking for xml2-config... /usr/bin/xml2-config
checking for libxml2... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c -p
checking for library file name specifics... no
checking for mallinfo... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking dejagnu.h usability... no
checking dejagnu.h presence... no
checking for dejagnu.h... no
checking for XmuCvtStringToOrientation in -lXmu... no
checking for XInput_find_display in -lXi... no
checking for XDisableAccessControl in -lX11... no
checking for shm_unlink in -lrt... yes
checking for shm_open... yes
checking for strcasecmp... yes
checking for stricmp... no
checking for vsnprintf... (cached) yes
checking for finite... yes
checking for isfinite... no
checking for sysconf... yes
checking for shmget... yes
checking for shmat... (cached) yes
checking for mmap... yes
checking for gettimeofday... yes
checking winsock.h usability... no
checking winsock.h presence... no
checking for winsock.h... no
checking for socket... yes
checking for CreateFileMappingA... no
checking how to run the C++ preprocessor... g++ -E
checking ext/hash_map usability... yes
checking ext/hash_map presence... yes
checking for ext/hash_map... yes
(cached) checking for zlib header... /usr/include
checking for zlib library... (cached) checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
checking for libjpeg header... checking for jpeg_mem_init in -ljpeg... no
checking for libjpeg library... checking for png.h header in specified directory... no
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_check_sig in -lpng... yes
checking for ming-config... no
checking for doxygen... no
checking ogg.h usability... no
checking ogg.h presence... no
checking for ogg.h... no
checking for libogg header... checking for ogg_sync_init in -logg... yes
checking for the SDL Version... checking for SDL header... /usr/include/SDL
checking for sdl library... checking for SDL_Init in -lSDL... yes
checking for SDL_mixer header... /usr/include/SDL
checking for sdl_mixer library... checking for Mix_Linked_Version in -lSDL_mixer... yes
checking for Mix_Linked_Version in -lSDL_mixer-1.2... no
checking for SDL_mixer library... checking for the Gstreamer Version... none
checking gst/gst.h usability... no
checking gst/gst.h presence... no
checking for gst/gst.h... no
checking for libgstreamer header... checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking for glBegin in -lGL... yes
checking for the Gtk GL Extensions Version... none
checking gtk/gtkgl.h usability... no
checking gtk/gtkgl.h presence... no
checking for gtk/gtkgl.h... no
checking for libglext header... checking for fltk.h header in specified directory... no
checking fltk/FL_API.h usability... no
checking fltk/FL_API.h presence... no
checking for fltk/FL_API.h... no
checking for libfltk header... checking for fl_xmap in -lfltk... no
checking for libfltk library... -L/usr/X11R6/lib -lfltk -lfltk_gl
checking for xft.h header in specified directory... no
checking Xft/Xft.h usability... no
checking Xft/Xft.h presence... no
checking for Xft/Xft.h... no
checking for libxft header... checking for XftGlyphRender in -lXft... no
checking for libxft library... -L/usr/X11R6/lib -lXft
checking cairo/cairo.h usability... no
checking cairo/cairo.h presence... no
checking for cairo/cairo.h... no
checking for Cairo header... yes
checking for cairo_status in -lcairo... yes
checking for pthread.h... no
checking for libpthread header... yes
checking for pthread_kill in -lpthread... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libbase/Makefile
config.status: creating libgeometry/Makefile
config.status: creating server/Makefile
config.status: creating libamf/Makefile
config.status: creating backend/Makefile
config.status: creating utilities/Makefile
config.status: creating doc/Makefile
config.status: creating doc/C/Makefile
config.status: creating doc/Doxyfile
config.status: creating testsuite/Makefile
config.status: creating testsuite/actionscript.all/Makefile
config.status: creating plugin/Makefile
config.status: creating plugin/klash/Makefile
config.status: creating config.h
config.status: executing depfiles commands
Configurable options are:
Intel 810 LOD bias hack disabled (default). Use --enable-i810-lod-bias to enable.
MP3 (libmad) support disabled (default). Use --enable-mp3 to enable
POSIX Threads support enabled (default)
Web server support disabled (default)
DMalloc support disabled (default). Use --enable-dmalloc to enable.
XML and XMLSocket enabled (default). Use --disble-xml to disable.
Firefox plugin enabled (default). Use --disble-plugin to disable.
Konqueror plugin disabled (default). Use --enable-klash to enable.
GNOME help disabled (default). Use --enable-ghelp to enable.
Unit testing support enabled (default)
Configured paths for i686-pc-linux-gnu are:
DocBook document processing disabled (default)
XML flags are: -I/usr/include/libxml2
XML libs are: -L/usr/lib -lxml2 -lz -lm
PNG flags are: default include path
PNG libs are: -lpng
JPEG flags are: default include path
JPEG libs are: -ljpeg
OGG flags are: default include path
OGG libs are: -logg
Opengl flags are: default include path
Opengl libs are: -lGL -lGLU
Fltk flags are: default include path
Fltk libs are: -L/usr/X11R6/lib -lfltk -lfltk_gl
Xft flags are: -I/usr/include/X11
Xft libs are: -L/usr/X11R6/lib -lXft
SDL flags are: -I/usr/include/SDL
SDL libs are: -lSDL
SDL_Mixer flags are: -I/usr/include/SDL
SDL_Mixer libs are: -lSDL_mixer
Plugin will be installed in /root/.firefox/plugins
POSIX Threads flags are: -I/usr/include
POSIX Threads lib is: -lpthread
|