Build error: No rule to make target 'm_dataview273model.cpp'
Posted: Tue Mar 10, 2015 10:49 pm
I try build CodeLite from github. My environment:
Settings -- Environment Variables
In Workspace View I have selected "Win_x64_Release".
Right mouse click on project "CodeLiteIDE" -- Settings -- Common Settings -- Environment -- I have changed to
Build -- Build Project -- I have:
Please help me. What should I do to successfully compile?
Thanks.
- CodeLite 7.1 x64 from last weekly build
wxWidgets-3.1
Compiler from file tdm64-gcc-4.9.2-3.exe MinGW-w64/TDM64
Windows 7 SP1 Pro x64
Settings -- Environment Variables
Code: Select all
CodeLiteDir=E:\Dev\Tools\CodeLite-7.1
WXWIN=E:\Dev\projects\cpp\CodeLite\wxWidgets-3.1
WXCFG=gcc_dll\mswu
PATH=%WXWIN%\lib\gcc_dll;../sdk/clang/lib;../sdk/libssh/lib;E:\Dev\Tools\mingw64-tdm-3264t492r3\bin;%PATH%
Right mouse click on project "CodeLiteIDE" -- Settings -- Common Settings -- Environment -- I have changed to
Code: Select all
PATH=%WXWIN%\lib\gcc_dll;../sdk/clang/lib;../sdk/libssh/lib;%PATH%
Code: Select all
mingw32-make.exe[1]: Leaving directory 'E:/Dev/projects/cpp/CodeLite/codelite/LiteEditor'
mingw32-make.exe[1]: Entering directory 'E:/Dev/projects/cpp/CodeLite/codelite/LiteEditor'
mingw32-make.exe[1]: *** No rule to make target 'm_dataview273model.cpp', needed by 'Win_x64_Release/m_dataview273model.cpp.o'. Stop.
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
mingw32-make.exe: *** [All] Error 2
mingw32-make.exe[1]: Leaving directory 'E:/Dev/projects/cpp/CodeLite/codelite/LiteEditor'
Makefile:4: recipe for target 'All' failed
1 errors, 0 warnings
Thanks.