linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Error on basicOperationsMacros.h (Linphone IOS


From: BIENKOWSKI Guillaume
Subject: Re: [Linphone-developers] Error on basicOperationsMacros.h (Linphone IOS)
Date: Wed, 19 Mar 2014 14:00:06 +0100

Although, disclaimer: it seems that the VP8 compilation now produces bad assembly... so XCode 5.1 is not yet fully supported.
I produced a bug to the libvpx maintainers, but it's fresh from this morning.. https://code.google.com/p/webm/issues/detail?id=737
Your best bet is to compile with Clang from XCode 5.0 for now...

Guillaume BIENKOWSKI
http://www.belledonne-communications.com/
sip:address@hidden


On Wed, Mar 19, 2014 at 1:57 PM, BIENKOWSKI Guillaume <address@hidden> wrote:
Hello Luiz,

Could you update your submodules? This is due to Clang for XCode 5.1 being more touchy with warnings.
I already did the fix you did.

Cheers



On Wed, Mar 19, 2014 at 1:49 PM, Luiz Silva <address@hidden> wrote:
Hello,

This morming I did a git pull and after running a "make veryclean" then a "make all enable_gpl_third_parties=no" I'm getting this error:

/linphone-iphone/submodules/build/..//bcg729/include/basicOperationsMacros.h:21:9: error: 'BASICOPERATIONSMACROS_H' is used as a header guard here, followed by #define of a different macro [-Werror,-Wheader-guard]
#ifndef BASICOPERATIONSMACROS_H
        ^~~~~~~~~~~~~~~~~~~~~~~
/linphone-iphone/submodules/build/..//bcg729/include/basicOperationsMacros.h:22:9: note: 'BASICOPERATIONSMACROS__H' is defined here; did you mean 'BASICOPERATIONSMACROS_H'?
#define BASICOPERATIONSMACROS__H
        ^~~~~~~~~~~~~~~~~~~~~~~~
        BASICOPERATIONSMACROS_H
1 error generated.
make[3]: *** [LP2LSPConversion.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [build-msbcg729] Error 2
make: *** [build] Error 2


To fix it I edit the basicOperationsMacros.h file and change BASICOPERATIONSMACROS__H to BASICOPERATIONSMACROS_H.

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