tpaviot/pythonocc-core

Linux Installation When Build OpenCascade

Opened this issue · 0 comments

Hi guys,

my computer is Linux Ubuntu 24.10, and i met an error when i follow the Linux installation instructions, specifically this step.

[Configure and build OpenCascade]
cmake -DINSTALL_DIR=/opt/occt781 \
      -DBUILD_RELEASE_DISABLE_EXCEPTIONS=OFF \
      ..

make -j$(nproc)
sudo make install

when I run sudo make install it returns some error: invalid conversion from 'unsigned char*' to 'const char*', please see below for more details.

Image

Could anybody help me out? Thanks a lot in advance!

Best regards,
Ying