need help on compile error

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
MIngB
Posts: 30
Joined: Sat Jan 28, 2017 5:01 pm

need help on compile error

Post by MIngB »

Hi,

is there somebody else having this problem?
My daily compile worked for April the 15th but since than it constantly failed.
I can't figure out which changes on April the 16th are causing following error

[ 70%] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/SurfaceFilling.cpp.o
cd /var/tmp/portage/media-gfx/freecad-0.17_pre170416/work/freecad-0.17_pre170416_build/src/Mod/Surface/Gui && /usr/bin/i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -DHAVE_LIMITS_H -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WEBKIT_LIB -DQT_XML_LIB -DSurfaceGui_EXPORTS -I/var/tmp/portage/media-gfx/freecad-0.17_pre170416/work/freecad-0.17_pre170416_build -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtOpenGL -isystem /usr/include/qt4/QtSvg -isystem /usr/include/qt4/QtUiTools -isystem /usr/include/qt4/QtWebKit -isystem /usr/include/qt4/QtGui -isystem /usr/include/qt4/QtXml -isystem /usr/include/qt4/QtNetwork -isystem /usr/include/qt4/QtCore -I/var/tmp/portage/media-gfx/freecad-0.17_pre170416/work/freecad-0.17_pre170416_build/src -I/var/tmp/portage/media-gfx/freecad-0.17_pre170416/work/freecad-0.17_pre170416/src -I/var/tmp/portage/media-gfx/freecad-0.17_pre170416/work/freecad-0.17_pre170416_build/src/Mod/Surface/Gui -I/usr/include/opencascade-7.1.0 -I/usr/include/python2.7 -Wall -Wextra -Wno-write-strings -O2 -pipe -march=core2 -mmmx -msse -msse2 -msse3 -mssse3 -mcx16 -msahf -mfxsr --param=l1-cache-size=32 --param=l1-cache-line-size=64 --param=l2-cache-size=4096 -std=c++11 -DFC_DEBUG -fPIC -o CMakeFiles/SurfaceGui.dir/SurfaceFilling.cpp.o -c /var/tmp/portage/media-gfx/freecad-0.17_pre170416/work/freecad-0.17_pre170416/src/Mod/Surface/Gui/SurfaceFilling.cpp
In file included from /var/tmp/portage/media-gfx/freecad-0.17_pre170416/work/freecad-0.17_pre170416/src/Mod/Part/Gui/ViewProviderExt.h:34:0,
from /var/tmp/portage/media-gfx/freecad-0.17_pre170416/work/freecad-0.17_pre170416/src/Mod/Part/Gui/ViewProvider.h:28,
from /var/tmp/portage/media-gfx/freecad-0.17_pre170416/work/freecad-0.17_pre170416/src/Mod/Surface/Gui/SurfaceFilling.cpp:40:
/var/tmp/portage/media-gfx/freecad-0.17_pre170416/work/freecad-0.17_pre170416/src/Gui/ViewProviderGeometryObject.h:27:47: fatal error: Inventor/lists/SoPickedPointList.h: No such file or directory

my last working version is:

OS: "NAME=Gentoo"
Word size of OS: 32-bit
Word size of FreeCAD: 32-bit
Version: 0.17.10810 (Git)
Build type: Debug
Branch: (HEAD detached at 9a3b2a9)
Hash: 9a3b2a976e74ee642ce98f1f3c3cd29c6b9f24a4
Python version: 2.7.12
Qt version: 4.8.6
Coin version: 3.1.3
OCC version: 7.1.0
wmayer
Founder
Posts: 20298
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: need help on compile error

Post by wmayer »

The problem must be this: https://github.com/FreeCAD/FreeCAD/blob ... ts.txt#L13
Just add an "S" at the end to be ${COIN3D_INCLUDE_DIRS} A fix will be pushed soon.
mdhill
Posts: 85
Joined: Mon Apr 24, 2017 7:37 pm

Re: need help on compile error

Post by mdhill »

Thanks, fixes it for me.
Post Reply