Error on creating a plugin - [sub-MyPluginName-make_first] Error 2
Posted by
FirstStep on
URL: https://forum.librecad.org/Error-on-creating-a-plugin-sub-MyPluginName-make-first-Error-2-tp5714133.html
Hello again,
I'm trying to make a plugin for LibreCAD. I've used the instructions from this wiki page:
http://wiki.librecad.org/index.php/LibreCAD_Plugin_DevelopmentI've add a sub project with a .pro, .cpp and a .h file. With a little modification(changing names of the plugin, etc) I tried to compile it. Then it gives me this error:
"
:-1: error: [sub-MyPluginName-make_first] Error 2"
How do I go about fixing this error? Are there any other resources for making plugins? (this one seems to be a bit old)
Thanks