Brad Henke

bradley.henke

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Has anyone successfully compiled HDK examples on OSX 14? 2023年11月15日21:56

I'm attempting to compile the SOP_Star example of the HDK on:
Houdini 20.0.506
OS X Sonoma (14.1)

I've run into a problem related to std::unary_function which is used in hboost (hash.hpp). It appears that this function was deprecated in c++17, and the deprecated support was removed in OSX 14.

Traditionally I've developed on Linux, but I'm trying this on my fancy Mac Mini. I'm not really sure what the best option is here. Should I:
1) Use the _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION compile flag to reactivate the deprecated functionality
2) Patch hash.hpp in hboost
3) Something else that I don't know about

It doesn't look like it's convenient to downgrade back to OSX 13. This is my first experience writing code for Mac, and I'm not sure what the my options are here. Are there any others who have already worked through this that could offer some advice?

How can I programmatically clear the "Packed Geometry Cache" 2023年5月1日18:46

I have been running 19.0.455, and one of my co-workers mentioned that there were some issues with that build. When I jump to 19.0.720, it looks like the command works as advertised!

Thanks again for this advice!

How can I programmatically clear the "Packed Geometry Cache" 2023年5月1日16:02

Thanks! That's exactly the kind of thing I'm looking for. Unfortunately, it causes me to insta-crash.