Cinder-Samples
Cinder-Samples copied to clipboard
no such file or directory: '../../../cinder_master/lib/libcinder_d.a'
I have downloaded and renamed cinder folder to cinder_master and this folder is just next to cinder_master I am getting this error. no such file or directory: '../../../cinder_master/lib/libcinder_d.a' I am on Mac Xcode.
Hi,
not your fault, but contrary to what the README says, the samples are meant to be used with Cinder v0.9.1 (which is the previous version). Version v0.9.2 saw a change in how the Cinder library (.lib) is named and in what folder it is stored. So while I am sure most (if not all) samples are compatible with the latest Cinder, you'd have to change the sample's project properties to point to the correct .lib file and to include the correct folders. Sorry about it. I will change this in the future, but don't have the time right now.