Greetings,
I am trying to compile the source code of "dxf2gcode" in Qt. I have followed the procedure explained in these documentations Build dependenciesDevelopmentEnvironment_Win7. I want to use part of dxf2gcode code with the other C++ code.
But I am experiencing the error g++: error: dxf2gcode.o: No such file or directory (screenshot is attached as well).
Where am I wrong in all this (I would like to mention I am quite a beginner with Qt).
Looking forward to your kind responses.
Best Regards,
Ahsan
I know it is happening because of kit incompatibility with the project, but question is how can I configure it accordingly?
As I can successfully build and run the other python and c++ examples with current Qt configuration.
Sorry, i am no specialist with this topic and can not support.
regards
Christian
dxf2gcode is written in python, so in order to run it you don't need to compile it at all.
You can read about embedding python code in C++ code here: https://docs.python.org/3/extending/embedding.html