Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mapnik] fix features input-csv #33801

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Conversation

autoantwort
Copy link
Contributor

Failed with

[187/192] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DBIGINT -DBOOST_REGEX_HAS_ICU -DBOOST_SPIRIT_X3_HIDE_CXX17_WARNING -DMAPNIK_HAS_DLCFN -DMAPNIK_MEMORY_MAPPED_FILE -DMAPNIK_STATIC_DEFINE -DMAPNIK_STATIC_PLUGINS -DMAPNIK_THREADSAFE -DUSE_BOOST_FILESYSTEM -I/Users/leanderSchulten/git_projekte/vcpkg/buildtrees/mapnik/src/9bfdce93bc-bc7f5e8124.clean/include -I/Users/leanderSchulten/git_projekte/vcpkg/buildtrees/mapnik/src/9bfdce93bc-bc7f5e8124.clean/deps -isystem /Users/leanderSchulten/git_projekte/vcpkg/vcpkg_installed/arm64-osx/include -isystem /Users/leanderSchulten/git_projekte/vcpkg/vcpkg_installed/arm64-osx/include/harfbuzz -fPIC -g -std=c++14 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -MD -MT utils/mapnik-index/CMakeFiles/mapnik-index.dir/__/__/plugins/input/csv/csv_utils.cpp.o -MF utils/mapnik-index/CMakeFiles/mapnik-index.dir/__/__/plugins/input/csv/csv_utils.cpp.o.d -o utils/mapnik-index/CMakeFiles/mapnik-index.dir/__/__/plugins/input/csv/csv_utils.cpp.o -c /Users/leanderSchulten/git_projekte/vcpkg/buildtrees/mapnik/src/9bfdce93bc-bc7f5e8124.clean/plugins/input/csv/csv_utils.cpp
FAILED: utils/mapnik-index/CMakeFiles/mapnik-index.dir/__/__/plugins/input/csv/csv_utils.cpp.o 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DBIGINT -DBOOST_REGEX_HAS_ICU -DBOOST_SPIRIT_X3_HIDE_CXX17_WARNING -DMAPNIK_HAS_DLCFN -DMAPNIK_MEMORY_MAPPED_FILE -DMAPNIK_STATIC_DEFINE -DMAPNIK_STATIC_PLUGINS -DMAPNIK_THREADSAFE -DUSE_BOOST_FILESYSTEM -I/Users/leanderSchulten/git_projekte/vcpkg/buildtrees/mapnik/src/9bfdce93bc-bc7f5e8124.clean/include -I/Users/leanderSchulten/git_projekte/vcpkg/buildtrees/mapnik/src/9bfdce93bc-bc7f5e8124.clean/deps -isystem /Users/leanderSchulten/git_projekte/vcpkg/vcpkg_installed/arm64-osx/include -isystem /Users/leanderSchulten/git_projekte/vcpkg/vcpkg_installed/arm64-osx/include/harfbuzz -fPIC -g -std=c++14 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -MD -MT utils/mapnik-index/CMakeFiles/mapnik-index.dir/__/__/plugins/input/csv/csv_utils.cpp.o -MF utils/mapnik-index/CMakeFiles/mapnik-index.dir/__/__/plugins/input/csv/csv_utils.cpp.o.d -o utils/mapnik-index/CMakeFiles/mapnik-index.dir/__/__/plugins/input/csv/csv_utils.cpp.o -c /Users/leanderSchulten/git_projekte/vcpkg/buildtrees/mapnik/src/9bfdce93bc-bc7f5e8124.clean/plugins/input/csv/csv_utils.cpp
/Users/leanderSchulten/git_projekte/vcpkg/buildtrees/mapnik/src/9bfdce93bc-bc7f5e8124.clean/plugins/input/csv/csv_utils.cpp:384:20: error: no member named 'trim_if' in namespace 'boost'
            boost::trim_if(trimmed, boost::algorithm::is_any_of("\",'\r\n "));
            ~~~~~~~^
1 error generated.

@Adela0814 Adela0814 self-assigned this Sep 18, 2023
@Adela0814 Adela0814 added category:port-bug The issue is with a library, which is something the port should already support info:reviewed Pull Request changes follow basic guidelines labels Sep 18, 2023
@vicroms vicroms merged commit 23a7cab into microsoft:master Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants