Coder Social home page Coder Social logo

Comments (4)

dbrowne11 avatar dbrowne11 commented on September 2, 2024

I just ran into a similar issue. I added flutter sequencer to a pretty much clean project targeting android and developing on windows. So far I've found adjusting CMAKE_CXX_STANDARD in CMakeLists.txt has some affect. Oddly even with CXX 17, I get the message that versions < C++14 are not supported. Changing to CXX 14, 20, or 23 yield other errors loading the same (abseil) library. Let me know if you've found a solution or made other progress, I'd like to solve this and submit a PR if necessary.

from flutter_sequencer.

LeventeAsztalos avatar LeventeAsztalos commented on September 2, 2024

@dbrowne11 @e1ke
Could you solve this issue? I get the same error when I try to build to android with an M1 mac.

from flutter_sequencer.

e1ke avatar e1ke commented on September 2, 2024

no, unfortunately I could not solve the issue. I used the flutter_sequencer to get a clean metronome but because of this issue i changed my app to sadly not use this package anymore. Instead I tried to implement my own algorithm for a metronome on point but I am still struggling with it

from flutter_sequencer.

LeventeAsztalos avatar LeventeAsztalos commented on September 2, 2024

I think I found the problem. Sfizz, which checked out as a third party repo with a given commit cloneThirdPartyRepo('sfizz', 'https://github.com/sfztools/sfizz.git', 'fc1f0451cebd8996992cbc4f983fcf76b03295c5') uses abseil-cpp as a submodule.

Based on the .gitsubmodules file in the sfizz folder, it should check out the branch = lts_2020_02_25, but if you check the version with git submodule status abseil-cpp, it actually checks out the latest version.

I updated the the submodules at android/third_party/sfizz:

git submodule init
git submodule update

Then I deleted the android/.cxx folder. After this when I tried to rebuilt my project, it built successfully.

I am not sure how to fix this in the package, as the problem is in the checked out sfizz repo I think.

from flutter_sequencer.

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.