Author Topic: Strange behavior....or default behaivor?  (Read 5207 times)

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
Strange behavior....or default behaivor?
« on: July 22, 2006, 08:53:06 pm »
CB: Version 1.0 revision 2610 () gcc 3.4.5 Windows/unicode

I don't know if this is known, fixed, on purpose, or what, but I wanted to post it.  I just noticed something.  Under:

Compiler & Debugger setings -> programs

If you set the directory to a directory where the mingw compiler is not located (such as c:\test_MinGW), C::B still compiles fine as long as there is a compiler in the default mingw location (C:\MinGW).  Is this on purpose?  If so, you might want to note that this behaivor is the default somewhere on the dialog.  It would help people when there may be using mulitpl version of a compiler.

   Does it always use C:\MinGW?  Or does it just search there when it can't find the compiler in the directory specified?

   Anyways, Great work, and like the games.
jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

sethjackson

  • Guest
Re: Strange behavior....or default behaivor?
« Reply #1 on: July 22, 2006, 11:04:32 pm »
CB: Version 1.0 revision 2610 () gcc 3.4.5 Windows/unicode

I don't know if this is known, fixed, on purpose, or what, but I wanted to post it.  I just noticed something.  Under:

Compiler & Debugger setings -> programs

If you set the directory to a directory where the mingw compiler is not located (such as c:\test_MinGW), C::B still compiles fine as long as there is a compiler in the default mingw location (C:\MinGW).  Is this on purpose?  If so, you might want to note that this behaivor is the default somewhere on the dialog.  It would help people when there may be using mulitpl version of a compiler.

   Does it always use C:\MinGW?  Or does it just search there when it can't find the compiler in the directory specified?

   Anyways, Great work, and like the games.
jmccay

Hmm well I think it is a bug. I don't like programs hiding things from the user......

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Strange behavior....or default behaivor?
« Reply #2 on: July 23, 2006, 07:48:56 am »
...   Does it always use C:\MinGW?  Or does it just search there when it can't find the compiler in the directory specified?  ...

are you sure, you do NOT have the path to MinGW ( "C:\MinGW" ) somewhere in your PATH variable defined ?

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
Re: Strange behavior....or default behaivor?
« Reply #3 on: July 25, 2006, 02:50:49 am »
are you sure, you do NOT have the path to MinGW ( "C:\MinGW" ) somewhere in your PATH variable defined ?

You are correct.  I forgot to check the user PATH variable--I looked at the system PATH variable.  Actually, I didn't know you could have a user specific PATH variable.  I only thought it was a system specific.  Sorry.  This is not an issue.  I didn't think it was possible to put something that obvious in without someone else noticing.
jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.