[fixed] FreeCAD uncompilable after commit 0e93dd12

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

[fixed] FreeCAD uncompilable after commit 0e93dd12

Post by uwestoehr »

Since git commit 0e93dd12 I cannot compile FC. I get

Code: Select all

2>D:\FreeCAD-git\src\Mod\Part\App\Attacher.cpp(2123): error C2653: 'GeomAdaptor': is not a class or namespace name
2>D:\FreeCAD-git\src\Mod\Part\App\Attacher.cpp(2123): error C3861: 'MakeCurve': identifier not found
wmayer wrote: .
Last edited by uwestoehr on Sun Nov 29, 2020 2:44 am, edited 1 time in total.
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: FreeCAD uncompilable after commit 0e93dd12

Post by uwestoehr »

This is strange because to make it compiling I must add

Code: Select all

#include <GeomAdaptor.hxx>
outside of the #ifndef _PreComp_ block

I checked that I use a clean master build (rebuilt it completely)
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: FreeCAD uncompilable after commit 0e93dd12

Post by uwestoehr »

Post Reply