linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Building web-plugin on OSX Mavericks (10.9)


From: Ghislain MARY
Subject: Re: [Linphone-developers] Building web-plugin on OSX Mavericks (10.9)
Date: Tue, 15 Jul 2014 16:15:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0

Hi,

Use:
    $ ./prepmac.sh -DCMAKE_OSX_DEPLOYMENT_TARGET="10.6" -DCMAKE_OSX_ARCHITECTURES="i386"
    $ cd build
    $ xcodebuild -arch i386 -configuration Release -jobs 1

If this does not work, provide the full compilation log so that we can see where the problem comes from.

Cheers,
Ghislain

On 15/07/2014 15:58, Josip Petric wrote:
Hi,

I’m trying to build linphone-web-plugin with G729 included on Mavericks 10.9. I have spent five days on it already and I didn’t have any luck. 
This is my environment:
  • OSX 10.9.3
  • Firebreath 1.7
  • Xcode 5.1.1 (and I have also tried on Xcode 4.6.3)
  • GCC - Apple LLVM version 5.1(also tried with: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1)
  • Python 2.7.5
  • cmake 2.8.12.2 (I have also tried with 3.0.0)

If I’m building it with xcodebuild -arch i386 (as specified in the README file) build process gets stuck at line:
I had left it for two hours but it was still at that line when I returned.

-- Check size of unsigned long long - done

If I’m using make command to build (instead of xcodebuild) I’m getting this issues:
linphone-web-plugin/Src/utils.h:78:3: error: 'auto' type specifier is a C++11 extension [-Werror,-Wc++11-extensions]
linphone-web-plugin/Src/utils.h:91:5: error: 'auto' type specifier is a C++11 extension [-Werror,-Wc++11-extensions]
linphone-web-plugin/Src/utils.h:108:8: error: 'auto' type specifier is a C++11 extension [-Werror,-Wc++11-extensions]
Have someone successfully built linphone-web-plugin? 
If so, would you be willing to tell me what was your configuration?
Please, I’m getting really frustrated about this issue.








_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


reply via email to

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