[Webkit-unassigned] [Bug 15399] New: Compilation of JavaScriptCore prepends the icu-config compiler flags, instead of appending them
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 6 07:34:40 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15399
Summary: Compilation of JavaScriptCore prepends the icu-config
compiler flags, instead of appending them
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
Compilation of WebKit fails on my desktop, because cxxflags of icu-config are
prepended, instead of appended. This causes stuff like pcre.h to be included
from /usr/local/include, instead of the one shipped with WebKit.
An example:
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
--
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