xanderdin / LibreCAD_dxf2pdf_standalone

Standalone extracted version of LibreCAD's dxf2pdf tool that could be run without running X server.
GNU General Public License v2.0
11 stars 2 forks source link

make not succeed #6

Closed Eric-hhh closed 4 years ago

Eric-hhh commented 4 years ago

after cmake ,I run make but an error appears: LibreCAD_dxf2pdf_standalone/LibreCAD/librecad/src/lib/gui/rs_painterqt.cpp:98:22: error: variable has incomplete type 'QPainterPath' QPainterPath path; ^

xanderdin commented 4 years ago

This is not happening on my system and you didn't provide any information about your environment. I may assume this happens on your system because of some unsatisfied dependencies. Try installing dependencies by following instructions at https://librecad.readthedocs.io/en/latest/appx/build.html#build and also try building full LibreCAD. If the full LibreCAD build succeeds but LibreCAD_dxf2pdf_standalone build still fails then feel free to reopen the issue and also specify more details about your environment. Otherwise, it is obviously not the issue of this project and I'm closing it for now.