[Webkit-unassigned] [Bug 67585] New: webkit does not build on g4 ppc - Target architecture was not detected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 4 22:40:04 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67585

           Summary: webkit does not build on g4 ppc - Target architecture
                    was not detected
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: m.mueller at slacer.de


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list