I am a new Houdini user trying to build the 'SOP_Star' plugin. I have followed the instructions on this page [www.sidefx.com], but I keep getting this error when I run the 'hcustom' command:
error: unable to open output file 'SOP_Star.o': 'Permission denied'
1 error generated.
ERROR: Got error code 1 running '"`xcrun --find clang++`" -DUT_DSO_TAGINFO='"3262197cbf015d1133ae0c864e3f82e82e42cff5dd02cab036e695595943e49f369c35d2917e287a4358b3b64db97e511ba7b955abc2b60a49163d8f32ae81df1eee45b2ef925884b937981252ab11eebb5cc6dacfa2d924b3f61d585708b816bb1ef6549a22e135cdcfa8bbf35f3d06ce7c1f"' -DVERSION=\"19.5.716\" -DUSE_PYTHON3=1 -D_GNU_SOURCE -DMBSD -DMBSD_COCOA -arch arm64 -DAR .... error continues.
This is my current compile process:
1. Open the Houdini development terminal from the utilities folder.
2. cd into the SOP_Star folder
3. run
hcustom SOP_Star.C
I haven't been able to find any tutorials / information on how to do this, specifically with MacOS, so any help would be appreciated! Thank you in advance for your assistance.