Git Product home page Git Product logo

Comments (5)

shoham5 avatar shoham5 commented on May 3, 2024 1

Thank you. when upgrading gcc to 8.4.0 problem solved.

from lyra.

aluebs avatar aluebs commented on May 3, 2024

Yes, C++17 is definitely needed. Have you tried passing a compiler option to set the standard library?.

from lyra.

mchinen avatar mchinen commented on May 3, 2024

Also, let us know how you are calling bazel build. The standard should be set automatically to -std=gnu++17 from the .bazelrc file.

from lyra.

shoham5 avatar shoham5 commented on May 3, 2024

Hi,

Thank you for the pointer. I was somehow missing the .bazelrc file.
After downloading a clean version, most errors have been resolved. There is still this error
that I am not sure how to handle:

In file included from /usr/include/c++/7/bits/move.h:54:0,
from /usr/include/c++/7/bits/stl_pair.h:59,
from /usr/include/c++/7/bits/stl_algobase.h:64,
from /usr/include/c++/7/memory:62,
from wavegru_model_impl.h:21,
from wavegru_model_impl.cc:15:
/usr/include/c++/7/type_traits: In substitution of 'template<class _Tp, class> static std::true_type std::__do_is_default_constructible_impl::__test(int) [with _Tp = chromemedia::codec::LayerParams::FromDisk; = ]':
/usr/include/c++/7/type_traits:889:35: required from 'struct std::__is_default_constructible_implchromemedia::codec::LayerParams::FromDisk'
/usr/include/c++/7/type_traits:143:12: required from 'struct std::_and<std::_not<std::is_voidchromemedia::codec::LayerParams::FromDisk >, std::__is_default_constructible_implchromemedia::codec::LayerParams::FromDisk >'
/usr/include/c++/7/type_traits:893:12: required from 'struct std::__is_default_constructible_atomchromemedia::codec::LayerParams::FromDisk'
/usr/include/c++/7/type_traits:914:12: required from 'struct std::__is_default_constructible_safe<chromemedia::codec::LayerParams::FromDisk, false>'
/usr/include/c++/7/type_traits:920:12: required from 'struct std::is_default_constructiblechromemedia::codec::LayerParams::FromDisk'
/usr/include/c++/7/type_traits:2979:25: required from 'constexpr const bool std::is_default_constructible_vchromemedia::codec::LayerParams::FromDisk'
/usr/include/c++/7/variant:889:2: required from 'class std::variant<chromemedia::codec::LayerParams::FromDisk, chromemedia::codec::LayerParams::FromConstant>'
layer_wrapper_interface.h:82:56: required from here
/usr/include/c++/7/type_traits:878:48: error: constructor required before non-static data member for 'chromemedia::codec::LayerParams::FromDisk::path' has been parsed
template<typename _Tp, typename = decltype(_Tp())>
^~~~~
/usr/include/c++/7/type_traits:878:48: error: constructor required before non-static data member for 'chromemedia::codec::LayerParams::FromDisk::zipped' has been parsed

from lyra.

aluebs avatar aluebs commented on May 3, 2024

That seems like an error compiling a C++7 header file, not part of the Lyra library.

from lyra.

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.