Re: Build Issues : Windows7 Qt LibreCAD
Posted by
Rallaz on
May 27, 2012; 8:06am
URL: https://forum.librecad.org/Build-Issues-Windows7-Qt-LibreCAD-tp5706692p5706693.html
Vinay wrote
Hello All,
I am building the latest sources from git.
This seems a MinGW gcc issue.
In attached output say error are in rs_creation.cpp line #905:
std::vector<RS_Entity*> ret(0, NULL);
And in latest sources from git are solved by changing line #905 to:
std::vector<RS_Entity*> ret(0, (RS_Entity*)NULL);
Please, update the source and retest
Regards,
Rallaz