Author Topic: my broken path  (Read 2419 times)

Offline marcianfield

  • Single posting newcomer
  • *
  • Posts: 2
my broken path
« on: February 10, 2016, 03:38:44 pm »
hi,

just downloaded codeblocks ide for c. I'm running windows 8.1. It loads up but tells me it can't fnd the compiler gnu. I tried to run something anyway but the build log said my path needed to be fixed. I checked my compilers installation directory and it looks like this: C:\Program Files (x86)\CodeBlocks\minGW which is indeed where codeblocks is on my computer. Don't know if it means anything but when I looked at the codeblocks directory I could only find a mingwn10.dll.

would be grateful for any help

thanks

marc

Offline raynebc

  • Almost regular
  • **
  • Posts: 217
Re: my broken path
« Reply #1 on: February 10, 2016, 07:23:00 pm »
MinGW may have problems with paths containing spaces, and if not, usually other programs used with MinGW will experience problems with such paths. Thus, we strongly recommend that you do not install MinGW in any location with spaces in the path name reference. You should avoid installing into any directory or subdirectory having names like "Program Files" or "My Documents", etc.

Offline marcianfield

  • Single posting newcomer
  • *
  • Posts: 2
Re: my broken path
« Reply #2 on: February 10, 2016, 08:54:21 pm »
Thanks.

I reinstalled the ide and put codeblocks just in C.
I changed the path in settings to C:/CodeBlocks/minGW,
however the error remains

any other ideas?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: my broken path
« Reply #3 on: February 10, 2016, 10:49:32 pm »
Use the installer with included compiler or install a compiler yourself.

Offline jphturtle

  • Single posting newcomer
  • *
  • Posts: 5
Re: my broken path
« Reply #4 on: February 13, 2016, 05:59:58 pm »
 :-[ I too downloaded the code blocks with the compiler included, and still have the same problem. :P