Re: [CsMain] Is my problem the environment variable?

2008-10-27 Thread Pablo Martin
Daniel Esser escribió: > res wrote: > >> On 27.10.2008 16:52, Pablo Martin wrote: >> >>> B2cs will use just the first path component in CRYSTAL, which should be >>> the path where data/shaders can be found. >>> >> CS itself on the other hand looks into every dir in the var, scans for

Re: [CsMain] Is my problem the environment variable?

2008-10-27 Thread Daniel Esser
res wrote: > On 27.10.2008 16:52, Pablo Martin wrote: >> B2cs will use just the first path component in CRYSTAL, which should be >> the path where data/shaders can be found. > > CS itself on the other hand looks into every dir in the var, scans for > plugins, looks for vfs.cfg. First, thank you v

Re: [CsMain] Is my problem the environment variable?

2008-10-27 Thread res
On 27.10.2008 16:52, Pablo Martin wrote: > B2cs will use just the first path component in CRYSTAL, which should be > the path where data/shaders can be found. CS itself on the other hand looks into every dir in the var, scans for plugins, looks for vfs.cfg. -f.r. signature.asc Description: Ope

Re: [CsMain] Is my problem the environment variable?

2008-10-27 Thread Pablo Martin
Daniel Esser escribió: > > currently my CRYSTAL environment variable is set to > .../crystal-sdk:.../crystal-sdk/lib/crystalspace-1.4:.../crystal-sdk/etc/crystalspace-1.4. > > I just wondered because you wrote CRYSTAL should point to only one > directory. If I do so CS doesn't find any plugin or

Re: [CsMain] Is my problem the environment variable?

2008-10-27 Thread Daniel Esser
Jorrit Tyberghein schrieb: > The right value is /c/cs3 > > Greetingds, > Hi, currently my CRYSTAL environment variable is set to .../crystal-sdk:.../crystal-sdk/lib/crystalspace-1.4:.../crystal-sdk/etc/crystalspace-1.4. I just wondered because you wrote CRYSTAL should point to only one direct

Re: [CsMain] Is my problem the environment variable?

2008-09-04 Thread Eric Sunshine
Unfortunately, you omitted the all-important compile command from which the error arose (the g++ invocation). It would be useful to have this information in order to see what compiler flags are being employed. As a guess, it looks like your build system does not know about CS at all. Does your

Re: [CsMain] Is my problem the environment variable?

2008-09-04 Thread Jim Sager
I didn't know how to set my scrollback to a higher number. My first error messages scrolled off the screen. Jorrit helped me set this through IRC. I have a lot of error messages. Instead of posting all of them, I'll just post the first few. If we need my whole list, I can do it. found 8

Re: [CsMain] Is my problem the environment variable?

2008-09-03 Thread Eric Sunshine
Without seeing the actual error messages, it will be pretty difficult to diagnose the problem. -- ES Jim Sager wrote: > This is probably a really easy question for someone. > > I am trying to compile my xyzim project in Windows using MINGW/MSYS > I keep getting so many errors that they scroll of

Re: [CsMain] Is my problem the environment variable?

2008-09-03 Thread Jorrit Tyberghein
The right value is /c/cs3 Greetingds, On Thu, Sep 4, 2008 at 3:34 AM, Jim Sager <[EMAIL PROTECTED]> wrote: > This is probably a really easy question for someone. > > I am trying to compile my xyzim project in Windows using MINGW/MSYS > I keep getting so many errors that they scroll off the screen

[CsMain] Is my problem the environment variable?

2008-09-03 Thread Jim Sager
This is probably a really easy question for someone. I am trying to compile my xyzim project in Windows using MINGW/MSYS I keep getting so many errors that they scroll off the screen. I compiled the CrystalSpace project. I have it in C:/cs3 I set environment variables in System/Advanced. I hav