Apologies, for forwarding the email to both lists.
I am trying to compile FreeCAD.
It seems FreeCAD uses a version of the SMESH framework but they bundle
their own and make changes to it, changes that cause the linker to go nuts
[for me] and won't link the program, so I get those strange errors.
What *exactly* are you trying to do, what are the complete and precise
steps and what are the errors? Not CC-ing freebsd-current@ as this
looks like a ports issue.
On Fri, Oct 27, 2017 at 3:08 PM, blubee blubeeme wrote:
> CMAKE_ARGS= -DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON \
> -DBUILD_QT5_WEBKIT:BOOL
CMAKE_ARGS= -DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON \
-DBUILD_QT5_WEBKIT:BOOL=OFF \
-DCMAKE_CXX_COMPILER=${LOCALBASE}/bin/mpicxx \
BUILD_DEPENDS= pyside-rcc:devel/pyside-tools \
swig:devel/swig13 \
${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 \
${LOCALBASE}/bin/mpicc:net/mpich2
I've tried thi