Hi Eran,
as "my" version of CL 5.4 now works I updated my local copy and gave CL 6.0 (version of today, 15:55:51) another chance - this one currently doesn't compile, I get the following error:
Code: Select all
C:\Windows\system32\cmd.exe /c "mingw32-make.exe -j 8 -e -f Makefile"
...
"----------Building project:[ CppChecker - WinReleaseUnicode ]----------"
mingw32-make.exe[1]: Entering directory 'D:/Projekte.git/Intern/CodeLite6.0/cppchecker'
mingw32-make.exe[1]: '../PCH/precompiled_header_release.h.gch' is up to date.
mingw32-make.exe[1]: Leaving directory 'D:/Projekte.git/Intern/CodeLite6.0/cppchecker'
mingw32-make.exe[1]: Entering directory 'D:/Projekte.git/Intern/CodeLite6.0/cppchecker'
g++ -shared -fPIC -o ./WinReleaseUnicode/CppChecker.dll @"CppChecker.txt" -L. -L../lib/gcc_lib -lplugin_sdku -lcodeliteu -lwxsqlite3u -O2 -mthreads -LC:/wxWidgets-3.0.0/lib/gcc_dll -lwxmsw30u_stc -lwxmsw30u_richtext -lwxmsw30u_xrc -lwxmsw30u_aui -lwxmsw30u_html -lwxmsw30u_adv -lwxmsw30u_core -lwxbase30u_xml -lwxbase30u_net -lwxbase30u -lwxscintilla -lwxtiff -lwxjpeg -lwxpng -lwxzlib -lwxregexu -lwxexpat -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwxregexu -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -s
./WinReleaseUnicode/cppchecksettingsdlgbase.o:cppchecksettingsdlgbase.cpp:(.text+0x1760): undefined reference to `wxCrafterRo2g8MInitBitmapResources()'
./WinReleaseUnicode/cppchecksettingsdlgbase.o:cppchecksettingsdlgbase.cpp:(.text+0x80c0): undefined reference to `wxCrafterRo2g8MInitBitmapResources()'
c:/mingw-4.8.1/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: ./WinReleaseUnicode/cppchecksettingsdlgbase.o: bad reloc address 0x2 in section `.text$_ZNK15wxAnyButtonBase11DoGetBitmapENS_5StateE[__ZNK15wxAnyButtonBase11DoGetBitmapENS_5StateE]'
collect2.exe: error: ld returned 1 exit status
mingw32-make.exe[1]: *** [WinReleaseUnicode/CppChecker.dll] Error 1
CppChecker.mk:79: recipe for target 'WinReleaseUnicode/CppChecker.dll' failed
mingw32-make.exe[1]: Leaving directory 'D:/Projekte.git/Intern/CodeLite6.0/cppchecker'
mingw32-make.exe: *** [All] Error 2
Makefile:4: recipe for target 'All' failed
2 errors, 0 warnings, total time: 00:00:12 seconds
Unfortunately I updated the repo I pulled before the weekend which compiled (but did not start), so I assume this problem must have occured within the last few days...
It seems that the file
cppchecksettingsdlg_cppchecker_bitmaps.cpp is missing in the CppChecker project.
Regards,
Torsten
P. S. After adding the missing file the project compiles, CL 6.0 starts up, but it hangs when trying to terminate.