Code Monkey home page Code Monkey logo

Comments (7)

umlaeute avatar umlaeute commented on May 27, 2024

ah, it seems that for dynamic linking, I have to:

  • define FLEXT_SHARED in the CPPFLAGS
  • link against -lflext-pd only (no idea what libflext-pd-d is for; linking against both crashes Pd during init)

from flext.

grrrr avatar grrrr commented on May 27, 2024

Exactly right. libflext-pd_d is the debug version.

from flext.

grrrr avatar grrrr commented on May 27, 2024

Btw., flext can now also be used without linking, by using -D FLEXT_INLINE, where all needed code will be inlined to the external.

from flext.

umlaeute avatar umlaeute commented on May 27, 2024

ah thanks for clarification about the _d suffix.

-DFLEXT_INLINE doesn't work for me, as the .cpp files are not installed with make install

from flext.

grrrr avatar grrrr commented on May 27, 2024

Seems you are working with the autoconf files. It's a wonder they work at all ;-)
I will have a look and include the .cpp files to the installation.

from flext.

grrrr avatar grrrr commented on May 27, 2024

Ok, i believe to have fixed the installation of the .cpp files both for the flext build system and autoconf.

from flext.

grrrr avatar grrrr commented on May 27, 2024

I think all points are clarified, closing the issue.

from flext.

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.