pythonocc-core icon indicating copy to clipboard operation
pythonocc-core copied to clipboard

Linux Installation When Build OpenCascade

Open yli-cai opened this issue 9 months ago • 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

yli-cai avatar Feb 14 '25 13:02 yli-cai