Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - thebryster

Pages: [1]
1
Development Deliberation /
« on: February 17, 2004, 04:37:34 pm »
Ok I have Good news and Bad News: I got it to make libcssys.a but I ran in to another problem this is what I get some errors saying that they can\'t make a file or It can\'t find a file but I think I have everything I need to have so then I run this:
g++ -bundle -o casnddrv.csplugin ./out/macosxppc/optimize/plugins/sound/driver/coreaudio/casnddrv.o ./out/macosxppc/optimize/libs/cssys/libcssys.a ./out/macosxppc/optimize/libs/csutil/libcsutil.a ./out/macosxppc/optimize/libs/cssys/libcssys.a -multiply_defined suppress -lm -ldl -bundle -framework AppKit -framework Foundation -framework CoreAudio
just like AlanOne says but it says: ld: can\'t locate file for: -ldl . What am I doing wrong? Also thanks for helping me in this endeavour.

2
Development Deliberation /
« on: February 17, 2004, 03:09:33 pm »
Yes I have a fresh check out (just redownloaded it yesterday) I can get it to connect to the pc because AlanOne made a new .h file to replace message.h (I think thats it)... So its comething wrong with the CMD.OBJC? I did set it in the Jamconfig.. but I am just now realizing something....There was an error message at the very begining of the Jam: It didn\'t read the CMD.OBJC properly... I will fix it and get back soon.

EDIT~ I think I have the solution!! On the instructions AlanOne says to add CMD.OBJC=\"cc\" ; but that doesn\'t work because the = and \" aren\'t spaced. I looked at other propertys in the Jamconfig and they all were spaced... so it should look like this: CMD.OBJC= \"cc\" ; See the difference??

3
Development Deliberation /
« on: February 17, 2004, 01:54:25 am »
here is what happens when it trys to builds:
 MkDir1 ./out/macosxppc/optimize/libs/cssys
C++ ./out/macosxppc/optimize/libs/cssys/system.o
C++ ./out/macosxppc/optimize/libs/cssys/OSXAssistant.o
C++ ./out/macosxppc/optimize/libs/cssys/OSXConfigFile.o
OCc ./out/macosxppc/optimize/libs/cssys/OSXDelegate.o
/bin/sh: -c: command not found

   -c -o ./out/macosxppc/optimize/libs/cssys/OSXDelegate.o   -Ilibs/cssys -Ilibs/cssys/macosx -Ilibs/cssys/general -I./include -I. -I./include -I./plugins -I./apps -I./libs libs/cssys/macosx/OSXDelegate.m

...failed OCc ./out/macosxppc/optimize/libs/cssys/OSXDelegate.o ...
C++ ./out/macosxppc/optimize/libs/cssys/OSXDynamicLibrary.o
C++ ./out/macosxppc/optimize/libs/cssys/OSXGetUsername.o
C++ ./out/macosxppc/optimize/libs/cssys/OSXInstallPath.o
OCc ./out/macosxppc/optimize/libs/cssys/OSXInstPath.o
/bin/sh: -c: command not found

   -c -o ./out/macosxppc/optimize/libs/cssys/OSXInstPath.o   -Ilibs/cssys -Ilibs/cssys/macosx -Ilibs/cssys/general -I./include -I. -I./include -I./plugins -I./apps -I./libs libs/cssys/macosx/OSXInstPath.m

...failed OCc ./out/macosxppc/optimize/libs/cssys/OSXInstPath.o ...
OCc ./out/macosxppc/optimize/libs/cssys/OSXLoadLibrary.o
/bin/sh: -c: command not found

   -c -o ./out/macosxppc/optimize/libs/cssys/OSXLoadLibrary.o   -Ilibs/cssys -Ilibs/cssys/macosx -Ilibs/cssys/general -I./include -I. -I./include -I./plugins -I./apps -I./libs libs/cssys/macosx/OSXLoadLibrary.m

...failed OCc ./out/macosxppc/optimize/libs/cssys/OSXLoadLibrary.o ...
OCc ./out/macosxppc/optimize/libs/cssys/OSXMenu.o
/bin/sh: -c: command not found

   -c -o ./out/macosxppc/optimize/libs/cssys/OSXMenu.o   -Ilibs/cssys -Ilibs/cssys/macosx -Ilibs/cssys/general -I./include -I. -I./include -I./plugins -I./apps -I./libs libs/cssys/macosx/OSXMenu.m

