GithubHelp home page GithubHelp logo

Comments (9)

pdimov avatar pdimov commented on July 19, 2024 1

It might be a good idea to check 1.69 RC1 at https://dl.bintray.com/boostorg/release/1.69.0/source/

Boost.System is header-only in 1.69, so the link error in the original post should no longer be an issue.

But in general, the rule is that you have to build Boost with the same C++ standard with which you'll be using it. If you're going to use f.ex. C++14, and you're building with a compiler for which C++14 isn't default (such as gcc 5/clang 5 or earlier) you need to build with b2 cxxstd=14.

from filesystem.

jbeich avatar jbeich commented on July 19, 2024

Probably, duplicate of either boostorg/system#24 or boostorg/system#26. See also ABI discussion.

from filesystem.

wkailey avatar wkailey commented on July 19, 2024

I just installed boost 1.68, and I have the same problem. After successfully untarring, building, and installing boost, I am including <boost/regex.hpp> and linking with -lboost_regex, and it comes up with an undefined external [a function named . . . . . .match()] at line 386 of regex/v4/perl_matcher.hpp

from filesystem.

jcbritobr avatar jcbritobr commented on July 19, 2024

This also happens to me with mingw 64 builds on windows and gcc 7.x

from filesystem.

Lastique avatar Lastique commented on July 19, 2024

I'm tempted to close this because it looks like an ABI mismatch problem. I've added a MinGW-w64 gcc 7.3 CI job just to test this config explicitly.

from filesystem.

pdimov avatar pdimov commented on July 19, 2024

And it failed. -)

from filesystem.

Lastique avatar Lastique commented on July 19, 2024

For a different reason. :)

from filesystem.

jcbritobr avatar jcbritobr commented on July 19, 2024

It might be a good idea to check 1.69 RC1 at https://dl.bintray.com/boostorg/release/1.69.0/source/

Boost.System is header-only in 1.69, so the link error in the original post should no longer be an issue.

But in general, the rule is that you have to build Boost with the same C++ standard with which you'll be using it. If you're going to use f.ex. C++14, and you're building with a compiler for which C++14 isn't default (such as gcc 5/clang 5 or earlier) you need to build with b2 cxxstd=14.

I was using gcc 7.3, but will build it again, using b2 cxxstd=14.

Thank you guys.

from filesystem.

Lastique avatar Lastique commented on July 19, 2024

The tests are passing now. So either this was an ABI mismatch or it was already fixed in develop.

from filesystem.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.