question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[package] Boost: Allow unknown platforms

See original GitHub issue

Package and Environment Details (include every applicable attribute)

  • Operating System+version: Linux Mint 19.1

I have a private cross-compiler (linux-x86_64 to e2k) and i can’t build ‘boost’, for example, for this reason

raise Exception("I'm so sorry! I don't know the appropriate ABI for your architecture. :'(")

Can we use warning instead of error in this case? May be, conan also should support it?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
SSE4commented, Nov 27, 2019

so far, only ARM hard-float required special flags. I guess we should use no flags for all unknown platforms and just print warning, that should be enough.

1reaction
SSE4commented, Nov 27, 2019

we definitely should allow arbitrary platforms and only issue a warning for the unknown things, not preventing them

Read more comments on GitHub >

github_iconTop Results From Across the Web

B2 User Manual - 1.81.0 - Boost C++ Libraries
The --use-package-manager=NAME command line option allows one to non-intrusively specify per invocation which of the built-in package manager types to use.
Read more >
CMake is not able to find BOOST libraries - Stack Overflow
Try to complete cmake process with following libs: sudo apt-get install cmake libblkid-dev e2fslibs-dev libboost-all-dev libaudit-dev.
Read more >
cmake 3.21 cannot use Boost compiled libs with ROCMClang
Install development packages for a compiled Boost library. In the example below, I'm using libboost-program-options-dev. Reproducer:.
Read more >
FindBoost — CMake 3.25.1 Documentation
This module finds headers and requested component libraries OR a CMake package configuration file provided by a "Boost CMake" build. For the latter...
Read more >
Boost.Build V2 User Manual
Build package, but rather the version bundled with the Boost C++ ... The install allows you to specify only the top-level executable targets....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found