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