linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Error compiling linphone web on Mac - fatal er


From: Ghislain MARY
Subject: Re: [Linphone-developers] Error compiling linphone web on Mac - fatal error: 'linphone/linphonecore.h' file not found
Date: Wed, 02 Apr 2014 17:38:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.4.0

Hi,

Use the following commands:
    cd /Users/Saumil/Documents/Dreamscape/connectgrams/firebreath/firebreath/projects/linphone-web-plugin
    git submodule sync
    git submodule update --recursive --init

And then start again with the prepmac.sh step and then the build.

Cheers,
Ghislain

On 02/04/2014 14:24, Saumil Gandhi wrote:
Hi Ghislain,

I've attached logs for both here.

Thanks,
Saumil




On Wed, Apr 2, 2014 at 3:43 PM, Ghislain MARY <address@hidden> wrote:
Could you provide the output of the prepmac.sh command and of the build process to understand what happens exactly?

Cheers,
Ghislain


On 02/04/2014 11:51, Saumil Gandhi wrote:
Hi Ghislain,

I got the latest source ( like you mentioned, it does not have the submodules directory that the old source did), added it to my firebreath/projects folder (after removing the previous plugin files completely), and tried to build it, but am getting the same error. 

I checked the build/Stage/include/linphone directory and the file is not present here. 

Thanks,
Saumil



On Wed, Apr 2, 2014 at 1:20 PM, Ghislain MARY <address@hidden> wrote:
Hi,

Are you sure your sources are up-to-date? We no longer use the git submodules to build the plugin. The linphonecore.h will be fetched automatically at compile time and will be located in the build/Stage/include/linphone directory.

Cheers,
Ghislain


On 31/03/2014 21:10, Saumil Gandhi wrote:
Hi,

I'm trying to compile on a Mac, and am seeing errors on compilation of authinfoapi.cpp, addressapi.cpp, callapi.cpp, and calllogapi.cpp. For all,  the error is "fatal error: 'linphone/linphonecore.h' file not found".

Copying a sample error output:

======

In file included from /Users/Saumil/Documents/Dreamscape/connectgrams/firebreath/firebreath/projects/linphone-web-plugin/Src/calllogapi.cpp:25:
/Users/Saumil/Documents/Dreamscape/connectgrams/firebreath/firebreath/projects/linphone-web-plugin/Src/calllogapi.h:28:10: fatal error: 'linphone/linphonecore.h' file not found
#include <linphone/linphonecore.h>
         ^
1 error generated.

=======

I checked and the linphonecore.h file is in my submodules/linphone/coreapi folder. What could be causing this? I'm on OSX 10.7.5, and trying to build with xcodebuild -arch i386

Thanks,
Saumil


_______________________________________________
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


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