Author Topic: No such file or directory error.  (Read 2556 times)

beratcetin

  • Guest
No such file or directory error.
« on: May 08, 2016, 04:59:14 pm »
Firstly im sorry starting this topic which created dozens of. Although im searching the solution for 2 days i didn't figure out.
There are topics about "no such file or directory error" but their source of the error is not same as mine. I uploaded my build-messages photo i hope it is not forbidden for forum.Also im sure my project's location is C:\Program Files (x86)\CodeBlocks\MinGW. Please help me if you can. My grammar can kill your eyes pls forgive me.

http://imageshack.com/a/img923/1041/qqPOW8.png



have good time.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: No such file or directory error.
« Reply #1 on: May 08, 2016, 05:19:14 pm »
Read this http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

The information you've provided is not enough to give you a hint what is wrong.

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline raynebc

  • Almost regular
  • **
  • Posts: 217
Re: No such file or directory error.
« Reply #2 on: May 08, 2016, 07:31:56 pm »
It's not recommended to install MinGW to a path containing spaces, and installing within either Program Files folder invites permissions problems due to the User Account Control security feature.  Try installing MinGW to C:\MinGW instead.