2013/9/18 Tomáš Létal <tomasle...@seznam.cz>

> Hi,
>
> I tried to compile PythonOCC on Ubuntu, and encoutered this error:
>
> In file included from
> /home/tomas/PythonOCC/pythonocc-master/src/contrib/geom-6.3.1.8/src/NMTDS/NMTDS_ShapesDataStructure.ixx:22:0,
>                  from
> /home/tomas/PythonOCC/pythonocc-master/src/contrib/geom-6.3.1.8/src/NMTDS/NMTDS_ShapesDataStructure.cpp:27:
> /home/tomas/PythonOCC/pythonocc-master/src/contrib/geom-6.3.1.8/src/NMTDS/NMTDS_ShapesDataStructure.jxx:29:74:
> fatal error:
> BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors.hxx: No such
> file or directory
> compilation terminated.
> make[2]: ***
> [CMakeFiles/GEOM.dir/src/NMTDS/NMTDS_ShapesDataStructure.cpp.o] Error 1
> make[1]: *** [CMakeFiles/GEOM.dir/all] Error 2
> make: *** [all] Error 2
>
> It seems, there is a file 
> "BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors.hxx"
> missing. Did anyone had the same problem?
>
> Best reggards,
> Tomas Letal
>
>
Hi Tomas,

I guess you compile the current master branch of the pythonocc github
repository. BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors.hxx
is part of oce-0.12. Please check that you downloaded/compiled/installed
oce-0.12 (https://github.com/tpaviot/oce/archive/OCE-0.12.tar.gz) before
going on with both geom/pythonocc.

Best Regards,

Thomas
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to