Gamaru / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ALIGNP redefine #104

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
[139/1108] ACTION exit_status_test: Generate NEWLIB 
NMF_d7d9af466b3b032c825e4b42dcdeccc5
FAILED: clang++ -MMD -MF 
obj/third_party/libjingle/source/talk/media/webrtc/libjingle_peerconnection.webr
tcvideoframe.o.d -DEXPAT_RELATIVE_PATH -DFEATURE_ENABLE_SSL 
-DGTEST_RELATIVE_PATH -DHAVE_SRTP -DHAVE_WEBRTC_VIDEO -DHAVE_WEBRTC_VOICE 
-DJSONCPP_RELATIVE_PATH -DLOGGING_INSIDE_LIBJINGLE -DNO_MAIN_THREAD_WRAPPING 
-DNO_SOUND_SYSTEM -DSRTP_RELATIVE_PATH -D_USE_32BIT_TIME_T -DOSX -DPOSIX 
-DCHROMIUM_BUILD -DUSE_LIBJPEG_TURBO=1 -DENABLE_ONE_CLICK_SIGNIN 
-DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DENABLE_CONFIGURATION_POLICY 
-DENABLE_INPUT_SPEECH -DENABLE_NOTIFICATIONS -DENABLE_HIDPI=1 
-DDCHECK_ALWAYS_ON=1 -DENABLE_GPU=1 -DENABLE_EGLIMAGE=1 -DUSE_SKIA=1 
-DENABLE_TASK_MANAGER=1 -DENABLE_WEB_INTENTS=1 -DENABLE_EXTENSIONS=1 
-DENABLE_PLUGIN_INSTALLATION=1 -DENABLE_PROTECTOR_SERVICE=1 
-DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_BACKGROUND=1 
-DENABLE_AUTOMATION=1 -DENABLE_PRINTING=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 
-DXML_STATIC -DCPU_CISC -DSIZEOF_UNSIGNED_LONG=4 -DSIZEOF_UNSIGNED_LONG_LONG=8 
-DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_NETINET_IN_H -DHAVE_UINT64_T 
-DFEATURE_ENABLE_VOICEMAIL -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 
-I../../third_party/libjingle/overrides -I../../third_party/libjingle/source 
-I../../testing/gtest/include -I../../third_party/libyuv/include 
-I../../third_party/webrtc -I../.. -I../../third_party/expat/files/lib 
-I../../third_party/libsrtp/config -I../../third_party/libsrtp/srtp/include 
-I../../third_party/libsrtp/srtp/crypto/include 
-I../../third_party/webrtc/modules/video_capture/main/interface 
-I../../third_party/webrtc/modules/interface 
-I../../third_party/webrtc/common_video/libyuv/include 
-I../../third_party/webrtc/modules/video_render/main/interface 
-I../../third_party/webrtc/modules/video_render/main/source/mac 
-I../../third_party/webrtc/video_engine/include 
-I../../third_party/webrtc/voice_engine/include 
-I../../third_party/webrtc/system_wrappers/interface 
-I../../third_party/jsoncpp/overrides/include 
-I../../third_party/jsoncpp/source/include -isysroot 
/Developer/SDKs/MacOSX10.6.sdk -O3 -fvisibility=hidden -Werror -Wnewline-eof 
-mmacosx-version-min=10.6 -arch i386 -Wendif-labels -Wno-unused-parameter 
-Wno-missing-field-initializers -Wheader-hygiene -Wno-char-subscripts 
-Wno-unused-function -Wno-unnamed-type-template-args -Wno-c++11-extensions 
-Wno-covered-switch-default -Wno-implicit-conversion-floating-point-to-bool 
-fno-rtti -fno-exceptions -fvisibility-inlines-hidden -fno-threadsafe-statics 
-fno-strict-aliasing -Xclang -load -Xclang 
/Volumes/data/b/build/slave/mac/build/src/tools/clang/scripts/../../../third_par
ty/llvm-build/Release+Asserts/lib/libFindBadConstructs.dylib -Xclang 
-add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs 
-Xclang skip-virtuals-in-implementations -Xclang 
-plugin-arg-find-bad-constructs -Xclang check-cc-directory -fcolor-diagnostics  
-c ../../third_party/libjingle/source/talk/media/webrtc/webrtcvideoframe.cc -o 
obj/third_party/libjingle/source/talk/media/webrtc/libjingle_peerconnection.webr
tcvideoframe.o
In file included from 
../../third_party/libjingle/source/talk/media/webrtc/webrtcvideoframe.cc:30:
In file included from ../../third_party/libyuv/include/libyuv/convert.h:14:
../../third_party/libyuv/include/libyuv/basic_types.h:73:9: error: 'ALIGNP' 
macro redefined [-Werror]
#define ALIGNP(p, t) \
        ^
../../third_party/libjingle/overrides/talk/base/basictypes.h:63:9: note: 
previous definition is here
#define ALIGNP(p, t) \
        ^

Original issue reported on code.google.com by fbarch...@chromium.org on 30 Sep 2012 at 6:05

GoogleCodeExporter commented 8 years ago
r381 fixes this.

Original comment by fbarch...@chromium.org on 30 Sep 2012 at 7:10