View Full Version : Need help building Crystal Space Engine
mr98321
2005.07.13, 12:16 AM
I downloaded the latest stable version of Crystal space and i cant get it to install i keep getting error . I cant remember what it was. I have a mac g4 power book with 550 mhz and 512 ram and osx 10.2.8. Can some one pleas help me install or if you know of a better game engine that will support a mmorpg let me know.
Andrew
2005.07.13, 04:13 AM
does this (http://www.crystalspace3d.org/tikiwiki/tiki-view_faq.php?faqId=2) help you at all?
mr98321
2005.07.13, 11:06 PM
I have installed all the lib files in the cs folder and now i cant seam to build it. I keep getting the error "make: *** No rule to make target `all'." i am on the step whir you build it in terminal. Hear is the link can any one help.
http://www.crystalspace3d.org/docs/online/manual/cs_2.5.5.3.php#2.5.5.3
BinarySpike
2005.07.13, 11:24 PM
"make: *** No rule to make target `all'."
That means your trying terminal command:
make all
Try using the terminal command:
make
If that doesn't work try this instead:
./autogen.sh && ./configure
And if that doesn't work try this:
./configure
And if all that doesn't work, make sure you "cd" into the directory that Crystal space is in then try them again.
(e.g. Terminal command "cd /Users/YOURSHORTNAME/desktop/CS_CVS/")
If you can't get it I'll be trying to compile it right now...
mr98321
2005.07.14, 12:44 AM
i can run the ./confugure but i still get the same error and i "cd" into the directory. WTF this is getting anoying
BinarySpike
2005.07.14, 08:33 PM
I tryed compiling. same error for me too.
I think the configure isn't making the makefile's I don't see any after I ./configure.
I'll look around and ask around. (IRC is niiiiice... until OSC wants to kick you :???:)
BinarySpike
2005.07.14, 08:58 PM
config.status: WARNING: failed to create makefile emulation layer
Last line... Think it's giving me the trouble.
BinarySpike
2005.07.14, 09:07 PM
Last time I tried following the instructions for OSX, make failed to find any targets. I'm not experienced enough to fix that, and they never bothered answering when I told them, so I gave up.
Same problem... I'll look around some more...
Leisure Suit Lurie
2005.07.14, 09:29 PM
I'll look around and ask around. (IRC is niiiiice... until OSC wants to kick you :???:)
Rotate nicks a few times. Then he may get confused and kick Will instead of you.
mr98321
2005.07.15, 01:01 AM
I instaled CS with the help of BinarySpike but all the app files have nothing in them all thay have is a icon. Can any one help I installed with Jam.
mr98321
2005.07.17, 01:00 PM
I dont understand what to do after i build CS the directions are not clear can any one help me?
http://www.crystalspace3d.org/docs/online/manual/cs_2.5.5.4.php#2.5.5.4
BinarySpike
2005.07.17, 06:50 PM
Wow! Nice link...
Seems I was trying wrong...
I don't see a crystal space in /usr/local but.......
I'll keep work'n on it... (thankgoodness for the CS IRC channal...)
BinarySpike
2005.07.17, 06:58 PM
Ok, worked on some stuff...
Found that the acual executible files are giving errors out that stop them from beind made.
(giving us this trouble)
I'm not sure... But I think it's gcc that's mess'n it up... I can't be sure though...
jelmer
2005.08.07, 01:52 PM
Just use 'Jam' instead of 'Make -k'
I had the same problem, but buidling with Jam seems to go ok.
Jelmer
Cross
2007.07.20, 03:32 PM
config.status: WARNING: failed to create makefile emulation layer
Last line... Think it's giving me the trouble.
Maybe this answer is a little bit late, but recently I tried to install it and got the same error, the problem is creating the make file required to use the make command, to solve it just execute the configure like this:
./configure --disable-make-emulation
and then use jam instead of make,
./jam
and that's it.
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.