Strange error in codelite_make
Posted: Sun Oct 13, 2013 9:01 pm
I tried to compile the latest git head, and faced this error, I have never encountered this problem before, I might have messed up my mingw32_make, but I have no clue where should I look at, I can run and build other C++ projects of mine just fine.
Any help on where should I look for, or should I reinstall mingw.
Code: Select all
"----------Building project:[ codelite_make - Release ]----------"
mingw32-make.exe[1]: Entering directory `E:/codelite_wx295/codelitegit/codelite_make'
g++ -o ./Release/codelite-make ./Release/cl_make_generator_app.o -L. -L../lib/gcc_lib -lcodeliteu -lplugin_sdku -lwxsqlite3u -s -mthreads -LE:\wxWidgets-2.9.5\lib\gcc_dll -lwxmsw29u_xrc -lwxmsw29u_aui -lwxmsw29u_html -lwxmsw29u_adv -lwxmsw29u_core -lwxbase29u_xml -lwxbase29u_net -lwxmsw29u_richtext -lwxbase29u -lwxtiff -lwxjpeg -lwxpng -lwxzlib -lwxregexu -lwxexpat -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwxregexu -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32
E:\MinGW-4.7.1\bin/ld.exe: cannot find -lcodeliteu
E:\MinGW-4.7.1\bin/ld.exe: cannot find -lplugin_sdku
E:\MinGW-4.7.1\bin/ld.exe: cannot find -lwxsqlite3u
collect2.exe: error: ld returned 1 exit status
mingw32-make.exe[1]: *** [Release/codelite-make] Error 1
mingw32-make.exe: *** [All] Error 2
codelite_make.mk:82: recipe for target `Release/codelite-make' failed
mingw32-make.exe[1]: Leaving directory `E:/codelite_wx295/codelitegit/codelite_make'
Makefile:4: recipe for target `All' failed
0 errors, 0 warnings