Giter Site home page Giter Site logo

mdh_modules's People

Contributors

matthewh806 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mdh_modules's Issues

Any chance of a Mac binary?

I would love a Mac binary if possible. Tried to compile, got the following:

src/BpmDancer.cpp:2:10: fatal error: 'component.hpp' file not found

Cannot compile

collect2.exe: error: ld returned 1 exit status
make: *** [C:/msys64/Rack-SDK/compile.mk:52: plugin.dll] Error 1

header corrections, error with addFrame (v1 code)

Fedora 23 Linux
Rack v1.dev.f58fc44
GCC 5.3.1

Greetings ! I hit a few snags when building your v1 repo:

g++  -Wsuggest-override -std=c++11 -Idep/include -fPIC -I../../include -I../../dep/include -MMD -MP -g -O3 -march=athlon-fx -funsafe-math-optimizations -Wall -Wextra -Wno-unused-parameter -DARCH_LIN -c -o build/src/game_of_life_sequencer.cpp.o src/game_of_life_sequencer.cpp
src/game_of_life_sequencer.cpp:2:32: fatal error: componentLibrary.hpp: No such file or directory

This error occurred for all files calling componentlibrary.hpp, the error is because of the case you used in componentLibrary.hpp. Linux is case-sensitive, the build failed until I corrected the headers.

This one:

src/BpmDancer.cpp:46:80: error: ‘addFrame’ was not declared in this scope
         addFrame(SVG::load(asset::plugin(pluginInstance, "res/jigglypuff.svg")));

was corrected by repairing the code at line 46 from the above code to this:

addFrameAll(APP->window->loadSvg(asset::plugin(pluginInstance, "res/jigglypuff.svg")));

After these fixes your code compiles for the current (as of today) Rack v1.

Best regards,

Dave Phillips

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.