On 06/22/2018 10:33 AM, IOhannes m zmölnig wrote:
I tried to follow all the steps (installing Ola, compiling Flext), but the object Ola2pd is not recognized by Pd.
btw, if you are on a recent Debian based distribution, building might be as simple as:
$ sudo apt install pd-flext-dev libola-dev
$ make -f /usr/share/pd-flext/dev/Makefile.flext ldlibs="$(pkg-config
--libs pd-flext) -lola" SRCDIR=.
(that's two lines).
gfmads IOhannes