|
From: Simon <sim...@em...> - 2005-08-19 14:20:16
|
You should check for three things. First of all you need the cvs version of CS compiled for this to work. Next the CRYSTAL variable should point to the dir of the compiled CS. If these two things fail check if you installed CS and uninstall it, then try with ./configure again. Note: due to recent changes in cvs many files won't compile. Ozan Türkyılmaz wrote: > On 13/08/05, Simon <sim...@em...> wrote: > >>I don't know exactly what are you having problems with. Post the entire >>./configure and I could help you more. >> > > full configure output > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking how to create a directory... mkdir > checking how to create a directory tree... mkdir -p > 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 g++... g++ > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking if -shared is accepted... -shared > checking if -soname is accepted... yes > checking for install... install > checking for ranlib... ranlib > checking for Crystal Space - version >= 0.99... Unknown lib: crystalspace > Usage: cs-config [OPTIONS] [LIBRARIES] > Options: > [--prefix] > [--exec-prefix] > [--version] > [--long-version] > [--libdir] > [--includedir] > [--libs] > [--cflags] > [--cxxflags] > [--makevars] > [--help] > Libraries: > csgeom > csgfx > cstool > csutil > csws > > > Note that the Crystal Space directory is detect by looking at the CRYSTAL > environment variable. Make sure this variable is set correctly. > Unknown lib: crystalspace > Usage: cs-config [OPTIONS] [LIBRARIES] > Options: > [--prefix] > [--exec-prefix] > [--version] > [--long-version] > [--libdir] > [--includedir] > [--libs] > [--cflags] > [--cxxflags] > [--makevars] > [--help] > Libraries: > csgeom > csgfx > cstool > csutil > csws > > > Note that the Crystal Space directory is detect by looking at the CRYSTAL > environment variable. Make sure this variable is set correctly. > no > configure: error: > *** Crystal Space could not be found. The latest version is always available > *** from http://crystal.sourceforge.net/ > *** Also, be sure that you have either installed Crystal Space or set the > *** CRYSTAL environment variable properly. > with export CRYSTAL=~/CS/ (it's CS ful source code) > >>Ozan Türkyılmaz wrote: >> >>>On 12/08/05, Track <de...@nc...> wrote: >>> >>> >>>>Hi Ozan >>>> >>>>It should point to the root of CS tree (where file "Jamfile.in" is >>>>located for example). >>>>On my system, it's set as follows: CRYSTAL=D:\Devel\CS >>>> >>> >>>did this CRYSTAL= ~/CS but cs-config run and give useless info about >>>usage and configure said no cs at all >>> >>> >>>>Regards >>>>Track >>>> >>>>Ozan Türkyılmaz wrote: >>>> >>>> >>>> >>>>>okey i installed CS but where should CRYSTAL var point to ? >>>>> >> >> |