Re: [CsMain] New user installation woes

2008-07-07 Thread Eric Sunshine
Do you have a PYTHON environment variable set? If so, apparently it is not being imported into the MSYS environment in a useful way. Namely, the backslashes are not being translated to forward slashes, etc. The result is that the MSYS shell is eating the backslashes when the command is run. You

Re: [CsMain] New user installation woes

2008-07-07 Thread Katriska Francis
I actually remember that error. I think I ran the command manually and that was that (e.g. /c/python25/python.exe ./bin/marshall-py.py ./scripts/pycel.py ./out/msysx86/optimize/plugins/behaviourlayer/python/PYCEL_py.cpp). I forget the reason why this happens but you should be able to run the comma

Re: [CsMain] New user installation woes

2008-07-07 Thread Robert Vandeventer
Another day, another attempt. CS seems to work right as does CEL, but I do get one odd failure from CEL MarshallPy ./out/msysx86/optimize/plugins/behaviourlayer/python/PYCEL_py.cpp sh: c:python25python.exe: command not found c:\python25\python.exe ./bin/marshall-py.py ./scripts/pycel.py ./o

Re: [CsMain] New user installation woes

2008-07-07 Thread carameldelite18
Oh yeah. That too :) Sent from my BlackBerry® smartphone with SprintSpeed -Original Message- From: "Robert Vandeventer" <[EMAIL PROTECTED]> Date: Mon, 7 Jul 2008 14:42:05 To: CS developers and users list Subject: Re: [CsMain] New user i

Re: [CsMain] New user installation woes

2008-07-07 Thread Robert Vandeventer
Well, I'm trying this again. Just ./configure and jam. Something that probably needs to be added to the manual... after you run some program outside of msys, let's say, cs-win32libs-1.2.002.exe , you need to exit and restart msys for the path changes to take effect. I discovered that the hard wa

Re: [CsMain] New user installation woes

2008-07-07 Thread carameldelite18
s, Katriska Francis (cara) Sent from my BlackBerry® smartphone with SprintSpeed -Original Message- From: "Robert Vandeventer" <[EMAIL PROTECTED]> Date: Mon, 7 Jul 2008 08:17:19 To: CS developers and users list Subject

Re: [CsMain] New user installation woes

2008-07-07 Thread Robert Vandeventer
LOL, got it. So CS installation is spooned until further notice. Sadly, that seems to make all the tutorials unavailable for now. Ahh well. C'est la gare. On Mon, Jul 7, 2008 at 3:29 AM, Eric Sunshine <[EMAIL PROTECTED]> wrote: > The Makefile does nothing more than run Jam, so there actua

Re: [CsMain] New user installation woes

2008-07-07 Thread Katriska Francis
I've never really had any luck with installing CS system wide so I would just use it from the directory it was compiled in. What I would do is make a central directory that is accessible by users on my computer (which is only me at the time) and compile CS from there and set my CRYSTAL environment

Re: [CsMain] New user installation woes

2008-07-07 Thread Eric Sunshine
Note also that "make -k" did not force the projects to be properly installed. All of the same errors occurred, which means that all of the same files which failed to install due to bugs with "jam install" also failed to install with "make -k". For run-time, you may actually need to reset the enviro

Re: [CsMain] New user installation woes

2008-07-07 Thread Eric Sunshine
The Makefile does nothing more than run Jam, so there actually is no difference. -- ES Robert Vandeventer wrote: > Well, I tried that, and it seems to work right. I'm curious though... > with crystalspace and cel now properly installed, what should the > CRYSTAL and CEL environmental variable

Re: [CsMain] New user installation woes

2008-07-06 Thread Robert Vandeventer
Well, I tried that, and it seems to work right. I'm curious though... with crystalspace and cel now properly installed, what should the CRYSTAL and CEL environmental variables be set to? On Sun, Jul 6, 2008 at 10:41 PM, Robert Vandeventer <[EMAIL PROTECTED]> wrote: > A thought just came to mind.

