|
namiz
|
 |
« Reply #15 on: April 19, 2006, 03:08:41 pm » |
|
Where is it? I go to where it was supposed to be compiled (C:\crystal\CS) and its not compiled...
EDIT: This is what is says:
C++ ./out/msysx86/optimize/libs/cstool/importkit_glue.o C++ ./out/msysx86/optimize/libs/cstool/initapp.o C++ ./out/msysx86/optimize/libs/cstool/keyval.o C++ ./out/msysx86/optimize/libs/cstool/mapnode.o C++ ./out/msysx86/optimize/libs/cstool/meshobjtmpl.o C++ ./out/msysx86/optimize/libs/cstool/normalcalc.o C++ ./out/msysx86/optimize/libs/cstool/pen.o C++ ./out/msysx86/optimize/libs/cstool/primitives.o C++ ./out/msysx86/optimize/libs/cstool/proctex.o C++ ./out/msysx86/optimize/libs/cstool/proctxtanim.o C++ ./out/msysx86/optimize/libs/cstool/rendermeshholder.o C++ ./out/msysx86/optimize/libs/cstool/rendermeshlist.o C++ ./out/msysx86/optimize/libs/cstool/sndwrap.o C++ ./out/msysx86/optimize/libs/cstool/userrndbuf.o C++ ./out/msysx86/optimize/libs/cstool/vertexcompress.o MkDir1 ./out/msysx86/optimize/libs/csplugincommon/canvas C++ ./out/msysx86/optimize/libs/csplugincommon/canvas/cursorconvert.o C++ ./out/msysx86/optimize/libs/csplugincommon/canvas/fontcache.o C++ ./out/msysx86/optimize/libs/csplugincommon/canvas/graph2d.o C++ ./out/msysx86/optimize/libs/csplugincommon/canvas/scrshot.o C++ ./out/msysx86/optimize/libs/csplugincommon/canvas/softfontcache.o C++ ./out/msysx86/optimize/libs/csplugincommon/canvas/x11-keys.o MkDir1 ./out/msysx86/optimize/libs/csplugincommon/imageloader C++ ./out/msysx86/optimize/libs/csplugincommon/imageloader/commonimagefile.o ...on 200th target...
( I can only give a portion of it since it exceeds the 2000 word limit...)
|
|
|
|
« Last Edit: April 19, 2006, 03:25:53 pm by namiz »
|
Logged
|
|
|
|
|
jorrit
|
 |
« Reply #16 on: April 19, 2006, 03:22:43 pm » |
|
Where is it? I go to where it was supposed to be compiled (C:\crystal\CS) and its not compiled...
Why not? Sorry I can't see your computer from here so you need to give a bit more information. Greetings,
|
|
|
|
|
Logged
|
|
|
|
|
namiz
|
 |
« Reply #17 on: April 19, 2006, 03:27:08 pm » |
|
Shouldnt the uncompiled CS be replace by a compiled CS?
EDIT: Well im basically asking what happens after it compiled? I dont think it compiled... I dont know how to explain it in any other way. I just can't find the executibles...
|
|
|
|
« Last Edit: April 19, 2006, 03:32:54 pm by namiz »
|
Logged
|
|
|
|
|
jorrit
|
 |
« Reply #18 on: April 19, 2006, 04:40:30 pm » |
|
Shouldnt the uncompiled CS be replace by a compiled CS?
EDIT: Well im basically asking what happens after it compiled? I dont think it compiled... I dont know how to explain it in any other way. I just can't find the executibles...
Well describe exactly what you did. What commands did you use and such. Also tell me the output of 'jam' so that I can judge if everything is ok. Greetings,
|
|
|
|
|
Logged
|
|
|
|
|
namiz
|
 |
