Greets, @Cymatic!
I want to play with phonon too, but no matter how I dance with a magic tambourine around it, I can’t connect the library in Xcode to a. cpp, building result is “Library not found for -l/usr/local/lib/” in any combination i’ve tried
Since you are successful with it i’d like to ask you a few questions
-SteamAudio SDK version for that successful project?
-OS/Xcode version?
are below options applied correctly by mine?
-
libphonon.dylib is copied into /usr/local/lib/
-
in source .cpp = #include <phonon.h>
-
extra library search path (producer exporters Debag and Release)
= /usr/local/lib/ -
external libraries to link (producer exporters Xcode
= /usr/local/lib/libphonon.dylib
have i to include any lines somewhere else or copy something to somewhere else?