Coder Social home page Coder Social logo

Fundamental plugin doesn't load about fundamental HOT 8 OPEN

vcvrack avatar vcvrack commented on September 13, 2024
Fundamental plugin doesn't load

from fundamental.

Comments (8)

AndrewBelt avatar AndrewBelt commented on September 13, 2024

What is your Rack and Fundamental version?

from fundamental.

ycollet avatar ycollet commented on September 13, 2024

I use Rack-0.6.2b and for Fundamental, I used master version (I think HEAD of master is equilvalent to 0.6.1)

from fundamental.

ycollet avatar ycollet commented on September 13, 2024

I just noticed that the Fundamental submodule is not fixed at the same commit than on the master. If I use this commit as the HEAD of the fundamental repo, it builds fine.

from fundamental.

ycollet avatar ycollet commented on September 13, 2024

My bad. It compiles, but it doesn't load because of the missing symbol.

from fundamental.

ycollet avatar ycollet commented on September 13, 2024

I just removed Delay.cpp and instance of Delay in Fundamental.[hc]pp and now the module compiles.

from fundamental.

AndrewBelt avatar AndrewBelt commented on September 13, 2024

There is no master branch. Check out the v0.6 branch.

from fundamental.

ycollet avatar ycollet commented on September 13, 2024

Sorry, I already was on this branch. When you check out this repo, you are automatically on the v0.6 branch.

from fundamental.

mel-odious avatar mel-odious commented on September 13, 2024

I have just encountered the same issue and believe I found the cause: not following the build instructions exactly (as usual ;p).

Essentially, Fundamental requires a
make dep
in Rack/plugins/Fundamental before
make
in order to build the libsamplerate dependency, which is the library that supplies src_delete.

Importantly, the allplugins target in Rack/Makefile will not make the dep target in Rack/plugins/Fundamental/Makefile (imported from Rack/deps.mk), and will therefore not build Fundamental's deps for you. This is presumably also true for other plugins that require additional steps to set up properly. I was tempted to use allplugins to set up several plugins at once but did not consider that there may be extra steps that it did not cover.

from fundamental.

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.