MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
643 stars 147 forks source link

build psbody-mesh ocurrs error Unknown endianness #96

Closed Alex-Brow closed 5 months ago

Alex-Brow commented 5 months ago

my issue such as:In file included from mesh/src/aabb_normals.cpp:10: In file included from mesh/src/AABB_n_tree.h:9: In file included from /private/var/folders/df/5d2fyhr17jzczb61vmh8c3c40000gn/T/pip-req-build-y15u8s99/build/temp.macosx-10.9-universal2-cpython-311/CGAL-4.7/include/CGAL/AABB_tree.h:26: In file included from /private/var/folders/df/5d2fyhr17jzczb61vmh8c3c40000gn/T/pip-req-build-y15u8s99/build/temp.macosx-10.9-universal2-cpython-311/CGAL-4.7/include/CGAL/internal/AABB_tree/AABB_traversal_traits.h:24: In file included from /private/var/folders/df/5d2fyhr17jzczb61vmh8c3c40000gn/T/pip-req-build-y15u8s99/build/temp.macosx-10.9-universal2-cpython-311/CGAL-4.7/include/CGAL/internal/AABB_tree/AABB_node.h:24: In file included from /private/var/folders/df/5d2fyhr17jzczb61vmh8c3c40000gn/T/pip-req-build-y15u8s99/build/temp.macosx-10.9-universal2-cpython-311/CGAL-4.7/include/CGAL/Profile_counter.h:53: /private/var/folders/df/5d2fyhr17jzczb61vmh8c3c40000gn/T/pip-req-build-y15u8s99/build/temp.macosx-10.9-universal2-cpython-311/CGAL-4.7/include/CGAL/config.h:265:4: error: Unknown endianness

error Unknown endianness

so my boost version 1.76 and my compile cmd is BOOST_INCLUDE_DIRS=/opt/homebrew/Cellar/boost@1.76/1.76.0_4/include make all

Alex-Brow commented 5 months ago

ok i know this issue can be fix on known issue 81 thanks.