Build error: No rule to make target 'm_dataview273model.cpp'

Discussion about CodeLite development process and patches
NikitaFeodonit
CodeLite Curious
Posts: 5
Joined: Mon Mar 09, 2015 12:44 am
Genuine User: Yes
IDE Question: C++
Contact:

Build error: No rule to make target 'm_dataview273model.cpp'

Post by NikitaFeodonit »

I try build CodeLite from github. My environment:
  • 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
In CodeLite I made:
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%
In Workspace View I have selected "Win_x64_Release".

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%
Build -- Build Project -- I have:

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
Please help me. What should I do to successfully compile?

Thanks.
NikitaFeodonit
CodeLite Curious
Posts: 5
Joined: Mon Mar 09, 2015 12:44 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build error: No rule to make target 'm_dataview273model.

Post by NikitaFeodonit »

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build error: No rule to make target 'm_dataview273model.

Post by eranif »

Thanks, this should be fixed in git master now

Eran
Make sure you have read the HOW TO POST thread
NikitaFeodonit
CodeLite Curious
Posts: 5
Joined: Mon Mar 09, 2015 12:44 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build error: No rule to make target 'm_dataview273model.

Post by NikitaFeodonit »

eranif wrote:Thanks, this should be fixed in git master now
Thank you! All works good. And custom build with the "Command" field more than 512 characters too.
Post Reply