Hi,
when I'm trying to build, at the make command I have the following error:
Scanning dependencies of target _ifcopenshell_wrapper
[ 78%] Building CXX object ifcwrap/CMakeFiles/_ifcopenshell_wrapper.dir/IfcPythonPYTHON_wrap.cxx.o
In file included from /home/bxabi/Programs/IfcOpenShell/cmake/build/ifcwrap/IfcPythonPYTHON_wrap.cxx:3144:0:
/home/bxabi/Programs/IfcOpenShell/src/ifcwrap/../ifcgeom/IfcGeomIterator.h:89:3: error: ‘Kernel’ does not name a type
Kernel kernel;
^
/home/bxabi/Programs/IfcOpenShell/src/ifcwrap/../ifcgeom/IfcGeomIterator.h:95:3: error: ‘IfcSchema’ does not name a type
IfcSchema::IfcRepresentation::list::ptr representations;
^
/home/bxabi/Programs/IfcOpenShell/src/ifcwrap/../ifcgeom/IfcGeomIterator.h:96:3: error: ‘IfcSchema’ does not name a type
IfcSchema::IfcRepresentation::list::it representation_iterator;
^
and many similar errors follow.
Is this happening only for me? What can cause it?
Hi,
when I'm trying to build, at the make command I have the following error:
and many similar errors follow.
Is this happening only for me? What can cause it?