...failed OCc ./out/macosxppc/optimize/libs/cssys/OSXMenu.o ...
C++ ./out/macosxppc/optimize/libs/cssys/OSXSystemDriver.o
C++ ./out/macosxppc/optimize/libs/cssys/OSXTime.o
OCc ./out/macosxppc/optimize/libs/cssys/OSXUsername.o
/bin/sh: -c: command not found

   -c -o ./out/macosxppc/optimize/libs/cssys/OSXUsername.o   -Ilibs/cssys -Ilibs/cssys/macosx -Ilibs/cssys/general -I./include -I. -I./include -I./plugins -I./apps -I./libs libs/cssys/macosx/OSXUsername.m

...failed OCc ./out/macosxppc/optimize/libs/cssys/OSXUsername.o ...
C++ ./out/macosxppc/optimize/libs/cssys/findlib.o
C++ ./out/macosxppc/optimize/libs/cssys/getopt.o
C++ ./out/macosxppc/optimize/libs/cssys/printf.o
C++ ./out/macosxppc/optimize/libs/cssys/sysroot.o
C++ ./out/macosxppc/optimize/libs/cssys/cspthrd.o
...skipped libcssys.a for lack of libcssys.a(OSXDelegate.o)...

4
I  am currently compiling Planeshift for my mac. I get as far as I can to where I jam the CS and it start building the libs and all that stuff... but when It gets to the cssys library it builds a few things then it builds OSXdelegate.o it then says that oOC failed. Then after a second when it trys to make libcssys.a it says: Cannot build libcssys.a for lack of libcssys.a(OSXdelegate) Please help me fix this! I am a mac gamer who cannot wait to play PS. I need to play this game!!!!!:D

5
Technical Help: Problems BEFORE entering the game /
« on: February 14, 2004, 08:10:49 pm »
I got Freetype to work but still the libcssys.a file isn\'t showing up. It doesn\'t make itself. It  says cannot make libcssys.a for lack of libcssys.a

6
Technical Help: Problems BEFORE entering the game / one thing after another
« on: February 12, 2004, 09:07:04 pm »
I was just starting over when I saw the configuration wasn\'t loading FreeType. I have it installed but it isn\'t working... What now? Should I reinstall Freetype?

Edit: I reinstalled Freetype but it is still not working  ?(

7
Technical Help: Problems BEFORE entering the game /
« on: February 12, 2004, 02:24:32 pm »
Ok thanks alanone! One other thing:  copy /plugins/aws/sl* (4 files) from version 0.96 of CS into CS/plugins/aws/  and edit plugins/aws/Jamfile to reflect (add slp.cpp sllex.cpp to FILES and remove all the lex stuff which make skin*)
I don\'t understand. Should I delete all the skin or just the ones with \"lex\"? Could you post how the file is supposed to look after the changes? and also I am at the g++ step... It says I don\'t have libcssys.a I checked and I don\'t I jammed CS again and it skipped all these other files because I don\'t have libcssys.a(please be patient with me I am very new to this)

8
Technical Help: Problems BEFORE entering the game / Help!!
« on: February 12, 2004, 04:45:21 am »
I am still using jaguar and I can\'t seem to get Planeshift to work on my mac. I keep trying to get CS up but it doesn\'t work. I don\'t know what I am doing wrong.... Can you guys tell me the step buy step play (I also have know idea what you mean on step 3. alanone) Thanks!

9
Wish list / Arena fights
« on: May 24, 2003, 04:21:30 pm »
Arena fights would be cool. where other players could compete against each other. another gud feature is the skill of stealing so you could walk up to someone and hit a button and there you go with some cash

10
Technical Help: Problems BEFORE entering the game /
« on: March 06, 2003, 03:29:52 pm »
okay thanks

11
1. Is there a deadline when the new planeshift is going to be ready(for windows XP and Mac) if so when? If you have a guess please let me know.

2. Is Plane shift like Everquest online adventure?

3.  Are there quests that you can do along with occupations?

thank you for answering these questions :D

Pages: [1]