Git Product home page Git Product logo

Comments (6)

bondagit avatar bondagit commented on June 13, 2024

This is part of the Boost System library. That should be at version 1_65 for your distro.
See: https://www.boost.org/doc/libs/1_65_0/libs/system/doc/index.html

The file should be located in:
/usr/include/boost/system/system_error.hpp

And it should be included by:

sudo apt-get install -y libboost-all-dev

from aes67-linux-daemon.

moonshaadow avatar moonshaadow commented on June 13, 2024

I've got the Boost library in the right place.
It seems to be a Clang related problem :
I can change the issue creating a system_error link in /usr/lib/clang/6.0/include/ and pointing to /usr/include/boost/system/system_error.hpp, but it just give me another error.

What can I do to tell to clang to look into the correct path?

from aes67-linux-daemon.

bondagit avatar bondagit commented on June 13, 2024

You can look into the build.sh script.
I can compile with clang using the following commands:

export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
export TOPDIR=$(pwd)
cd daemon
cmake -DCPP_HTTPLIB_DIR="$TOPDIR"/3rdparty/cpp-httplib -DRAVENNA_ALSA_LKM_DIR="$TOPDIR"/3rdparty/ravenna-alsa-lkm -DENABLE_TESTS=ON -DWITH_AVAHI=ON .
make

from aes67-linux-daemon.

bondagit avatar bondagit commented on June 13, 2024

Any upstate on this issue?

from aes67-linux-daemon.

moonshaadow avatar moonshaadow commented on June 13, 2024

I'm able to build without Clang.
I have issues trying to use the driver, but I could tell you more only in a week...

from aes67-linux-daemon.

bondagit avatar bondagit commented on June 13, 2024

I cannot reproduce this issue and no update was provided.

from aes67-linux-daemon.

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.