Error when running script on Xcode

Hi,

I have followed steps to configure, generate and build OCCT on Xcode using https://dev.opencascade.org/doc/overview/html/occt_dev_guides__building_...all the steps were successful and was able to launch XCode using xcode.sh but to start DRAWEXE, i don't see draw_cbp.sh in OCCT Root Directory.

Running the script "./draw_cbp.sh xcd [d]" gives no such file or directory (obvious). Am i missing something??

Any help is appreciated.

 

Thank you,

Madhu

Attachments: 
Kirill Gavrilov's picture

There should be draw.sh instead; draw_cbp.sh is probably specified by mistake or have been used in older OCCT releases.

Madhu Vanam's picture

Thank you Kirill for your response.

I tried using draw.sh as well, i got the below error.

Hint: use "pload ALL" command to load standard commands

./draw.sh: line 10: DRAWEXE: command not found

Thank you,

Madhu

Madhu Vanam's picture

Hi,

I tried to run the ios sample "UIKitSample", i get following error

ld: library not found for -lTKXSBase

clang: error: linker command failed with exit code 1 (use -v to see invocation)

Did anyone faced this issue??

Any help is appreciated.

Thank you,

Madhu