@jens
I should have full access to everything, after all I'm an administrator on this computer, unless you meant something else by that. If you did, then I don't know.
@jens
I should have full access to everything, after all I'm an administrator on this computer, unless you meant something else by that. If you did, then I don't know.
If you are on Windows >= 7 being member of the adminstrator.group might not be enough.
Did you try to run C::B as adminsitrator (from context-menu) ?
Posting a build log might help; till you post one we will not know.
I suggest posting the normal info.
Like CB Version, OS Name, Compiler name and version.
Tim S.
Using MinGW GCC in Code::Blocks (CB) problems types:
1. Toolchain configuration issues
a. CB configuration is corrupted
b. CB Toolchain not configured correctly.
2. Compiler Installation issues
a. Compiler not installed
b. Compiler only partly installed
c. Compiler installation damaged
3. Compiler Conflict issues
a. Cygwin in the system path
b. MSys in the system path
c. Special folder exists on your computer.
i. X:\mingw (where X can be any drive letter)
ii. X:\mingw32 (where X can be any drive letter)
4. CB project settings issues
a. Project/target is not using the correct Compiler
b. Project is using more than one Compiler
5. Security related issues
a. Windows security
b. Anti-Virus caused issues
cd /d D:\Code_Blocks\MinGW\bin
mingw32-c++.exe -v
C:\Program Files\CodeBlocks_13_12\MinGW\bin>mingw32-cgg++.exe -v
'mingw32-cgg++.exe' is not recognized as an internal or external command,
operable program or batch file.
typed it in word for word, one line at a time. this is the result:
mingw32-c++.exe: fatal error: no input files
compilation terminated.
Yeah, I probably don't have it installed correctly. When I run the batch file, (and I did make sure to set the path to the MinGW installation) it comes up with a lot of "No such file or directory" errors. If you need all the text from the cmd window, I can edit the post.
I am using the MinGW that comes with Code::Blocks-- is that bad? Are there known installation problems? Everytime I re-install Code::Blocks, it messes up, should I get a new installer and try that? Or just get MinGW by itself and use that?
Is there a way to install Code::Blocks without MinGW so in the future I can get MinGW by itself without deleting the one already installed?