| I'm building a Csound6 app here on OSX. I use -framework CsoundLib64
and set the include path to be
/Library/Frameworks/CsoundLib64.framework/Versions/Current/Headers
It builds without any errors, but won't start. When I run it through
gdb I get the following:
warning: Unable to read symbols for
CsoundLib64.framework/Versions/6.0/CsoundLib64 (file not found).
warning: Unable to read symbols from "CsoundLib64" (not yet mapped into memory).
Reading symbols for shared libraries ................... done
Following this I get a cannot execute binary file? CsoundLib64 is
there, it's located at
/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64
Any ideas?
|