HDK with the CGAL library boost dependency.

   1980   4   0
User Avatar
Member
3 posts
Joined: Aug. 2019
Offline
So I'm attempting to write a hdk sop plugin that uses the cgal library. CGAL requires boost. I downloaded and linked boost to my visual studio project that was built from the cmake file.

I understand that there is hboost, but cgal requires boost. The cmake files go haywire if I point it to houdini's boost.

What I suspect is the boost libraries are precompiled. Once I use a boost object that a CGAL library needs, the plugin wont load as it wasn't compiled for houdini.

I am attempting to build boost from source with VS 2019 toolset 141

I'm on Windows 10 and H17.5.

Any insight would be appreciated.
Thank you
Edited by andrew.melnychuk - Oct. 22, 2019 22:43:05
User Avatar
Member
3 posts
Joined: Aug. 2019
Offline
I think I have it narrowed down to gmp libraries, they are prebuilt in the cgal library. Needs further investigation.
User Avatar
Member
5 posts
Joined: Nov. 2007
Offline
Hi,

I have the same problem here. Did you solve tour issue ?

Thanks,
Maxime
User Avatar
Member
5 posts
Joined: Nov. 2007
Offline
It's now working on my side with an update version of CGAL. I'm not sure where was the problem.
User Avatar
Member
23 posts
Joined: July 2022
Offline
I can successfully use CGAL in win10 Hou18.5/19.0/19.5 to create sop hdk
I used vcpkg to compile CGAL(https://doc.cgal.org/latest/Manual/windows.html)
  • Quick Links