Bug 67585
| Summary: | webkit does not build on g4 ppc - Target architecture was not detected | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Mueller <m.mueller> |
| Component: | Platform | Assignee: | 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
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
platform specified
Alexey Proskuryakov
This should be fixed now.
*** This bug has been marked as a duplicate of bug 67654 ***