linphone-users
[Top][All Lists]
Advanced

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

Re: [Linphone-users] compiling the OS X plugin


From: Bart Coninckx
Subject: Re: [Linphone-users] compiling the OS X plugin
Date: Tue, 28 Jul 2015 12:21:05 +0200

Doing the compilation a second time seems to have succeeded with this end message: 

 

** BUILD SUCCEEDED **

 

cd /install/linphone/firebreath/build/Core/Build/ms2 && /opt/local/bin/cmake -E touch /install/linphone/firebreath/build/Core//Stamp/EP_ms2/Debug/EP_ms2-install

echo "Completed 'EP_ms2'"

Completed 'EP_ms2'

/opt/local/bin/cmake -E make_directory /install/linphone/firebreath/build/projects/linphone-web/Core/CMakeFiles/Debug

/opt/local/bin/cmake -E touch /install/linphone/firebreath/build/projects/linphone-web/Core/CMakeFiles/Debug/EP_ms2-complete

 

/opt/local/bin/cmake -E touch /install/linphone/firebreath/build/Core//Stamp/EP_ms2/Debug/EP_ms2-done

 

But I cannot find any PKG or DMG files. The README does not mention any instructions after the 

 

xcodebuild -arch i386

 

command. How does one proceed?

 

 

Met Vriendelijke Groet,
Kind Regards,
Salutations,
 
 
Bart Coninckx
Bits 'n Tricks BVBA
 
Hoge Mierdse Heide 182
2360 Oud-Turnhout
tel. +32 478 88 33 08
address@hidden
http://www.bitsandtricks.com
BTW: BE0817.401.875

Voor onze Algemene Voorwaarden, zie: http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden

 


 

-----Original message-----
From: Bart Coninckx <address@hidden>
Sent: Tue 28-07-2015 11:14
Subject: Re: [Linphone-users] compiling the OS X plugin
To: address@hidden;

Hi,

 

I tried this again on OS X Mavericks with Xcode 6.x and I get the impression the build process advances further. It still ends with this message:

 

CompileC build/projects/linphone-web/FireBreath.build/Debug/linphone-web.build/Objects-normal/i386/chatroomapi.o projects/linphone-web-plugin/Src/chatroomapi.cpp normal i386 c++ com.apple.compilers.llvm.clang.1_0.compiler

    cd /install/linphone/firebreath

    export LANG=en_US.US-ASCII

    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch i386 -fmessage-length=270 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR=\"Debug\" -Dlinphone_web_EXPORTS -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0 -DBOOST_FILESYSTEM_VERSION=3 -DFBSTRING_MIMEType_Video=\"application/x-linphone-web-video\" -DPLUGIN_SHAREDIR=\"linphoneweb\" -DXP_MACOSX=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.6 -g -Wno-sign-conversion -I/install/linphone/firebreath/build/bin/linphone-web/Debug/include -I/install/linphone/firebreath -I/install/linphone/firebreath/src/3rdParty/gecko-sdk/includes -I/install/linphone/firebreath/src/NpapiCore -I/install/linphone/firebreath/src/ActiveXCore -I/install/linphone/firebreath/src/ScriptingCore -I/install/linphone/firebreath/src/PluginAuto/Mac -I/install/linphone/firebreath/src/PluginAuto -I/install/linphone/firebreath/src/PluginCore -I/install/linphone/firebreath/build/projects/linphone-web/gen -I/install/linphone/firebreath/src/3rdParty/boost -I/install/linphone/firebreath/src/config -I/install/linphone/firebreath/src/3rdParty/utf8 -I/install/linphone/firebreath/projects/linphone-web-plugin -I/install/linphone/firebreath/build/Stage/include -I/install/linphone/firebreath/build/projects/linphone-web/FireBreath.build/Debug/linphone-web.build/DerivedSources/i386 -I/install/linphone/firebreath/build/projects/linphone-web/FireBreath.build/Debug/linphone-web.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/install/linphone/firebreath/build/bin/linphone-web/Debug -DFB_MACOSX=1 -DUNICODE -D_UNICODE -DXP_UNIX -DXP_MACOSX -DBOOST_ALL_NO_LIB=1 -DUNICODE -D_UNICODE -fPIC -Werror -Wno-unused-private-field -MMD -MT dependencies -MF /install/linphone/firebreath/build/projects/linphone-web/FireBreath.build/Debug/linphone-web.build/Objects-normal/i386/chatroomapi.d --serialize-diagnostics /install/linphone/firebreath/build/projects/linphone-web/FireBreath.build/Debug/linphone-web.build/Objects-normal/i386/chatroomapi.dia -c /install/linphone/firebreath/projects/linphone-web-plugin/Src/chatroomapi.cpp -o /install/linphone/firebreath/build/projects/linphone-web/FireBreath.build/Debug/linphone-web.build/Objects-normal/i386/chatroomapi.o

 

** BUILD FAILED **

 

 

The following build commands failed:

 

