WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 67654
67585
webkit does not build on g4 ppc - Target architecture was not detected
https://bugs.webkit.org/show_bug.cgi?id=67585
Summary
webkit does not build on g4 ppc - Target architecture was not detected
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug