[Webkit-unassigned] [Bug 18489] New: Squirrelfish doesn't build on linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 14 07:18:58 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18489

           Summary: Squirrelfish doesn't build on linux
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loki at inf.u-szeged.hu


Currently the squirrelfish branch is not compiled on linux.

The first error looks like:
g++ -c -pipe -Wreturn-type ...
-o tmp/JSBase.o ../../../JavaScriptCore/API/JSBase.cpp
In file included from ../../../JavaScriptCore/kjs/JSGlobalObject.h:26,
                 from ../../../JavaScriptCore/API/JSBase.cpp:32:
../../../JavaScriptCore/kjs/JSVariableObject.h:32:22: error: Register.h: No
such
file or directory
... 

Which means there are missing Makefile rules, include headers, etc.

So, I have created a small patch which solves this problem.
At least in my system there are no more build failure.


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



More information about the webkit-unassigned mailing list