Malay1499 / siphon

Automatically exported from code.google.com/p/siphon
0 stars 0 forks source link

portaudio: missing coreaudio functions #364

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to compile pjsip with ac_pjmedia_snd=pa_darwinos without success.
The problem was that there are some function that is needed in portaudio 
(coreaudio driver) function.
The details are as shown below:

Undefined symbols:
  "_OpenAComponent", referenced from:
      _OpenAndSetupOneAudioUnit in libportaudio-arm-apple-darwin9.a(pa_mac_core.o)
  "_FindNextComponent", referenced from:
      _OpenAndSetupOneAudioUnit in libportaudio-arm-apple-darwin9.a(pa_mac_core.o)
  "_AudioConverterFillBuffer", referenced from:
      _AudioIOProc in libportaudio-arm-apple-darwin9.a(pa_mac_core.o)
      _AudioIOProc in libportaudio-arm-apple-darwin9.a(pa_mac_core.o)
  "_CloseComponent", referenced from:
      _OpenAndSetupOneAudioUnit in libportaudio-arm-apple-darwin9.a(pa_mac_core.o)
      _CloseStream in libportaudio-arm-apple-darwin9.a(pa_mac_core.o)
      _CloseStream in libportaudio-arm-apple-darwin9.a(pa_mac_core.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status

What could be done in order to get the portaudio working with pjsip in iphone?

Thanks for your help in advance,
    Ekaphol

Original issue reported on code.google.com by ekaphol....@gmail.com on 21 Jan 2010 at 1:04

GoogleCodeExporter commented 8 years ago
I use pjsip 1.4 source code in iPhone 3.1.2.

Original comment by ekaphol....@gmail.com on 21 Jan 2010 at 1:13

GoogleCodeExporter commented 8 years ago
Portaudio doesn't work on iphone OS.
Read the wiki or apply patch to resolve your issue

Original comment by samuelv0...@gmail.com on 21 Feb 2010 at 11:31

GoogleCodeExporter commented 8 years ago
Issue 363 has been merged into this issue.

Original comment by samuelv0...@gmail.com on 21 Feb 2010 at 11:33