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: Luiz Silva
Subject: Re: [Linphone-developers] Error on basicOperationsMacros.h (Linphone IOS)
Date: Wed, 19 Mar 2014 09:02:33 -0400

Oh the submodules. I always have the impression that "git pull" will update all.

I will try that.

Thanks

Luiz


On Wed, Mar 19, 2014 at 8:57 AM, 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



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