« Reply #19 on: April 19, 2006, 05:05:18 pm » |
|
okay this is what i did... Owner@YOUR-4E0903614A ~ $ cd /c/crystal/CS Owner@YOUR-4E0903614A /c/crystal/CS $ ./configure (all these things come up saying yes or no, but it exceed the 2000 character limit. But mostly it says, "checking for blah... yes/no. The last line says ./config.status: ./confstat 3160-2935/jcache: No such File or directory) Owner@YOUR-4E0903614A ~ $ jam all ( theres way to much stuff going on. and the last line says ...updated 1594 traget(s) ) And thats the last thing i did Heres the last line of Jam 
|
|
|
|
« Last Edit: April 19, 2006, 05:12:06 pm by namiz »
|
Logged
|
|
|
|
|
jorrit
|
 |
« Reply #20 on: April 19, 2006, 05:15:33 pm » |
|
Ok, then from that directory you should be able to do:
./walktest.exe
Try an 'ls *.exe' too to see all executables that are there.
Greetings,
|
|
|
|
|
Logged
|
|
|
|
|
namiz
|
 |
« Reply #21 on: April 19, 2006, 05:17:20 pm » |
|
Im sorry but could you please clarify the Ls part?
EDIT: What directory?
|
|
|
|
« Last Edit: April 19, 2006, 05:19:10 pm by namiz »
|
Logged
|
|
|
|
|
jorrit
|
 |
« Reply #22 on: April 19, 2006, 05:24:16 pm » |
|
Im sorry but could you please clarify the Ls part?
EDIT: What directory?
Exactly like I typed. After doing 'jam', type 'ls *.exe'. Perhaps you should first try to get comfortable to using the commandline before going further though. Greetings,
|
|
|
|
|
Logged
|
|
|
|
|
namiz
|
 |
« Reply #23 on: April 19, 2006, 05:30:29 pm » |
|
I type ls*.exe
and it said the command was not found....
|
|
|
|
|
Logged
|
|
|
|
|
herks
|
 |
« Reply #24 on: April 19, 2006, 05:41:42 pm » |
|
ls *.exe (there is a space between the s and the *)
the ls command shows the list of files in the directory. so doing ls *.exe you are telling it to show you all the files that end in .exe.
|
|
|
|
|
Logged
|
|
|
|
|
namiz
|
 |
« Reply #25 on: April 19, 2006, 06:09:59 pm » |
|
i typed in ls and got no .exe files
EDIT: Just a whole bunch of .dll files and .pdb files
|
|
|
|
|
Logged
|
|
|
|
|
jorrit
|
 |
« Reply #26 on: April 19, 2006, 06:18:52 pm » |
|
Sorry, but then I have no clue what is wrong. It is too hard to find out what is wrong without having access to your computer.
Greetings,
|
|
|
|
|
Logged
|
|
|
|
|
namiz
|
 |
« Reply #27 on: April 19, 2006, 06:30:16 pm » |
|
Oh well thanks anyways.
I will just use a pre-compiled version...
|
|
|
|
« Last Edit: April 19, 2006, 08:33:35 pm by namiz »
|
Logged
|
|
|
|
|
namiz
|
 |
« Reply #28 on: April 19, 2006, 11:48:45 pm » |
|
I installed the files , and i was wondering if the .exe files would be there since they arent in the directory where crystal space was orginally installed. I was wondering where this directory was..
/usr/local/share/docs/crystalspace-0.99
And these are the commands i put into MinGW, if I missed any could somone please report it.
/c/crystal/CS ./configure jam all jam install jam distclean
I didnt recieve any error messages its just that i can't find the executibles.
|
|
|
|
« Last Edit: April 20, 2006, 03:19:07 pm by namiz »
|
Logged
|
|
|
|
snnicko
Newbie

Posts: 28
Pyromaniacal Psychopath
|
 |
« Reply #29 on: April 20, 2006, 04:01:31 pm » |
|
jam distclean
I didnt recieve any error messages its just that i can't find the executibles.
The distclean and clean commands delete the executables. You will need to run jam again and possibly ./configure first if jam fails.
|
|
|
|
|
Logged
|
|
|
|
|