CompileC build/projects/linphone-web/FireBreath.build/Debug/linphone-web.build/Objects-normal/i386/callapi.o projects/linphone-web-plugin/Src/callapi.cpp normal i386 c++ com.apple.compilers.llvm.clang.1_0.compiler

 

 

Any hints are welcome

 

Met Vriendelijke Groet,
Kind Regards,
Salutations,
 
 
Bart Coninckx
Bits 'n Tricks BVBA
 
Hoge Mierdse Heide 182
2360 Oud-Turnhout
tel. +32 478 88 33 08
address@hidden
http://www.bitsandtricks.com
BTW: BE0817.401.875

Voor onze Algemene Voorwaarden, zie: http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden

 


 

-----Original message-----
From: Bart Coninckx <address@hidden>
Sent: Fri 24-07-2015 21:30
Subject: Re: [Linphone-users] compiling the OS X plugin
To: address@hidden;

After jumping through a lot of hoops, I still get compilation errors:

 

/install/linphone/firebreath/build/Core/Source/EP_bellesip/src/backgroundtask.m:70:9: fatal error: module 'Foundation' not found
@import Foundation;
 ~~~~~~~^~~~~~~~~~
1 error generated.
 
CompileC /install/linphone/firebreath/build/Core/Build/bellesip/src/BELLESIP.build/Debug/bellesip.build/Objects-normal/i386/belle_sdp_impl.o src/belle_sdp_impl.c normal i386 c com.apple.compilers.llvm.clang.1_0.compiler
    cd /install/linphone/firebreath/build/Core/Source/EP_bellesip
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR=\"Debug\" -Dbellesip_EXPORTS -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.6 -g -Wno-sign-conversion -I/install/linphone/firebreath/build/Core/Build/bellesip/src/Debug/include -I/install/linphone/firebreath/build/Core/Source/EP_bellesip/include -I/install/linphone/firebreath/build/Core/Source/EP_bellesip/src -I/install/linphone/firebreath/build/Core/Build/bellesip -I/install/linphone/firebreath/build/Core/Build/bellesip/src -I/install/linphone/firebreath/build/Stage/include -I/install/linphone/firebreath/build/Core/Build/bellesip/src/BELLESIP.build/Debug/bellesip.build/DerivedSources/i386 -I/install/linphone/firebreath/build/Core/Build/bellesip/src/BELLESIP.build/Debug/bellesip.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/install/linphone/firebreath/build/Core/Build/bellesip/src/Debug -DFB_MACOSX=1 -DUNICODE -D_UNICODE -DXP_UNIX -DXP_MACOSX -DBOOST_ALL_NO_LIB=1 -DUNICODE -D_UNICODE -mmacosx-version-min=10.6 -arch i386 -mmacosx-version-min=10.6 -arch i386 -mmacosx-version-min=10.6 -arch i386 -mmacosx-version-min=10.6 -arch i386 -mmacosx-version-min=10.6 -arch i386 -mmacosx-version-min=10.6 -arch i386 -fPIC -Wall -Wno-error=unknown-pragmas -MMD -MT dependencies -MF /install/linphone/firebreath/build/Core/Build/bellesip/src/BELLESIP.build/Debug/bellesip.build/Objects-normal/i386/belle_sdp_impl.d --serialize-diagnostics /install/linphone/firebreath/build/Core/Build/bellesip/src/BELLESIP.build/Debug/bellesip.build/Objects-normal/i386/belle_sdp_impl.dia -c /install/linphone/firebreath/build/Core/Source/EP_bellesip/src/belle_sdp_impl.c -o /install/linphone/firebreath/build/Core/Build/bellesip/src/BELLESIP.build/Debug/bellesip.build/Objects-normal/i386/belle_sdp_impl.o
 
** BUILD FAILED **
 
 
The following build commands failed:
CompileC /install/linphone/firebreath/build/Core/Build/bellesip/src/BELLESIP.build/Debug/bellesip.build/Objects-normal/i386/backgroundtask.o src/backgroundtask.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
make: *** [/install/linphone/firebreath/build/Core/Stamp/EP_bellesip/Debug/EP_bellesip-build] Error 65
 
** BUILD FAILED **
 
 
The following build commands failed:
PhaseScriptExecution CMake\ Rules build/projects/linphone-web/Core/FireBreath.build/Debug/EP_bellesip.build/Script-41A81C4270D94362A6CA0CA1.sh
(1 failure)

 

 

Is the README file complete enough to get this going? I have spent a complete day at this with not the slightest hint of success. Open source cool, but boy does it take taime and effort ... 

 

 

Met Vriendelijke Groet,
Kind Regards,
Salutations,
 
 
Bart Coninckx
Bits 'n Tricks BVBA
 
Hoge Mierdse Heide 182
2360 Oud-Turnhout
tel. +32 478 88 33 08
address@hidden
http://www.bitsandtricks.com
BTW: BE0817.401.875

Voor onze Algemene Voorwaarden, zie: http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden

 


 

-----Original message-----
From: Bart Coninckx <address@hidden>
Sent: Fri 24-07-2015 12:13
Subject: Re: [Linphone-users] compiling the OS X plugin
To: address@hidden;

