Re: 3 problems (or more)
Posted: 12. Nov 2011, 14:50
Not sure about the first one, but the second is because you need to install gcc-fortran, see my previous post 

Code: Select all
././src/Driver/Driver_Document.cpp:22:29: fatal error: Driver_Document.h: Adresár alebo súbor neexistuje
compilation terminated.
make[4]: *** [Driver_Document.lo] Error 1
make[4]: Leaving directory `/usr/src/slapt-src/graphics/FreeCAD/FreeCAD-0.11.3729/src/3rdParty/salomesmesh'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/slapt-src/graphics/FreeCAD/FreeCAD-0.11.3729/src/3rdParty'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/slapt-src/graphics/FreeCAD/FreeCAD-0.11.3729/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/slapt-src/graphics/FreeCAD/FreeCAD-0.11.3729'
make: *** [all] Error 2
fakeroot -- sh FreeCAD.SlackBuild Failed
Do you mean you got that message when you were trying to build one of the dependencies? Did the build fail? If so, then so will building freecad.First error message was for dependencies (in my previous post).
Code: Select all
slapt-src --search coin SoGt pivy xerces-c OpenCASCADE gl2ps
slapt-get --search ftgl eigen2 boost gcc-gfortran
Code: Select all
rootlapt[rich]-src --search coin SoGt pivy xerces-c OpenCASCADE gl2ps
Coin:3.1.3 - Coin (an Open Inventor API compatible library)
Pivy:hg_20101207 - Pivy (a Coin binding for Python)
SoQt:1.5.0 - SoQt (Qt GUI bindings for Coin library)
Pivy:hg_20101207 - Pivy (a Coin binding for Python)
xerces-c:2.8.0 - xerces-c (XML Parser)
OpenCASCADE:6.5.1 - OpenCASCADE (3D modeling & numerical simulation)
gl2ps:1.3.5 - gl2ps (OpenGL to PostScript printing library)
Code: Select all
root[teleky]# slapt-src --search coin SoGt pivy xerces-c OpenCASCADE gl2ps
Coin:3.1.3 - Coin (an Open Inventor API compatible library)
Pivy:hg_20101207 - Pivy (a Coin binding for Python)
SoQt:1.5.0 - SoQt (Qt GUI bindings for Coin library)
Pivy:hg_20101207 - Pivy (a Coin binding for Python)
xerces-c:2.8.0 - xerces-c (XML Parser)
OpenCASCADE:6.5.1 - OpenCASCADE (3D modeling & numerical simulation)
gl2ps:1.3.5 - gl2ps (OpenGL to PostScript printing library)
root[teleky]# slapt-get --search ftgl eigen2 boost gcc-gfortran
ftgl-2.1.3_rc5-i486-1fb [inst=yes]: ftgl (C++ library that uses Freetype2)
eigen2-2.0.10-i486-1 [inst=no]: Eigen2 (c++ math library)
boost-1.45.0-i486-1 [inst=yes]: boost (Boost C++ Libraries)
gcc-gfortran-4.5.2-i486-2 [inst=yes]: gcc-gfortran (Fortran support for GCC)