Bug 67585

Summary: webkit does not build on g4 ppc - Target architecture was not detected
Product: WebKit Reporter: Michael Mueller <m.mueller>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (PowerPC)   
OS: OS X 10.5   

Michael Mueller
Reported 2011-09-04 22:40:04 PDT
Hello, OS X 10.5 PPC G4 I got the latest version from svn and tried to compile it on the command line. Several modules will not compile and break with an error pointo to utils.h line 64 - Target architecture was not detected as supported by Double-Conversion #if defined(_M_X64) || defined(__x86_64__) || \ defined(__ARMEL__) || \ defined(_MIPS_ARCH_MIPS32R2) #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 #elif defined(_M_IX86) || defined(__i386__) #if defined(_WIN32) // Windows uses a 64bit wide floating point stack. #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 #else #undef DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS #endif // _WIN32 #else #error Target architecture was not detected as supported by Double-Conversion. #endif
Attachments
Michael Mueller
Comment 1 2011-09-04 22:41:47 PDT
platform specified
Alexey Proskuryakov
Comment 2 2011-09-06 16:23:12 PDT
This should be fixed now. *** This bug has been marked as a duplicate of bug 67654 ***
Note You need to log in before you can comment on or make changes to this bug.