linker - Cinder + FreeImage + XCode -


i working on project uses cinder graphics, , image loading, using freeimage loading hdr images.

it working fine under windows, trying build osx version hitting snag.

first tried download , build freeimage, makefiles hopelessly outdated , not work. managed fudge them , build library, when adding xcode didn't seem link. error library ignored because built different architecture. (i couldn't figure out how fix this, option go if else fails).

anyway, next attempt use macports install , build freeimage. worked without error , able include library in project.

however, problem many std linking errors. after searching around, it seems problem freeimage built libstdc++, cinder complains if dont build project c++11.

so, there way of fixing this? can modify make files macports uses build freeimage? or there other sneaky way? suggestions appreciated.

sorry if question bit parochial, in searches have seen others similar problems (but unfortunately few answers).


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -