Code Monkey home page Code Monkey logo

beast's People

Contributors

aerostun avatar alandefreitas avatar bebuch avatar chriskohlhoff avatar danieljames avatar djarek avatar e-fominov avatar florianbehrens avatar glenfe avatar inetic avatar klemens-morgenstern avatar madmongo1 avatar mellery451 avatar miguelportilla avatar mika-fischer avatar nbougalis avatar octopus-prime avatar pdimov avatar reddwarf69 avatar sdarwin avatar seeekr avatar seelabs avatar sehe avatar sublimator avatar traceon avatar vinniefalco avatar wilsonianb avatar ximinez avatar xsacha avatar zaucy avatar

Watchers

 avatar  avatar

Forkers

amarin15

beast's Issues

Using beast 1.83.0.bzl.1 fails to include boost/beast/core/impl/error.ipp

Trying to build a bazel 7.0 project on Mac OS Sonoma 14.2 using the following:

  • MODULE.bazel contains
bazel_dep(name = "boost.asio", version = "1.83.0.bzl.3")
bazel_dep(name = "boost.beast", version = "1.83.0.bzl.1")
  • BUILD.bazel contains a cc_library with
deps = [
    "@boost.asio",
    "@boost.beast",
],
  • building with just #include <boost/asio.hpp> works fine
  • building with #include <boost/beast.hpp> fails with
external/boost.beast~1.83.0.bzl.1/include/boost/beast/core/error.hpp:85:10: fatal error: 'boost/beast/core/impl/error.ipp' file not found

I can see the error.ipp file does exist and has read permissions under [bazel_folder]/6194c68004852dd0d680e05a4da3a80e/external/boost.beast~1.83.0.bzl.1/include/boost/beast/core/impl

  • The error.ipp include is coming from here
  • using #include <boost/beast/core/impl/error.ipp> directly also fails to find the error.ipp file
  • using #include <boost/beast/core/impl/error.hpp> finds the error.hpp file, but fails with other build errors
  • building boost::beast from source without bazel works fine
  • boost::asio also seems to include some .ipp files, so it doesn't look like it's an issue with bazel not finding .ipp files in general

Any thoughts on where this error might be coming from?

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.