A second build shows:

 

1./install/linphone/firebreath/build/Core/Source/EP_bellesip/src/belle_sip_internal.h:21:2: current parser token 'include'
clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: i386-apple-darwin12.4.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.
clang: error: unable to execute command: Segmentation fault: 11
clang: note: diagnostic msg: Error generating preprocessed source(s).
2015-07-24 12:12:28.574 xcodebuild[31915:3d13]  DVTAssertions: Warning in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-2110/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/Target.subproj/BuildCommandResultsPostprocessing/XCClangResultsPostprocessor.m:98
Details:  Unable to read diagnostics from file "/install/linphone/firebreath/build/Core/Build/bellesip/src/BELLESIP.build/Debug/bellesip.build/Objects-normal/i386/backgroundtask.dia" (Invalid File): Bad header in diagnostics file
Object:   <XCClangResultsPostprocessor: 0x4011dcd00>
Method:   -postprocessResultsForCommandInvocation:
Thread:   <NSThread: 0x401424420>{name = (null), num = 5}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 254
 
 
** BUILD FAILED **
 
 
The following build commands failed:
CompileC /install/linphone/firebreath/build/Core/Build/bellesip/src/BELLESIP.build/Debug/bellesip.build/Objects-normal/i386/backgroundtask.o src/backgroundtask.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
make: *** [/install/linphone/firebreath/build/Core/Stamp/EP_bellesip/Debug/EP_bellesip-build] Error 65
 
 
** BUILD FAILED **
 
 
The following build commands failed:
PhaseScriptExecution "CMake Rules" build/projects/linphone-web/Core/FireBreath.build/Debug/EP_bellesip.build/Script-B15A3230834A4D98A16559B7.sh
(1 failure)
 

 

 

Met Vriendelijke Groet,
Kind Regards,
Salutations,
 
 
Bart Coninckx
Bits 'n Tricks BVBA
 
Hoge Mierdse Heide 182
2360 Oud-Turnhout
tel. +32 478 88 33 08
address@hidden
http://www.bitsandtricks.com
BTW: BE0817.401.875

Voor onze Algemene Voorwaarden, zie: http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden

 


 

-----Original message-----
From: Bart Coninckx <address@hidden>
Sent: Fri 24-07-2015 12:02
Subject: Re: [Linphone-users] compiling the OS X plugin
To: address@hidden;

The building process still fails though:

 

** BUILD FAILED **
 
 
The following build commands failed:
CompileC /install/linphone/firebreath/build/Core/Build/bellesip/src/BELLESIP.build/Debug/bellesip.build/Objects-normal/i386/backgroundtask.o src/backgroundtask.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
make: *** [/install/linphone/firebreath/build/Core/Stamp/EP_bellesip/Debug/EP_bellesip-build] Error 65
 
 
** BUILD FAILED **
 
 
The following build commands failed:
PhaseScriptExecution "CMake Rules" build/projects/linphone-web/Core/FireBreath.build/Debug/EP_bellesip.build/Script-B15A3230834A4D98A16559B7.sh
(1 failure)
 
Not sure what this means .... 

 

 

Met Vriendelijke Groet,
Kind Regards,
Salutations,
 
 
Bart Coninckx
Bits 'n Tricks BVBA
 
Hoge Mierdse Heide 182
2360 Oud-Turnhout
tel. +32 478 88 33 08
address@hidden
http://www.bitsandtricks.com
BTW: BE0817.401.875

Voor onze Algemene Voorwaarden, zie: http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden

 


 

-----Original message-----
From: Bart Coninckx <address@hidden>
Sent: Fri 24-07-2015 11:47
Subject: Re: [Linphone-users] compiling the OS X plugin
To: address@hidden;

To answer my own question: you need to install "intltool" in Mac port,

 

Met Vriendelijke Groet,
Kind Regards,
Salutations,
 
 
Bart Coninckx
Bits 'n Tricks BVBA
 
Hoge Mierdse Heide 182
2360 Oud-Turnhout
tel. +32 478 88 33 08
address@hidden
http://www.bitsandtricks.com
BTW: BE0817.401.875

Voor onze Algemene Voorwaarden, zie: http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden

 


 

-----Original message-----
From: Bart Coninckx <address@hidden>
Sent: Fri 24-07-2015 11:35
Subject: [Linphone-users] compiling the OS X plugin
To: address@hidden;

Hi all,

 

while compiling the OS X plugin for Linphone Web, I get this error:

 

Could not find the intltoolize program.

 

Intltoolize is supposed to be a part of MinGW, but MinGW is software intended for Windows. Is this a bug?

 

 

Met Vriendelijke Groet,
Kind Regards,
Salutations,
 
 
Bart Coninckx
Bits 'n Tricks BVBA
 
Hoge Mierdse Heide 182
2360 Oud-Turnhout
tel. +32 478 88 33 08
address@hidden
http://www.bitsandtricks.com
BTW: BE0817.401.875

Voor onze Algemene Voorwaarden, zie: http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden

 

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

reply via email to

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