LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 06-17-2005, 05:05 PM   #1
netsurf
Member
 
Registered: Nov 2004
Location: UK
Distribution: ubuntu 10.04+ distro hopping
Posts: 181

Rep: Reputation: 31
really slick savers compile error suse 9.1 fails on hyperspace


getting a compile error for the really slick savers need to compile from source as i have yet to find any packages for the suse 9.1 distro

error as follows:
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../include -I/usr/X11R6/include -g -Wall -MT hyperspace.o -MD -MP -MF ".deps/hyperspace.Tpo" \
-c -o hyperspace.o `test -f 'hyperspace.cpp' || echo './'`hyperspace.cpp; \
then mv -f ".deps/hyperspace.Tpo" ".deps/hyperspace.Po"; \
else rm -f ".deps/hyperspace.Tpo"; exit 1; \
fi
hyperspace.cpp: In function `void hack_init(xstuff_t*)':
hyperspace.cpp:521: error: `assert' undeclared (first use this function)
hyperspace.cpp:521: error: (Each undeclared identifier is reported only once
for each function it appears in.)
make[3]: *** [hyperspace.o] Error 1
make[3]: Leaving directory `/home/ryan/rss-glx_0.8.0/rss-glx_0.8.0/reallyslick/cpp_src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ryan/rss-glx_0.8.0/rss-glx_0.8.0/reallyslick'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ryan/rss-glx_0.8.0/rss-glx_0.8.0'
make: *** [all] Error 2

would be fantastic to get this running i have had very little luck with getting any program to run from source here is configure output as well.

Quote:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-suse-linux
checking host system type... i686-suse-linux
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
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 how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
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 li
braries... 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
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
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 li
braries... 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 li
braries... 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
checking whether ln -s works... yes
checking for sse... yes
checking for 3dnow... yes
checking for pow in -lm... yes
checking for BZ2_bzBuffToBuffCompress in -lbz2... yes
checking for ANSI C header files... (cached) yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking for getopt... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for gettimeofday... yes
checking for nanosleep... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create... no
checking for pthread_create in -lpthread... yes
checking AL/al.h usability... no
checking AL/al.h presence... no
checking for AL/al.h... no
Hrm, maybe AL/al.h is in /usr/local/include
checking AL/al.h usability... no
checking AL/al.h presence... no
checking for AL/al.h... no
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking for glNewList in -lGL... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for gluLookAt in -lGLU... yes
checking magick/api.h usability... yes
checking magick/api.h presence... yes
checking for magick/api.h... yes
checking for InitializeMagick in -lMagick... yes
checking for ExportImagePixels in -lMagick... yes
checking GL/glew.h usability... no
checking GL/glew.h presence... no
checking for GL/glew.h... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating oglc_src/Makefile
config.status: creating other_src/Makefile
config.status: creating reallyslick/Makefile
config.status: creating reallyslick/c_src/Makefile
config.status: creating reallyslick/Implicit/Makefile
config.status: creating reallyslick/rsMath/Makefile
config.status: creating reallyslick/cpp_src/Makefile
config.status: creating utils/Makefile
config.status: creating config.h
config.status: executing depfiles commands
 
Old 06-19-2005, 08:23 AM   #2
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
I am no expert, so I have no idea if all those components are required, but maybe they are:
Quote:
checking AL/al.h usability... no
checking AL/al.h presence... no
checking for AL/al.h... no
Hrm, maybe AL/al.h is in /usr/local/include
checking AL/al.h usability... no
checking AL/al.h presence... no
checking for AL/al.h... no
This might be a point to start with. Or this as well:
Quote:
checking GL/glew.h usability... no
checking GL/glew.h presence... no
checking for GL/glew.h... no
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow SUSE? Try Slick! gherikill SUSE / openSUSE 2 11-01-2005 09:04 AM
SLICK Based on SUSE 10 dbzw SUSE / openSUSE 5 10-15-2005 10:26 PM
10.0 -- Very slick -- Thanks SUSE 1kyle SUSE / openSUSE 2 10-07-2005 01:19 PM
Compile error for AirSnort, SuSe 9.1 xprimnt Linux - Newbie 1 08-14-2004 10:09 AM
kernel compile error on SuSE 9.1 kreilk Linux - Software 3 06-24-2004 03:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 04:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration