ECHO is off

CodeLite installation/troubleshooting forum
nezos
CodeLite Veteran
Posts: 59
Joined: Wed Dec 31, 2014 6:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

ECHO is off

Post by nezos »

As i had problems with running my program and GDB doing some strange stuff. I decided to move to MingW-64 4.9.2. After setting the compiler, environment variables, compiling wxwidgets, etc.

I tried to build first the DLL i have which does not rely on wxwidgets and i get this error:
C:\Windows\system32\cmd.exe /C "Z:/Temp/Dev/MinGW64-4.9.2/bin/mingw32-make.exe -j4 SHELL=cmd.exe -e -f Makefile"
"----------Building project:[ DiadisVNGLib - Debug ]----------"
mingw32-make.exe[1]: Entering directory 'Z:/Temp/DiadisVNG/DiadisVNGLib'
Z:/Temp/Dev/MinGW64-4.9.2/bin/g++.exe -shared -fPIC -o Z:/Temp/MyDLLProject/Debug/MyDLLProject.dll @"MyDLLProject.txt" -L. -LZ:/Temp/Dev/boost_1_57_0 -static-libstdc++ -static-libgcc -static
g++.exe: error: ECHO: No such file or directory
g++.exe: error: is: No such file or directory
g++.exe: error: off.: No such file or directory
g++.exe: fatal error: no input files
compilation terminated.
mingw32-make.exe[1]: *** [Z:/Temp/MyDLLProject/Debug/MyDLLProject.dll] Error 1
mingw32-make.exe: *** [All] Error 2
DiadisVNGLib.mk:82: recipe for target 'Z:/Temp/MyDLLProject/Debug/MyDLLProject.dll' failed
mingw32-make.exe[1]: Leaving directory 'Z:/Temp/MyDLLProject'
Makefile:4: recipe for target 'All' failed
1 errors, 0 warnings
The file MyDLLProject.txt contains:
ECHO is off.
I deleted the file , tried to clean and rebuild but the file created again contains only ECHO is off.

Any idea what could be wrong?
nezos
CodeLite Veteran
Posts: 59
Joined: Wed Dec 31, 2014 6:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: ECHO is off

Post by nezos »

Just in case someone has the same problem, i reinstalled codelite using the latest build and now it compiles.
Post Reply