[Webkit-unassigned] [Bug 13587] New: WebKitQt build fails if MacPorts has pcre installed.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 4 07:20:41 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13587
Summary: WebKitQt build fails if MacPorts has pcre installed.
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kde at bunce.us
WebKitQt qmake files have a dependency on MacPorts that can break the build if
the user has a MacPorts install of pcre.
/regexp.o ../../../JavaScriptCore/kjs/regexp.cpp
../../../JavaScriptCore/kjs/regexp.cpp: In constructor
'KJS::RegExp::RegExp(const KJS::UString&, int)':
../../../JavaScriptCore/kjs/regexp.cpp:51: error: cannot convert 'const
uint16_t*' to 'const char*' for argument '1' to 'pcre* pcre_compile(const
char*, int, const char**, int*, const unsigned char*)'
../../../JavaScriptCore/kjs/regexp.cpp:56: error: cannot convert 'const
uint16_t*' to 'const char*' for argument '1' to 'pcre* pcre_compile(const
char*, int, const char**, int*, const unsigned char*)'
../../../JavaScriptCore/kjs/regexp.cpp: In member function 'KJS::UString
KJS::RegExp::match(const KJS::UString&, int, int*, int**)':
../../../JavaScriptCore/kjs/regexp.cpp:139: error: cannot convert 'const
uint16_t*' to 'const char*' for argument '3' to 'int pcre_exec(const pcre*,
const pcre_extra*, const char*, int, int, int, int*, int)'
make[1]: *** [tmp/regexp.o] Error 1
make: *** [sub-WebCore-make_default-ordered] Error 2
--
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