osip-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [osip-dev] Fail to compile eXosip on Mac 64 bit


From: Aymeric Moizard
Subject: Re: [osip-dev] Fail to compile eXosip on Mac 64 bit
Date: Thu, 28 Feb 2013 12:18:58 +0100

Hi Firman,

In my projects, I only compiled using xcode on macosx & ios. Thus, the configure script
may definilty not be 100% working.

As far as I can see, you only have to link with a few macosx framework? Most probably,
you just need those:

CoreServices.Framework
Security.Framework

Not sure the syntax, but you may need to add this to the configure line:
   LIBS="-framework CoreServices -framework Security"

Regards,
Aymeric

2013/2/28 Firman <address@hidden>
Hi everyone,
since the macports installation of eXosip is outdated, I tried to compile and install eXosip manually on mac.
I am on Mac OS X Mountain Lion, 64 bit.
I downloaded the source from gnu repo, then did configure, but when I did make, it failed with the following message:

Undefined symbols for architecture x86_64:
  "_CFRelease", referenced from:
      __tls_add_certificates in eXtl_tls.o
  "_Gestalt", referenced from:
      __tls_add_certificates in eXtl_tls.o
  "_SecKeychainItemCopyAttributesAndData", referenced from:
      __tls_add_certificates in eXtl_tls.o
  "_SecKeychainItemFreeAttributesAndData", referenced from:
      __tls_add_certificates in eXtl_tls.o
  "_SecKeychainOpen", referenced from:
      __tls_add_certificates in eXtl_tls.o
  "_SecKeychainSearchCopyNext", referenced from:
      __tls_add_certificates in eXtl_tls.o
  "_SecKeychainSearchCreateFromAttributes", referenced from:
      __tls_add_certificates in eXtl_tls.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[2]: *** [libeXosip2.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Any idea? Thanks in advance for any pointer.

Regards,
Firman

_______________________________________________
osip-dev mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/osip-dev




--
Antisip - http://www.antisip.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]