bug-gnuzilla
[Top][All Lists]
Advanced

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

[Bug-gnuzilla] PPC compile fails for WebRTC


From: Gary
Subject: [Bug-gnuzilla] PPC compile fails for WebRTC
Date: Tue, 19 Mar 2013 19:22:35 -0700

I've added '--disable-webrtc' to my .mozconfig but I'm wondering if
anyone has compiled WebRTC on PowerPC...?

in icecat-17.0.1/media/webrtc/trunk/src/typedefs.h I see this snippet...

#if defined(_M_X64) || defined(__x86_64__)
#define WEBRTC_ARCH_X86_FAMILY
#define WEBRTC_ARCH_X86_64
#define WEBRTC_ARCH_64_BITS
#define WEBRTC_ARCH_LITTLE_ENDIAN
#define WEBRTC_LITTLE_ENDIAN
#elif defined(_M_IX86) || defined(__i386__)
#define WEBRTC_ARCH_X86_FAMILY
#define WEBRTC_ARCH_X86
#define WEBRTC_ARCH_32_BITS
#define WEBRTC_ARCH_LITTLE_ENDIAN
#define WEBRTC_LITTLE_ENDIAN
#elif defined(__ARMEL__)
//#define WEBRTC_ARCH_ARM
//#define WEBRTC_ARCH_ARM_FAMILY
//#define WEBRTC_ARCH_ARMEL
#define WEBRTC_ARCH_32_BITS
#define WEBRTC_ARCH_LITTLE_ENDIAN
#define WEBRTC_LITTLE_ENDIAN
#else
#error Please add support for your architecture in typedefs.h

so during compile time I get this error...

In file included from
/usr/local/src/icecat-17.0.1/media/webrtc/trunk/src/modules/../common_types.h:14,
                 from
/usr/local/src/icecat-17.0.1/media/webrtc/trunk/src/modules/../system_wrappers/interface/trace.h:18,
                 from
/usr/local/src/icecat-17.0.1/media/webrtc/trunk/src/modules/audio_device/main/source/audio_device_buffer.cc:11:
/usr/local/src/icecat-17.0.1/media/webrtc/trunk/src/modules/../typedefs.h:52:2:
error: #error Please add support for your architecture in typedefs.h
make[5]: *** [audio_device/main/source/audio_device_buffer.o] Error 1
make[5]: Leaving directory
`/usr/local/src/icecat-17.0.1/media/webrtc/trunk/src/modules/modules_audio_device'
make[4]: *** [src/modules/modules_audio_device_libs] Error 2
make[4]: Leaving directory `/usr/local/src/icecat-17.0.1/media/webrtc/trunk'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/usr/local/src/icecat-17.0.1/media/webrtc'
make[2]: *** [libs_tier_platform] Error 2
make[2]: Leaving directory `/usr/local/src/icecat-17.0.1'
make[1]: *** [tier_platform] Error 2
make[1]: Leaving directory `/usr/local/src/icecat-17.0.1'
make: *** [default] Error 2



reply via email to

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