Author Topic: mingw32-g++.exe: no input files  (Read 6080 times)

Berion

  • Guest
mingw32-g++.exe: no input files
« on: August 13, 2006, 07:46:10 pm »
I wanted to start a new project and created a new project. (the "hello world" console application) I build and run the project and it worked perfectly fine.

Then I added the project folder under "project build options"->Directories->Compiler and build and run it again.

-------------- Build: Debug in scripting language ---------------
Compiling: main.cpp
mingw32-g++.exe: no input files
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings

After some trying( i did the same in another project and it works!), I searched the forum.

Then I installed the newest nightly build(12.8) and MinGW 3.4.2 (I think).

After this I tried the same as above. Same error. If I remove the folder, it compiles.

Same as above.