Make error for FreeCAD with ubuntu20.04

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
YangGang
Posts: 3
Joined: Wed Aug 25, 2021 1:35 am

Make error for FreeCAD with ubuntu20.04

Post by YangGang »

The error of "undefined reference to qt_version_tag@QT5.12" emerges when making FreeCAD.

/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libpyside2.cpython-38-x86_64-linux-gnu.so.5.14.0: undefined reference to `qt_version_tag@Qt_5.12'
collect2: error: ld returned 1 exit status
make[2]: *** [src/Main/CMakeFiles/FreeCADMain.dir/build.make:125: bin/FreeCAD] Error 1
make[1]: *** [CMakeFiles/Makefile2:2749: src/Main/CMakeFiles/FreeCADMain.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

Thanks for any answers.
Post Reply