Using Portaudio on osx 10.9 in Xcode 5 - Undefined symbols for architecture x86_64

为君一笑 提交于 2019-12-25 02:22:17

问题


I am trying to use Portaudio on OSX 10.9 in Xcode 5, but am running into some issues.

I have downloaded the source, rand ./configure and make, included the include folder in my xcode project, and ran Pa_Initialize() to get this error. I have tried setting the architectures in the xcode build settings from "Standard Architectures (64-bit Intel)(x86_64)" to "Universal (32/64-bit Intel)(x86_64, i386)" with no success.

I have followed instructions/solutions here, here and here but have found no solution yet.

Have any of you guys gotten this lib working in xcode 5? I'm not the most experienced person with linking libs in C, so any help would much be appreciated.

来源:https://stackoverflow.com/questions/23185090/using-portaudio-on-osx-10-9-in-xcode-5-undefined-symbols-for-architecture-x86

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!