Codeblocks lack of compile

Started by
2 comments, last by wqking 12 years, 9 months ago
I get the following error whenever I try to run any code(even the templates) in code blocks.

How can I fix this?

Thank you.
-------------- Build: Debug in dot ---------------

Compiling: main.cpp
mingw32-g++.exe: Files: No such file or directory
mingw32-g++.exe: (x86)\CodeBlocks\MinGW\include -c C:\Users\*****************************************\Documents\dot\main.cpp -o obj\Debug\main.o: Invalid argument
mingw32-g++.exe: no input files
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
Advertisement
Check if you actually have mingw installed. In any case you will probably have better luck getting an answer over at the codeblocks page.
Exitus Acta Probat
I do but thanks anyway :D (that was serious.)
Did you "clean" and rebuild?

I often get weird errors that some .h can't be found. After "clean", it backs to work.

https://www.kbasm.com -- My personal website

https://github.com/wqking/eventpp  eventpp -- C++ library for event dispatcher and callback list

https://github.com/cpgf/cpgf  cpgf library -- free C++ open source library for reflection, serialization, script binding, callbacks, and meta data for OpenGL Box2D, SFML and Irrlicht.

This topic is closed to new replies.

Advertisement