Ciao a tutti;
per compilare uso DEV-C++, e spesso incorro in questo errore durante la compilazione:
codice:
C:\Documents and Settings\Gabriele\Desktop\venenum\Makefile.win
[Build Error] [venenum.exe] Error 1
Il log di compilazione dice:
codice:
Compilatore: Default compiler
Building Makefile: "C:\Documents and Settings\Gabriele\Desktop\venenum\Makefile.win"
Esecuzione di make...
make.exe -f "C:\Documents and Settings\Gabriele\Desktop\venenum\Makefile.win" all
gcc.exe -o "venenum.exe" -L"C:/Dev-C++/lib"
gcc.exe: no input files
make.exe: *** [venenum.exe] Error 1
Esecuzione terminata
dove sbaglio??