There are several items that prevent GCC from compiling
FreeCAD:
First, there are extra qualifiers in several header
files. App/Materials.h Gui/Selection.h and
Gui/View3DInventor.h to name a few.
Gcc 4.1.1 does not allow the following:
class Foo
{
public
int Foo::getvalue();
2006-09-24 21:50:51 UTC in FreeCAD