Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem compiling on xCode4 and os10.7 #59

Closed
moreschisimone opened this issue Apr 27, 2012 · 8 comments
Closed

Problem compiling on xCode4 and os10.7 #59

moreschisimone opened this issue Apr 27, 2012 · 8 comments

Comments

@moreschisimone
Copy link

Hi,
i want to modify telephone for automatically add (9) at the start of the phone number entered for a call.
I try to download source, but when compile on xcode 4 with mac os 10.7 i get the following error: 'pjsua-lib/pjsua.h' file not found

can someone help me? thank you

Simone

@phinze
Copy link

phinze commented Jun 21, 2012

I just downloaded latest HEAD and everything built successfully on OSX 10.7 with XCode 4.3. Is it still broken for you?

@mitar
Copy link

mitar commented Jul 5, 2012

For me too it works.

@mitar
Copy link

mitar commented Jul 5, 2012

I got another error:

ld: library not found for -lpjsua-i386-apple-darwin11.3.0

I had to change everywhere to 11.4.2 version in other linker flags. Which is one which was compiled on my system.

@varunprathap
Copy link

I got an error while building project.

ld: library not found for -lpjsua-i386-apple-darwin11.4.2

@pierredavidbelanger
Copy link

  1. Did you compile the pjproject?

  2. find the name of the compiled pjproject for your system: look in pjproject/pjlib/bin you will find something like this pjlib-test-i386-apple-darwin12.0.0

  3. In the Telephone target, build settings, change all the Other Linker Flags option entries to point to the right pjproject libs version: -lpjsua-i386-apple-darwin12.0.0, -lpjsip-ua-i386-apple-darwin12.0.0, ...

@varunprathap
Copy link

I compiled the pjproject and the compiled pjproject libs version is -lpjsua-i386-apple-darwin11.4.0.
Do I need to drag these files into the Xcode or just set the Other Linker Flag with the right libs version.?

@pierredavidbelanger
Copy link

Nothing to drag.

Just follow my point 3.

But while you are there, also make sure that the Header Search Paths and the Library Search Paths entries points to the right places inside the pjproject.

@fulldecent
Copy link

Hello, there have been several releases of Telephone since this issue was created. Could you please download and run the latest version to confirm this issue still exists.

Sorry for the template response, just trying to clean up and close old issues here.

@eofster eofster closed this as completed Mar 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants