I can build using 'Qt 5.4 for desktop' (command line);
however, I want to use Qt Creator to run LibreCad so I can debug a crash.
I recently found
http://wiki.librecad.org/index.php/How_to_built_LibreCAD_(master_branch)_on_Windows.
I followed the steps regarding installing and building muparser, because this was new to me.
However building in Qt creator results in the same errors I originally had:
collect2.exe: error: ld returned 1 exit status
mingw32-make[3]: *** [release\plotequation1.dll] Error 1
mingw32-make[2]: *** [release] Error 2
mingw32-make[3]: Leaving directory 'C:/1B/librecad/plugins/plotequation'
Makefile:34: recipe for target 'release' failed
mingw32-make[2]: Leaving directory 'C:/1B/librecad/plugins/plotequation'
Makefile:194: recipe for target 'sub-plotequation-make_first' failed
mingw32-make[1]: Leaving directory 'C:/1B/librecad/plugins'
makefile:127: recipe for target 'sub-plugins-make_first-ordered' failed
mingw32-make[1]: *** [sub-plotequation-make_first] Error 2
mingw32-make: *** [sub-plugins-make_first-ordered] Error 2
11:47:08: The process "C:\Qt\Tools\mingw491_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project librecad (kit: Desktop Qt 5.4.1 MinGW 32bit)
When executing step "Make"
What is collect2.exe and why don't I have it?
Any ideas on what I might try?