GithubHelp home page GithubHelp logo

octobanana / octavia Goto Github PK

View Code? Open in Web Editor NEW
25.0 25.0 2.0 186 KB

octobanana's customizable text-based audio visualization interactive application.

Home Page: https://octobanana.com/software/octavia

License: MIT License

CMake 1.99% Shell 2.55% C++ 95.46%

octavia's People

Contributors

octobanana avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

ayuryshev k2662

octavia's Issues

macOS Apple Silicon/ARM build errors

Build command:

./RUNME.sh build -- -DCMAKE_CXX_COMPILER='/opt/homebrew/bin/g++-11' -DCMAKE_CXX_FLAGS='-I/opt/homebrew/Cellar/icu4c/69.1/include'  -DCMAKE_LDFLAGS='-L/opt/homebrew/Cellar/icu4c/69.1/lib -licui18n -licuuc -licudata'

In file included from /Users/reportaman/Downloads/octavia/./src/ob/belle/belle.hh:58,
                 from /Users/reportaman/Downloads/octavia/./src/app/app.hh:58,
                 from /Users/reportaman/Downloads/octavia/src/app/app.cc:46:
/Users/reportaman/Downloads/octavia/./src/ob/belle/signal.hh:133:6: error: 'SIGSTKFLT' was not declared in this scope; did you mean 'SIGSTKSZ'?
  133 |     {SIGSTKFLT, "SIGSTKFLT"},
      |      ^~~~~~~~~
      |      SIGSTKSZ
/Users/reportaman/Downloads/octavia/./src/ob/belle/signal.hh:146:6: error: 'SIGPOLL' was not declared in this scope; did you mean 'SIGKILL'?
  146 |     {SIGPOLL, "SIGPOLL"},
      |      ^~~~~~~
      |      SIGKILL
/Users/reportaman/Downloads/octavia/./src/ob/belle/signal.hh:147:6: error: 'SIGPWR' was not declared in this scope
  147 |     {SIGPWR, "SIGPWR"},
      |      ^~~~~~
/Users/reportaman/Downloads/octavia/./src/ob/belle/signal.hh:149:3: error: no matching function for call to 'std::unordered_map<int, std::__cxx11::basic_string<char> >::unordered_map(<brace-enclosed initializer list>)'
  149 |   };
      |   ^

Artifacts in URxvt with colors enabled

Running octavia in URxvt produces artifacts when enabling colors. While running octavia in tmux, everything seems to work great. Even when I try disabling alpha compositing and color shift in URxvt the problem is still there, although not as bad when both are enabled. I'm betting this is because URxvt doesn't support true color. Is there a possibility of working with Xresources color palettes in the future?

Fails to build. Incorrect Boost::coroutine path?

Hello!

You may already be aware of the issue since it looks like the project is still in its infancy, but I've attempted to build this using the instructions on the wiki and unfortunately, I get the following output:

Build type: release
-- The CXX compiler identification is GNU 10.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /sbin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building octavia 0.1.1 in release mode:
     System: Linux-5.8.8-arch1-1
     CXX compiler: GNU 10.2.0
-- Found Boost: /lib64/cmake/Boost-1.72.0/BoostConfig.cmake (found suitable version "1.72.0", minimum required is "1.72.0") found components: coroutine 
-- Configuring done
CMake Error in CMakeLists.txt:
  Imported target "Boost::coroutine" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in CMakeLists.txt:
  Imported target "Boost::coroutine" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.

I have boost-1.72.0-2 cmake-3.18.2-1 icu-67.1-1 sfml-2.5.1-2 gcc-10.2.0-2 clang-10.0.1-1 installed on Arch Linux. The one listed dependency that I'm unsure of whether I have or not is Pthread as listed on the README. There seems to be no explicit package for pthread on Arch linux. Even running sudo ./RUNME.sh build gives the same error as above.

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.