Re: [CsMain] New user installation woes

2008-07-06 Thread Robert Vandeventer
A thought just came to mind. If jam is the problem, would it help to use make -k and make -k install? On Sun, Jul 6, 2008 at 2:27 PM, Eric Sunshine <[EMAIL PROTECTED]> wrote: > I started investigating the installation problems and discovered that > the Jam installation rules are somewhat broken.

Re: [CsMain] New user installation woes

2008-07-06 Thread Robert Vandeventer
Fantastic! Thanks. I'll try this immediately when I get home. On Sun, Jul 6, 2008 at 3:10 PM, Eric Sunshine <[EMAIL PROTECTED]> wrote: > MSYS will expect CRYSTAL and CEL to be /c/devl/cs and /c/devl/cel, > respectively. > > -- ES > > Robert Vandeventer wrote: > > Ok. I think I've got it. Assu

Re: [CsMain] New user installation woes

2008-07-06 Thread Eric Sunshine
MSYS will expect CRYSTAL and CEL to be /c/devl/cs and /c/devl/cel, respectively. -- ES Robert Vandeventer wrote: > Ok. I think I've got it. Assuming that I put crystal space in > c:/devl/cs and CEL in c:/devl/cel, what should the CRYSTAL and CEL > environmental variables be? > > On Sun, Jul

Re: [CsMain] New user installation woes

2008-07-06 Thread Robert Vandeventer
Ok. I think I've got it. Assuming that I put crystal space in c:/devl/cs and CEL in c:/devl/cel, what should the CRYSTAL and CEL environmental variables be? On Sun, Jul 6, 2008 at 2:27 PM, Eric Sunshine <[EMAIL PROTECTED]> wrote: > I started investigating the installation problems and discovere

Re: [CsMain] New user installation woes

2008-07-06 Thread Eric Sunshine
I started investigating the installation problems and discovered that the Jam installation rules are somewhat broken. (Specifically, they are subverting the normal Jam binding facility by manually attempting to set directories on targets rather than using the normal gristing plus MakeLocate.) P

Re: [CsMain] New user installation woes

2008-07-06 Thread Robert Vandeventer
Yes, I changed the directory from c:/msys/1.0/cs to c:/msys/cs ... actually, cswin32libs figured it out pretty quick, but I looked for that. I'll head over to freenet when I get home and check out the channel. I could use any help I can get. 2008/7/6 Katriska Francis <[EMAIL PROTECTED]>: > Hi R

Re: [CsMain] New user installation woes

2008-07-06 Thread Katriska Francis
Hi Robert, Did you change how the cswin32libs set up the evironment variables for msys or even setup msys support with the cswin32libs? I noticed you changed the directory where msys was installed. Check that out and if you can please visit #crystalspace channel. I've had my share of issue with

Re: [CsMain] New user installation woes

2008-07-06 Thread Robert Vandeventer
Thanks for helping. Here are the new outputs. http://cphonx.net/21conf.txt http://cphonx.net/22jam.txt http://cphonx.net/23inst.txt And from cel http://cphonx.net/cel_conf.txt http://cphonx.net/config_log.txt Does this help? On Sat, Jul 5, 2008 at 7:48 PM, Eric Sunshine <[EMAIL PROTECTED]> wro

Re: [CsMain] New user installation woes

2008-07-05 Thread Eric Sunshine
On Jul 5, 2008, at 7:34 PM, Robert Vandeventer wrote: > Hello everyone. New subscriber here. I'm going completely bonkers > trying to what I'm doing wrong with my installation of Crystal > Space. I've re done this over and over and over again, and > walktest only compiles 25% of the time a

[CsMain] New user installation woes

2008-07-05 Thread Robert Vandeventer
Hello everyone. New subscriber here. I'm going completely bonkers trying to what I'm doing wrong with my installation of Crystal Space. I've re done this over and over and over again, and walktest only compiles 25% of the time and CEL's ./configure is happy a grand total of 0% of the time, repea