[
https://issues.apache.org/jira/browse/THRIFT-4184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15986529#comment-15986529
]
ASF GitHub Bot commented on THRIFT-4184:
----------------------------------------
GitHub user jeking3 opened a pull request:
https://github.com/apache/thrift/pull/1259
THRIFT-4184: fix appveyor build issue with escaped character sequence in
boost path
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jeking3/thrift THRIFT-4184
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1259.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1259
----
commit 3d4cdebf7f568a50c6f3f7cbb60940720c61c688
Author: James E. King, III <[email protected]>
Date: 2017-04-27T12:41:14Z
THRIFT-4184: fix appveyor build issue with escaped character sequence in
boost path
----
> Building on Appveyor: invalid escape sequence \L
> ------------------------------------------------
>
> Key: THRIFT-4184
> URL: https://issues.apache.org/jira/browse/THRIFT-4184
> Project: Thrift
> Issue Type: Bug
> Components: Build Process
> Affects Versions: 0.11.0
> Environment: Appveyor
> Reporter: James E. King, III
> Assignee: James E. King, III
> Priority: Blocker
> Fix For: 0.11.0
>
>
> See build:
> https://ci.appveyor.com/project/ApacheSoftwareFoundation/thrift/build/1.0.0-dev.1232
> {noformat}
> CMake Error at C:/Program Files
> (x86)/CMake/share/cmake-3.8/Modules/FindBoost.cmake:912 (list):
> Syntax error in cmake code at
> C:/Program Files (x86)/CMake/share/cmake-3.8/Modules/FindBoost.cmake:912
> when parsing string
> C:\Libraries\boost_1_54_0/lib${_arch_suffix}-msvc-10.0
> Invalid character escape '\L'.
> Call Stack (most recent call first):
> C:/Program Files (x86)/CMake/share/cmake-3.8/Modules/FindBoost.cmake:1380
> (_Boost_UPDATE_WINDOWS_LIBRARY_SEARCH_DIRS_WITH_PREBUILT_PATHS)
> build/cmake/DefineOptions.cmake:53 (find_package)
> CMakeLists.txt:52 (include)
> {noformat}
> This happens when cmake is updated and the boost path string is not using
> forward slashes (even on Windows).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)