This has gotten fixed, at least on FreeBSD: https://www.freecadweb.org/tracker/view ... 984#c13224
I've checked at least some of the Path and FEM functions that create new dialogs, and so far everything has worked.
Moderator: bernd
What do you mean? master is at 17068, 16117 is 0.18.2
Don't know if it was incorporated in master yet. Hope it helps.denverh wrote: ↑Mon Jun 17, 2019 12:46 pmThis has gotten fixed, at least on FreeBSD: https://www.freecadweb.org/tracker/view ... 984#c13224
I've checked at least some of the Path and FEM functions that create new dialogs, and so far everything has worked.
Code: Select all
[ 70%] Linking CXX shared library ../../lib/libFreeCADGui.so !1347
/usr/bin/ld: CMakeFiles/FreeCADGui.dir/WidgetFactory.cpp.o: in function `convertWrapperToQuantity(PySide::PyObjectWrapper const&)':
WidgetFactory.cpp:(.text+0xcd): undefined reference to `PySide::PyObjectWrapper::operator _object*() const'
/usr/bin/ld: CMakeFiles/FreeCADGui.dir/WidgetFactory.cpp.o: in function `QtMetaTypePrivate::QMetaTypeFunctionHelper<PySide::PyObjectWrapper, true>::Construct(void*, void const*)':
WidgetFactory.cpp:(.text._ZN17QtMetaTypePrivate23QMetaTypeFunctionHelperIN6PySide15PyObjectWrapperELb1EE9ConstructEPvPKv[_ZN17QtMetaTypePrivate23QMetaTypeFunctionHelperIN6PySide15PyObjectWrapperELb1EE9ConstructEPvPKv]+0xa): undefined reference to `PySide::PyObjectWrapper::PyObjectWrapper(PySide::PyObjectWrapper const&)'
/usr/bin/ld: WidgetFactory.cpp:(.text._ZN17QtMetaTypePrivate23QMetaTypeFunctionHelperIN6PySide15PyObjectWrapperELb1EE9ConstructEPvPKv[_ZN17QtMetaTypePrivate23QMetaTypeFunctionHelperIN6PySide15PyObjectWrapperELb1EE9ConstructEPvPKv]+0x19): undefined reference to `PySide::PyObjectWrapper::PyObjectWrapper()'
/usr/bin/ld: CMakeFiles/FreeCADGui.dir/WidgetFactory.cpp.o: in function `QtMetaTypePrivate::QMetaTypeFunctionHelper<PySide::PyObjectWrapper, true>::Destruct(void*)':
WidgetFactory.cpp:(.text._ZN17QtMetaTypePrivate23QMetaTypeFunctionHelperIN6PySide15PyObjectWrapperELb1EE8DestructEPv[_ZN17QtMetaTypePrivate23QMetaTypeFunctionHelperIN6PySide15PyObjectWrapperELb1EE8DestructEPv]+0x1): undefined reference to
`PySide::PyObjectWrapper::~PyObjectWrapper()'
collect2: Fehler: ld gab 1 als Ende-Status zurück
make[2]: *** [src/Gui/CMakeFiles/FreeCADGui.dir/build.make:5595: lib/libFreeCADGui.so] Fehler 1
make[1]: *** [CMakeFiles/Makefile2:6081: src/Gui/CMakeFiles/FreeCADGui.dir/all] Fehler 2
make: *** [Makefile:130: all] Fehler 2
like Kunda1 said:
I had some progress on building on Manjaro. My output of the variables after getting the properties from the patch:Kunda1 wrote: ↑Fri Jun 21, 2019 1:08 pmhttps://www.freecadweb.org/wiki/Source_ ... es_via_git
git apply [patch-name].patch
Code: Select all
SHIBOKEN_INCLUDE_DIR: /usr/include/shiboken2/usr/include/python3.7m
SHIBOKEN_LIBRARY: /usr/lib/libshiboken2.cpython-37m-x86_64-linux-gnu.so.5.12.3
PYSIDE_INCLUDE_DIR: /usr/include/PySide2
PYSIDE_LIBRARY: