Search found 63 matches

by twohot
Wed Oct 22, 2014 7:20 am
Forum: Install / Compile
Topic: fatal error: Inventor/SoRenderManager.h: No such file or dir
Replies: 23
Views: 6693

Re: fatal error: Inventor/SoRenderManager.h: No such file or

Aaaah! I should have read the updated FreeCAD wiki pages on compilation:
http://www.freecadweb.org/wiki/index.ph ... pileOnUnix

I need to compile pivy and SoQt for my system. I'm running Fedora rawhide.
by twohot
Wed Oct 22, 2014 7:12 am
Forum: Install / Compile
Topic: fatal error: Inventor/SoRenderManager.h: No such file or dir
Replies: 23
Views: 6693

Re: fatal error: Inventor/SoRenderManager.h: No such file or

Finally compiled FreeCAD, thanks to wmayer and jmaustpc . I drew inpiration from their approach to a similar scenario. Here: http://forum.freecadweb.org/viewtopic.php?f=4&t=7491 Removing PCL packages and their dependencies eliminated the boost issues. Turns out PCL was expecting specific version...
by twohot
Tue Oct 21, 2014 5:37 pm
Forum: Install / Compile
Topic: fatal error: Inventor/SoRenderManager.h: No such file or dir
Replies: 23
Views: 6693

Re: fatal error: Inventor/SoRenderManager.h: No such file or

So after updating the FreeCAD sources today, and overhauling the cmake directories, I was able to get more mileage (from 24% to 34%). The compile now fails under FreeCADMain instead of Web ... linking ../bin/FreeCAD. It still looks like boost isn't happy with something: Scanning dependencies of targ...
by twohot
Thu Oct 16, 2014 8:24 pm
Forum: Install / Compile
Topic: fatal error: Inventor/SoRenderManager.h: No such file or dir
Replies: 23
Views: 6693

Re: fatal error: Inventor/SoRenderManager.h: No such file or

Yeah, the FeeCAD cmake files haven't been updated for CMake 3.x. I'm going to try to do this, unless someone else beats me to it. However, in the mean time, is there a way you can install CMake 2.8.x? On a Fedora Rawhide machine? Build packages are constantly being synchronized with releases on a F...
by twohot
Thu Oct 16, 2014 10:26 am
Forum: Install / Compile
Topic: fatal error: Inventor/SoRenderManager.h: No such file or dir
Replies: 23
Views: 6693

Re: fatal error: Inventor/SoRenderManager.h: No such file or

Code: Select all

dnf list cmake --enablerepo=*rawhide
Installed Packages
cmake.x86_64                  3.0.2-2.fc22                      @System
So then its a cmake issue? I was hoping it wasn't a boost issue. Any ideas?
by twohot
Thu Oct 16, 2014 3:15 am
Forum: Install / Compile
Topic: fatal error: Inventor/SoRenderManager.h: No such file or dir
Replies: 23
Views: 6693

Re: fatal error: Inventor/SoRenderManager.h: No such file or

Now using external (system) Pivy. More issues: Scanning dependencies of target Web [ 26%] Generating ui_DlgLocationPos.h [ 26%] Building CXX object src/Mod/Web/App/CMakeFiles/Web.dir/AppWeb.cpp.o [ 26%] [ 26%] GeometryPy.xml Generating ui_DlgMacroExecute.h [ 26%] Generating ui_DlgRunExternal.h [ 26%...
by twohot
Tue Oct 14, 2014 10:53 pm
Forum: Install / Compile
Topic: fatal error: Inventor/SoRenderManager.h: No such file or dir
Replies: 23
Views: 6693

Re: fatal error: Inventor/SoRenderManager.h: No such file or

In file included from /home/twohot/Sources/bim+cad/freecad-git/freecad/src/3rdParty/Pivy-0.5/coin_header_includes.h:145:0, from /home/twohot/Sources/bim+cad/freecad-git/freecad/src/3rdParty/Pivy-0.5/coin_wrap.cpp:3930: /usr/local/include/Inventor/elements/SoGLTexture3EnabledElement.h:36:2: error: #...
by twohot
Tue Oct 14, 2014 10:46 pm
Forum: Install / Compile
Topic: fatal error: Inventor/SoRenderManager.h: No such file or dir
Replies: 23
Views: 6693

Re: fatal error: Inventor/SoRenderManager.h: No such file or

Sorry folks, that was Coin3.1.3.

compiling from clone worked fine. Hoping to get a freecad compilation next
by twohot
Tue Oct 14, 2014 10:09 pm
Forum: Install / Compile
Topic: fatal error: Inventor/SoRenderManager.h: No such file or dir
Replies: 23
Views: 6693

Re: fatal error: Inventor/SoRenderManager.h: No such file or

../../include/Inventor/SbBasic.h:99:66: error: ‘cc_debugerror_post’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] cc_debugerror_post(funcname, "divide by zero error.", divider); This is probably the...