WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
130965
[CMake] Stop checking for WTF_USE_ICU_UNICODE.
https://bugs.webkit.org/show_bug.cgi?id=130965
Summary
[CMake] Stop checking for WTF_USE_ICU_UNICODE.
Raphael Kubo da Costa (:rakuco)
Reported
2014-03-31 04:09:59 PDT
[CMake] Stop checking for WTF_USE_ICU_UNICODE.
Attachments
Patch
(1.81 KB, patch)
2014-03-31 04:11 PDT
,
Raphael Kubo da Costa (:rakuco)
mrobinson
: review+
mrobinson
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Raphael Kubo da Costa (:rakuco)
Comment 1
2014-03-31 04:11:00 PDT
Created
attachment 228172
[details]
Patch
Martin Robinson
Comment 2
2014-03-31 07:11:31 PDT
Comment on
attachment 228172
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=228172&action=review
> Source/JavaScriptCore/CMakeLists.txt:30 > + "${ICU_INCLUDE_DIRS}"
I'm pretty sure you don't want parenthesis here, since there may be more than one directory.
Raphael Kubo da Costa (:rakuco)
Comment 3
2014-03-31 07:30:34 PDT
(In reply to
comment #2
)
> (From update of
attachment 228172
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=228172&action=review
> > > Source/JavaScriptCore/CMakeLists.txt:30 > > + "${ICU_INCLUDE_DIRS}" > > I'm pretty sure you don't want parenthesis here, since there may be more than one directory.
This should be fine; if the variable has a list each item is added as a separate path.
Martin Robinson
Comment 4
2014-03-31 07:35:58 PDT
(In reply to
comment #3
)
> This should be fine; if the variable has a list each item is added as a separate path.
Won't it evaluate the list as "one two three" instead of "one" "two" "three" though?
Raphael Kubo da Costa (:rakuco)
Comment 5
2014-03-31 07:42:37 PDT
(In reply to
comment #4
)
> (In reply to
comment #3
) > > > This should be fine; if the variable has a list each item is added as a separate path. > > Won't it evaluate the list as "one two three" instead of "one" "two" "three" though?
As in "-Ione two three" instead of "-Ione -Itwo -Ithree"? Not really; include_directories("one;two;three") becomes "-Ione -Itwo -Ithree".
Raphael Kubo da Costa (:rakuco)
Comment 6
2014-03-31 08:06:12 PDT
Committed
r166503
: <
http://trac.webkit.org/changeset/166503
>
Raphael Kubo da Costa (:rakuco)
Comment 7
2014-03-31 08:06:41 PDT
(In reply to
comment #6
)
> Committed
r166503
: <
http://trac.webkit.org/changeset/166503
>
This is a slightly modified version that does not quote ${ICU_INCLUDE_DIRS}.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug