|
CheeChee
|
 |
« on: January 26, 2006, 06:35:21 am » |
|
Im really new to CS and i installed a lot of different things but i think have the latest stable version that has jam attached to it. I installed jam and MinGW and ran MSYS and i dont know what to put in the command promp. I tried "jam" "Jam All" and i selected my CS folder and it wont compile anything. It says that it found 7 files but it wont jam them? what do i do?
|
|
|
|
|
Logged
|
|
|
|
|
jorrit
|
 |
« Reply #1 on: January 26, 2006, 08:52:11 am » |
|
Im really new to CS and i installed a lot of different things but i think have the latest stable version that has jam attached to it. I installed jam and MinGW and ran MSYS and i dont know what to put in the command promp. I tried "jam" "Jam All" and i selected my CS folder and it wont compile anything. It says that it found 7 files but it wont jam them? what do i do?
Did you read the documentation on this subject? This is fully covered in the platform specific building instructions. Greetings,
|
|
|
|
|
Logged
|
|
|
|
|
CheeChee
|
 |
« Reply #2 on: January 26, 2006, 04:46:37 pm » |
|
yes, i read it but it only says to simply type jam and i did, MSYS said that it found 7 files but i dont know what to do after that?
|
|
|
|
|
Logged
|
|
|
|
snnicko
Newbie

Posts: 28
Pyromaniacal Psychopath
|
 |
« Reply #3 on: January 26, 2006, 05:40:16 pm » |
|
It should say to cd to the folder, type ./configure, press enter, type jam al press enterl
|
|
|
|
|
Logged
|
|
|
|
|
CheeChee
|
 |
« Reply #4 on: January 26, 2006, 08:52:30 pm » |
|
I typed ./congfigure and it sain "No such file or directory"
|
|
|
|
|
Logged
|
|
|
|
|
jorrit
|
 |
« Reply #5 on: January 26, 2006, 09:08:30 pm » |
|
I typed ./congfigure and it sain "No such file or directory"
Are you in the right directory? i.e. did you use the 'cd' command to go to the directory where you put CS? Greetings,
|
|
|
|
|
Logged
|
|
|
|
|
CheeChee
|
 |
« Reply #6 on: January 27, 2006, 05:18:17 am » |
|
yes, i said cd c:/cs and it selected
|
|
|
|
|
Logged
|
|
|
|
|
sunshine
|
 |
« Reply #7 on: January 27, 2006, 06:00:16 am » |
|
It would be a good idea to post as much information as possible, such as what version of CS you have, from where you downloaded it, how you unpacked it, etc. It also would be very helpful to show your exact command-line session so that we know precisely what you are typing and what error messages you receive.
|
|
|
|
|
Logged
|
|
|
|
|
CheeChee
|
 |
« Reply #8 on: January 28, 2006, 08:08:39 pm » |
|
I have cs-win32libs-0.99r0_018 and the command line looks something like this
Owner@R2D2-1CB2B1C60C ~ $ cd c:/cs
Owner@R2D2-1CB2B1C60C /c/cs $ jam Jamfile: No such file or directory ............found 7 target(s)...
Owner@R2D2-1CB2B1C60C /c/cs $ Jam -k Invalid Option: -k
usage: jam [ options ] targets...
-a -dx
-fx -g -jx -n -ox -q -sx=y -tx -v
Owner@R2D2-1CB2B1C60C /c/cs $ jam -a Jamfile: No such file or directory ............found 7 target(s)...
Owner@R2D2-1CB2B1C60C /c/cs $ ./configure sh: ./configure : no such file or directory
|
|
|
|
|
Logged
|
|
|
|
|
jorrit
|
 |
« Reply #9 on: January 28, 2006, 08:13:28 pm » |
|
I have cs-win32libs-0.99r0_018 and the command line looks something like this
Owner@R2D2-1CB2B1C60C ~ $ cd c:/cs
Owner@R2D2-1CB2B1C60C /c/cs $ jam Jamfile: No such file or directory ............found 7 target(s)...
Owner@R2D2-1CB2B1C60C /c/cs $ Jam -k Invalid Option: -k
usage: jam [ options ] targets...
-a -dx
-fx -g -jx -n -ox -q -sx=y -tx -v
Owner@R2D2-1CB2B1C60C /c/cs $ jam -a Jamfile: No such file or directory ............found 7 target(s)...
Owner@R2D2-1CB2B1C60C /c/cs $ ./configure sh: ./configure : no such file or directory
Can you do an 'ls' in that directory and tell us what that gives? Greetings,
|
|
|
|
|
Logged
|
|
|
|
|
CheeChee
|
 |
« Reply #10 on: January 28, 2006, 09:37:06 pm » |
|
I have cs-win32libs-0.99r0_018 and the command line looks something like this
Owner@R2D2-1CB2B1C60C ~ $ cd c:/cs
Owner@R2D2-1CB2B1C60C /c/cs $ jam Jamfile: No such file or directory ............found 7 target(s)...
Owner@R2D2-1CB2B1C60C /c/cs $ Jam -k Invalid Option: -k
usage: jam [ options ] targets...
-a -dx
-fx -g -jx -n -ox -q -sx=y -tx -v
Owner@R2D2-1CB2B1C60C /c/cs $ jam -a Jamfile: No such file or directory ............found 7 target(s)...
Owner@R2D2-1CB2B1C60C /c/cs $ ./configure sh: ./configure : no such file or directory
Can you do an 'ls' in that directory and tell us what that gives? Greetings, Heres what happened Owner@R2D2-1CB2B1C60C ~ $ cd c:/cs Owner@R2D2-1CB2B1C60C /c/cs $ ls CS CVS apps bin csep data docs doxygen html include libs mk
|
|
|
|
|
Logged
|
|
|
|
|
jorrit
|
 |
« Reply #11 on: January 28, 2006, 09:45:49 pm » |
|
Hmm... that doesn't seem complete. What did you extract and where? Can you give all details?
Greetings,
|
|
|
|
|
Logged
|
|
|
|
|
CheeChee
|
 |
« Reply #12 on: January 28, 2006, 10:27:19 pm » |
|
I installed CS on my desktop and moved it to c: for easier reach
|
|
|
|
|
Logged
|
|
|
|
|
jorrit
|
 |
« Reply #13 on: January 28, 2006, 10:28:42 pm » |
|
I installed CS on my desktop and moved it to c: for easier reach
More details please. What file did you extract (i.e. EXACT filename). I have the feeling you forgot to move some things. But I need more details. I can't see your computer from here. Perhaps try to do things again. Greetings,
|
|
|
|
|
Logged
|
|
|
|
|
CheeChee
|
 |
« Reply #14 on: January 29, 2006, 06:46:45 am » |
|
I installed it with a setup application, I didnt extract.
|
|
|
|
|
Logged
|
|
|
|
|