Giter Club home page Giter Club logo

chugins's People

Contributors

ericheep avatar forrcaho avatar gewang avatar jwmatthys avatar kassen avatar lathertonj avatar markcerqueira avatar nessss avatar rmichon avatar spencersalazar avatar tomoyanonymous avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

chugins's Issues

failed to compile abletonlink on macosx

Below is error:

./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:98:21: error: use of undeclared identifier 'steady_timer'
typename Time = steady_timer::clock_type,
^
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:99:27: error: use of undeclared identifier 'steady_timer'
typename TimeTraits = steady_timer::traits_type,
^
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:100:29: error: use of undeclared identifier 'steady_timer'
typename TimerService = steady_timer::service_type>
^
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:98:14: error: template parameter missing a default argument
typename Time = steady_timer::clock_type,
^
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:91:36: note: previous default template argument defined here
typename StreamSocketService = stream_socket_service,
^
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:99:14: error: template parameter missing a default argument
typename TimeTraits = steady_timer::traits_type,
^
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:91:36: note: previous default template argument defined here
typename StreamSocketService = stream_socket_service,
^
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:100:14: error: template parameter missing a default argument
typename TimerService = steady_timer::service_type>
^
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:91:36: note: previous default template argument defined here
typename StreamSocketService = stream_socket_service,
^
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:113:19: error: no type named 'chrono_time_traits' in namespace 'asio::detail'
typedef detail::chrono_time_traits<Time, TimeTraits> traits_helper;
~~~~~~~~^
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:113:37: error: expected member name or ';' after declaration specifiers
typedef detail::chrono_time_traits<Time, TimeTraits> traits_helper;

./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:134:20: error: use of undeclared identifier 'traits_helper'; did you mean 'traits_type'?
typedef typename traits_helper::time_type time_type;
                 ^~~~~~~~~~~~~
                 traits_type
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/c++/4.2.1/streambuf:134:28: note: 'traits_type' declared here
    typedef _Traits                                   traits_type;
                                                      ^
In file included from abl_link_instance.cpp:7:
In file included from ./abl_link_instance.hpp:12:
In file included from ./link/include/ableton/Link.hpp:25:
In file included from ./link/include/ableton/platforms/Config.hpp:22:
In file included from ./link/include/ableton/link/Controller.hpp:22:
In file included from ./link/include/ableton/discovery/Service.hpp:22:
In file included from ./link/include/ableton/discovery/PeerGateways.hpp:22:
In file included from ./link/include/ableton/discovery/InterfaceScanner.hpp:22:
In file included from ./link/include/ableton/platforms/asio/AsioWrapper.hpp:60:
In file included from ./link/modules/asio-standalone/asio/include/asio.hpp:29:
In file included from ./link/modules/asio-standalone/asio/include/asio/basic_socket_iostream.hpp:24:
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:134:35: error: no type named 'time_type' in 'std::char_traits<char>'
typedef typename traits_helper::time_type time_type;
        ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:135:20: error: use of undeclared identifier 'traits_helper'; did you mean 'traits_type'?
typedef typename traits_helper::duration_type duration_type;
                 ^~~~~~~~~~~~~
                 traits_type
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/c++/4.2.1/streambuf:134:28: note: 'traits_type' declared here
    typedef _Traits                                   traits_type;
                                                      ^
In file included from abl_link_instance.cpp:7:
In file included from ./abl_link_instance.hpp:12:
In file included from ./link/include/ableton/Link.hpp:25:
In file included from ./link/include/ableton/platforms/Config.hpp:22:
In file included from ./link/include/ableton/link/Controller.hpp:22:
In file included from ./link/include/ableton/discovery/Service.hpp:22:
In file included from ./link/include/ableton/discovery/PeerGateways.hpp:22:
In file included from ./link/include/ableton/discovery/InterfaceScanner.hpp:22:
In file included from ./link/include/ableton/platforms/asio/AsioWrapper.hpp:60:
In file included from ./link/modules/asio-standalone/asio/include/asio.hpp:29:
In file included from ./link/modules/asio-standalone/asio/include/asio/basic_socket_iostream.hpp:24:
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:135:35: error: no type named 'duration_type' in 'std::char_traits<char>'
typedef typename traits_helper::duration_type duration_type;
        ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:137:20: error: use of undeclared identifier 'traits_helper'; did you mean 'traits_type'?
typedef typename traits_helper::time_type time_point;
                 ^~~~~~~~~~~~~
                 traits_type
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/c++/4.2.1/streambuf:134:28: note: 'traits_type' declared here
    typedef _Traits                                   traits_type;
                                                      ^
