ryein / dendro

volumetric modeling for grasshopper built on top of openvdb
Mozilla Public License 2.0
65 stars 20 forks source link

Linking Error in DendroAPI: Cannot open input file 'Imath-3_0.lib' #10

Closed SamuelAl closed 3 years ago

SamuelAl commented 3 years ago

Error when building DendroAPI: LNK1181 cannot open input file 'Imath-3_0.lib'. I looked in the dendro_lib folder provided in the repo and the lib does seem to be missing.

ryein commented 3 years ago

Sorry about that. I am working on a fix right now. I just upgraded everything to OpenVDB v8 and something must be up wrong with the libraries I packaged. Be back shortly.

ryein commented 3 years ago

@SamuelAl just made a commit with some updates to the "dendro_libs.7z" file and the some changes to the project settings. just make sure you are building in "release" and "x64" configuration. hopefully that works now. sorry about the issue.

SamuelAl commented 3 years ago

@ryein Thank you! All seems to be working. Had to manually set the x64 configuration and it all seems fine and building now.