Coder Social home page Coder Social logo

Comments (4)

x42 avatar x42 commented on June 27, 2024

There are some rather complex dependency relationships due to re-use of objects for plugins, standalone apps, etc. Those are tricky to model with gnu-make, and it is quite possible that I have missed something, but I cannot reproduce the problem nor see an obvious error.

Can you please provide the complete output and the command used, as well as the output of make --version?
at best do a make clean; make -j9.

Which version of setBfree is that? latest git? git describe --tags

Also, g++ should not only be used if you explicitly set the ENABLE_CONVOLUTION make variable.. and not when just calling make..

from setbfree.

programLyrique avatar programLyrique commented on June 27, 2024

git describe --tags : v0.7.3-3-gfff6d14
make --version : GNU Make 3.82

I did make clean and make -j9.
But I don't manage to reproduce the problem again (often the case with parallelism problems...) !

from setbfree.

x42 avatar x42 commented on June 27, 2024

OK, I still have gnu make 3.81 but that likely makes no difference.

I tried to reproduce it on a few machines without luck so far and I can't see any obvious missing dependency on tonegen.o in the source, either..

I'll keep my eyes open, though.

from setbfree.

cocreature avatar cocreature commented on June 27, 2024

i can confirm this error on archlinux 64bit
The actual error is not the missing file though but
vibrato.c: In function 'initIncrementTables': vibrato.c:200:28: error: 'M_PI' undeclared (first use in this function) double m = sin ((2.0 * M_PI * i) / INCTBL_SIZE);
and
tonegen.c: In function 'initEnvelopes': tonegen.c:2683:14: error: 'M_PI' undeclared (first use in this function) double a = (M_PI * (double) d) / T; /* PI < a <= 0 */
which then results in tonegen.o missing.
If I just use make it's working fine

from setbfree.

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.