rheesbirman

rheesbirman

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

compile HDK under OSX Oct. 8, 2012, 2:45 a.m.

Digging out this old thread because I bumped into this problem too. The code in the documentation is not as complete as the code in the toolkit/samples/standalone directory of your Houdini install. You need to enclose the first function in a namespace block.

namespace HDK_Sample {
}

Also, in Houdini 12 and probably earlier, the ‘true’ statement should be omitted from this line:

gdp.save(“sphere.bgeo”, true, NULL);