weshoke / ofxOpenVDB

OpenVDB voxel processing for OpenFrameworks
MIT License
14 stars 2 forks source link

xcode7 and linking issues with libstdc++ / libc++ ? #2

Closed sterlingcrispin closed 8 years ago

sterlingcrispin commented 8 years ago

log_openvdb.txt

seems like openframeworks needs to be compiled with libc++ but openVDB needs libstdc++ , I've tried going into "build phases" and adding libstdc++.dylib but I can't get past this compile issue, have any ideas?

Undefined symbols for architecture x86_64: "openvdb::v2_3_0::io::setGridBackgroundValuePtr(std::__1::ios_base&, void const*)", referenced from:

weshoke commented 8 years ago

You'll have to either use an OF compiled with the same compiler or recompile the libs with the same compiler as that used with your OF. I was using a 64-bit branch of OF.