[Webkit-unassigned] [Bug 39847] New: webkit-gtk 1.2.1 won't build on 10.4 Tiger : FastMalloc.cpp:1702: error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 27 10:20:27 PDT 2010


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

           Summary: webkit-gtk 1.2.1 won't build on 10.4 Tiger :
                    FastMalloc.cpp:1702: error
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh PowerPC
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: elelay at macports.org


Created an attachment (id=57256)
 --> (https://bugs.webkit.org/attachment.cgi?id=57256)
patch fixing the compilation error

I end up with a compilation error in webkit-1.2.1/JavaScriptCore/wtf/FastMalloc.cpp :

{{{
  CXX    JavaScriptCore/wtf/libJavaScriptCore_la-FastMalloc.lo
JavaScriptCore/wtf/FastMalloc.cpp: In member function 'void WTF::TCMalloc_PageHeap::Carve(WTF::Span*, WTF::Length, bool)':
JavaScriptCore/wtf/FastMalloc.cpp:1702: error: 'free_committed_pages_' was not declared in this scope
make[1]: *** [JavaScriptCore/wtf/libJavaScriptCore_la-FastMalloc.lo] Error 1
make: *** [all] Error 2
}}}

It seems that not all usage of free_committed_pages_ are guarded by USE_BACKGROUND_THREAD_TO_SCAVENGE_MEMORY,
so I removed the guards around its definition.

-- 
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