Bug 67585 - webkit does not build on g4 ppc - Target architecture was not detected
Summary: webkit does not build on g4 ppc - Target architecture was not detected
Status: RESOLVED DUPLICATE of bug 67654
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (PowerPC) OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-04 22:40 PDT by Michael Mueller
Modified: 2011-09-06 16:23 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Mueller 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
Comment 1 Michael Mueller 2011-09-04 22:41:47 PDT
platform specified
Comment 2 Alexey Proskuryakov 2011-09-06 16:23:12 PDT
This should be fixed now.

*** This bug has been marked as a duplicate of bug 67654 ***