here we go....
downloaded cvs of the 3 progs CS cel and planeshift
CS: ill try to follow the tutorial in ./planeshift/docs/Compiling.txt
#nano -w mk/user.mak
adding line
PLUGINS.DYNAMIC += sound/loader/mp3
cannot find the \"freetype\" from the tutorial tho
#make linux MODE=debug
no errors, looks fine except for this \"checking for perl5... no\" tho i have the newest version so this should be no prob
#make depend
fails with this:
g++: cannot specify -o with -c or -S and multiple compilations
make[1]: *** [makedep] Error 1
make: *** [dep] Error 2
if i remember right make all -k will end with the same
but ill do it anyways
#make -k all
it seems like many of the compiled progs end with these lines
g++: cannot specify -o with -c or -S and multiple compilations
make[1]: *** [opcode.so] Error 1
make[1]: Target `opcode\' not remade because of errors.
make: *** [opcode] Error 2
tho it keeps compiling because some brute added -k

here some adittional errors coming up on most of the progs which dont give the errors above
[...similar errors i couldnt catch...]
g++: -lcssys: linker input file unused because linking not done
g++: -lcsgeom: linker input file unused because linking not done
g++: -lcsutil: linker input file unused because linking not done
g++: -lcstool: linker input file unused because linking not done
g++: -lcsutil: linker input file unused because linking not done
g++: -lcssys: linker input file unused because linking not done
g++: -lcsutil: linker input file unused because linking not done
g++: -ldl: linker input file unused because linking not done
g++: -lm: linker input file unused because linking not done
much time has passed and not everyone gets a happy end, neither do i:
[...]X86/debug/cpuid.o out/LINUX/X86/debug/scan16a.o out/LINUX/X86/debug/scan32a.o -lcsgeom -lcsgfx -lcsutil -lcssys_D -lcsutil -ldl -lm -g3 -Lout/LINUX/X86/debug
g++: cannot specify -o with -c or -S and multiple compilations
make[1]: *** [soft3d.so] Error 1
make[1]: Target `soft3d\' not remade because of errors.
make: *** [soft3d] Error 2
*-------------------------------------------------------------------------*
Building cs-config build options script
Building for LINUX/GCC/X86 in debug mode
*-------------------------------------------------------------------------*
Generating cs-config script...
make: Target `all\' not remade because of errors.
bash-2.05a#
do you think make install will work with this compiled piece of junk?
#make install
na you probably dont wana read it but here it is
as -g3 -DCS_DEBUG -I. -I./apps -I./include -I./libs -I./plugins
g++ -c -g3 -Lout/LINUX/X86/debug -o uninst out/LINUX/X86/debug/uninst.o -ldl -lm
g++: out/LINUX/X86/debug/uninst.o: linker input file unused because linking not done
g++: -ldl: linker input file unused because linking not done
g++: -lm: linker input file unused because linking not done
g++ -c -g3 -Lout/LINUX/X86/debug -o blocks out/LINUX/X86/debug/blocks.o out/LINUX/X86/debug/states.o -lcstool -lcsgfx -lcsutil -lcssys -lcsgeom -lcsutil -lcssys -ldl -lm
g++: cannot specify -o with -c or -S and multiple compilations
make[1]: *** [blocks] Error 1
make: *** [install] Error 2
bash-2.05a#
i dont think continuing with this will work so pls pls help me
if you want we can work this out together on my ssh