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 17:55:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0

Everything seems ok here. It is CMake that get stuck for an unknown reason. You can try the following to have more information on what CMake is doing:

    $ cd /Users/jpetric/Work/Projects/EmergencyLu-VoIP/Linphone-Web/source/firebreath-1.7/build/Core/Build-webplugin/antlr3c && /opt/local/bin/cmake --trace -DENABLE_DEBUGGER=0 -DENABLE_STATIC=0 -C/Users/jpetric/Work/Projects/EmergencyLu-VoIP/Linphone-Web/source/firebreath-1.7/build/Core/tmp-webplugin/antlr3c/EP_antlr3c-cache.cmake -GXcode /Users/jpetric/Work/Projects/EmergencyLu-VoIP/Linphone-Web/source/firebreath-1.7/build/Core/Source/EP_antlr3c

Cheers,
Ghislain

On 15/07/2014 17:24, Josip Petric wrote:
Thank you for replying. I tried to use command you have provided me and installation gets stuck at one point.
It gets stuck here:

cd /Users/jpetric/Work/Projects/EmergencyLu-VoIP/Linphone-Web/source/firebreath-1.7/build/Core/Source && /opt/local/bin/cmake -E touch /Users/jpetric/Work/Projects/EmergencyLu-VoIP/Linphone-Web/source/firebreath-1.7/build/Core/Stamp/EP_antlr3c/Release/EP_antlr3c-download
echo "Performing update step for 'EP_antlr3c'"
Performing update step for 'EP_antlr3c'
cd /Users/jpetric/Work/Projects/EmergencyLu-VoIP/Linphone-Web/source/firebreath-1.7/build/Core/Source/EP_antlr3c && /opt/local/bin/cmake -P /Users/jpetric/Work/Projects/EmergencyLu-VoIP/Linphone-Web/source/firebreath-1.7/build/Core/tmp-webplugin/antlr3c/EP_antlr3c-gitupdate.cmake
echo "No patch step for 'EP_antlr3c'"
No patch step for 'EP_antlr3c'
/opt/local/bin/cmake -E touch /Users/jpetric/Work/Projects/EmergencyLu-VoIP/Linphone-Web/source/firebreath-1.7/build/Core/Stamp/EP_antlr3c/Release/EP_antlr3c-patch
echo "Performing configure step for 'EP_antlr3c'"
Performing configure step for 'EP_antlr3c'
cd /Users/jpetric/Work/Projects/EmergencyLu-VoIP/Linphone-Web/source/firebreath-1.7/build/Core/Build-webplugin/antlr3c && /opt/local/bin/cmake -DENABLE_DEBUGGER=0 -DENABLE_STATIC=0 -C/Users/jpetric/Work/Projects/EmergencyLu-VoIP/Linphone-Web/source/firebreath-1.7/build/Core/tmp-webplugin/antlr3c/EP_antlr3c-cache.cmake -GXcode /Users/jpetric/Work/Projects/EmergencyLu-VoIP/Linphone-Web/source/firebreath-1.7/build/Core/Source/EP_antlr3c
loading initial cache file /Users/jpetric/Work/Projects/EmergencyLu-VoIP/Linphone-Web/source/firebreath-1.7/build/Core/tmp-webplugin/antlr3c/EP_antlr3c-cache.cmake
-- The C compiler identification is Clang 4.2.0
-- Check for working C compiler using: Xcode

the whole log is in provided file.
I really hope you can spot the issue. Thanks again.



Best Regards
Josip









On 15 Jul 2014, at 16:15, Ghislain MARY <address@hidden> wrote:

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

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



_______________________________________________
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]