In file included from abl_link_instance.cpp:7:
In file included from ./abl_link_instance.hpp:12:
In file included from ./link/include/ableton/Link.hpp:25:
In file included from ./link/include/ableton/platforms/Config.hpp:22:
In file included from ./link/include/ableton/link/Controller.hpp:22:
In file included from ./link/include/ableton/discovery/Service.hpp:22:
In file included from ./link/include/ableton/discovery/PeerGateways.hpp:22:
In file included from ./link/include/ableton/discovery/InterfaceScanner.hpp:22:
In file included from ./link/include/ableton/platforms/asio/AsioWrapper.hpp:60:
In file included from ./link/modules/asio-standalone/asio/include/asio.hpp:29:
In file included from ./link/modules/asio-standalone/asio/include/asio/basic_socket_iostream.hpp:24:
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:137:35: error: no type named 'time_type' in 'std::char_traits<char>'
typedef typename traits_helper::time_type time_point;
        ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:138:20: error: use of undeclared identifier 'traits_helper'; did you mean 'traits_type'?
typedef typename traits_helper::duration_type duration;
                 ^~~~~~~~~~~~~
                 traits_type
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/c++/4.2.1/streambuf:134:28: note: 'traits_type' declared here
    typedef _Traits                                   traits_type;
                                                      ^
In file included from abl_link_instance.cpp:7:
In file included from ./abl_link_instance.hpp:12:
In file included from ./link/include/ableton/Link.hpp:25:
In file included from ./link/include/ableton/platforms/Config.hpp:22:
In file included from ./link/include/ableton/link/Controller.hpp:22:
In file included from ./link/include/ableton/discovery/Service.hpp:22:
In file included from ./link/include/ableton/discovery/PeerGateways.hpp:22:
In file included from ./link/include/ableton/discovery/InterfaceScanner.hpp:22:
In file included from ./link/include/ableton/platforms/asio/AsioWrapper.hpp:60:
In file included from ./link/modules/asio-standalone/asio/include/asio.hpp:29:
In file included from ./link/modules/asio-standalone/asio/include/asio/basic_socket_iostream.hpp:24:
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:138:35: error: no type named 'duration_type' in 'std::char_traits<char>'
typedef typename traits_helper::duration_type duration;
        ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:308:8: error: class member cannot be redeclared
void expires_at(const duration& expiry_time)
     ^
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:288:8: note: previous declaration is here
void expires_at(const time_point& expiry_time)
     ^
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:351:12: error: use of undeclared identifier 'traits_helper'; did you mean 'traits_type'?
  return traits_helper::subtract(expires_at(), traits_helper::now());
         ^~~~~~~~~~~~~
         traits_type
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/c++/4.2.1/streambuf:134:28: note: 'traits_type' declared here
    typedef _Traits                                   traits_type;
                                                      ^
In file included from abl_link_instance.cpp:7:
In file included from ./abl_link_instance.hpp:12:
In file included from ./link/include/ableton/Link.hpp:25:
In file included from ./link/include/ableton/platforms/Config.hpp:22:
In file included from ./link/include/ableton/link/Controller.hpp:22:
In file included from ./link/include/ableton/discovery/Service.hpp:22:
In file included from ./link/include/ableton/discovery/PeerGateways.hpp:22:
In file included from ./link/include/ableton/discovery/InterfaceScanner.hpp:22:
In file included from ./link/include/ableton/platforms/asio/AsioWrapper.hpp:60:
In file included from ./link/modules/asio-standalone/asio/include/asio.hpp:29:
In file included from ./link/modules/asio-standalone/asio/include/asio/basic_socket_iostream.hpp:24:
./link/modules/asio-standalone/asio/include/asio/basic_socket_streambuf.hpp:351:50: error: use of undeclared identifier 'traits_helper'; did you mean 'traits_type'?
  return traits_helper::subtract(expires_at(), traits_helper::now());
                                               ^~~~~~~~~~~~~
                                               traits_type
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/c++/4.2.1/streambuf:134:28: note: 'traits_type' declared here
    typedef _Traits                                   traits_type;
                                                      ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.

Chug file

Hi! I've been trying to compile this for Windows and failed and failed. I can't spend hours more installing small bits of software in order to compile a single file. Do you know where I could find a compiled fluidsynth.chug for Windows? Thanks, I know this tool is not meant for these kinds of messages, but I don't know what else to do.

Ableton Link chugin compile error on Linux

Would love to use this Chugin and possibly build a Lick wrapper for it, but I get this error when compiling:

error: ‘Timeline’ in ‘class ableton::Link’ does not name a template type

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.