[Webkit-unassigned] [Bug 15400] New: JavaScriptCore gets compiled with icu-config compiler flags prepended, instead of appended

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 6 07:37:04 PDT 2007


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

           Summary: JavaScriptCore gets compiled with icu-config compiler
                    flags prepended, instead of appended
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ed at fxq.nl


On my FreeBSD desktop, I can't compile WebKit, because the compiler flags of
icu-config get prepended to the CXXFLAGS. The result:

c++ -c -pipe -D_REENTRANT -I/usr/local/include -O2 -fno-strict-aliasing -pipe
-Wall -W -DBUILDING_GTK__ -I/usr/local/share/qt4/mkspecs/freebsd-g++
-I../../../../JavaScriptCore/kjs -I../../../../JavaScriptCore
-I../../../../JavaScriptCore/kjs -I../../../../JavaScriptCore/bindings
-I../../../../JavaScriptCore/bindings/c -I../../../../JavaScriptCore/wtf -Itmp
-I../../../../JavaScriptCore -I../../../../JavaScriptCore/kjs
-I../../../../JavaScriptCore/bindings -I../../../../JavaScriptCore/bindings/c
-I../../../../JavaScriptCore/wtf -I../../../../JavaScriptCore/pcre -Itmp
-I../../../../JavaScriptCore/kjs -I/usr/local/include -I. -o internal.o
../../../../JavaScriptCore/kjs/internal.cpp

This causes inclusions like pcre.h to fail, because my system's pcre.h gets
included, instead of the shipped one.


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