ECHO is off
Posted: Tue Apr 07, 2015 11:26 pm
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:
Any idea what could be wrong?
I tried to build first the DLL i have which does not rely on wxwidgets and i get this error:
The file MyDLLProject.txt contains: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
I deleted the file , tried to clean and rebuild but the file created again contains only ECHO is off.ECHO is off.
Any idea what could be wrong?