[Webkit-unassigned] [Bug 29753] New: DerivedSources.make broken for non-Mac targets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 16:20:03 PDT 2009


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

           Summary: DerivedSources.make broken for non-Mac targets
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sfalken at apple.com


I get errors building DerivedSources.make in WebCore on Windows.
The parameters passed to gcc for preprocessing aren't correct for non-Mac
builds.
In particular, since -F isn't supported, we don't pass it, but this means that
gcc can't locate the headers needed to complete the compiles.
Besides this, the path to WebCore should be specified as $(WebCore) to work on
Windows (in the gcc commands).

Here's the error output I see on Windows:

------ Build started: Project: WebCoreGenerated, Configuration: Release Win32
------
Performing Makefile project actions
/usr/bin/bash
gcc: WebCore/ForwardingHeaders/wtf/Platform.h: No such file or directory
gcc: no input files
gcc: WebCore/ForwardingHeaders/wtf/Platform.h: No such file or directory
gcc: no input files
gcc: WebCore/ForwardingHeaders/wtf/Platform.h: No such file or directory
gcc: no input files
gcc: WebCore/ForwardingHeaders/wtf/Platform.h: No such file or directory
gcc: no input files

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