Re: [fluid-dev] Can't build 1.1.2 with LADSPA

2010-09-04 Thread David Henningsson
2010-09-01 11:24, Matt Giuca skrev: The easy fix is to build without the --enable-ladspa flag. Sorry for the inconvenience, currently nobody on this list is actively requesting/using/testing LADSPA on FluidSynth. Fixed in r359 (plcl) and r361 (me), it should now at least compile. Don't know

Re: [fluid-dev] Can't build 1.1.2 with LADSPA

2010-09-04 Thread Matt Giuca
Fixed in r359 (plcl) and r361 (me), it should now at least compile. Don't know if it's working though, care to test it? With ./configure --enable-ladspa, I am now (as of r361) getting these linker errors: ./.libs/libfluidsynth.so: undefined reference to `new_fluid_LADSPA_FxUnit'

Re: [fluid-dev] Can't build 1.1.2 with LADSPA

2010-09-04 Thread David Henningsson
2010-09-04 09:49, Matt Giuca skrev: Fixed in r359 (plcl) and r361 (me), it should now at least compile. Don't know if it's working though, care to test it? With ./configure --enable-ladspa, I am now (as of r361) getting these linker errors: Okay. Just tried with CMake and not autotools.

Re: [fluid-dev] Can't build 1.1.2 with LADSPA

2010-09-04 Thread Matt Giuca
Okay. Just tried with CMake and not autotools. Does it work better in r362? Sorry .. nope, now autogen.sh fails. src/Makefile.am:43: LADSPA_SUPPORT does not appear in AM_CONDITIONAL I've tried adding this line to configure.ac: AM_CONDITIONAL(LADSPA_SUPPORT, test $ENABLE_LADSPA = xyes) It

Re: [fluid-dev] Can't build 1.1.2 with LADSPA

2010-09-04 Thread David Henningsson
2010-09-04 11:23, Matt Giuca skrev: Okay. Just tried with CMake and not autotools. Does it work better in r362? Sorry .. nope, now autogen.sh fails. src/Makefile.am:43: LADSPA_SUPPORT does not appear in AM_CONDITIONAL I've tried adding this line to configure.ac:

Re: [fluid-dev] Can't build 1.1.2 with LADSPA

2010-09-04 Thread Matt Giuca
OK great, that works. Now having said that, I'm not actually testing LADSPA because I don't know what it does. I'm just confirming that it compiles with the autotools version. ___ fluid-dev mailing list fluid-dev@nongnu.org

Re: [fluid-dev] Can't build 1.1.2 with LADSPA

2010-09-04 Thread Pedro Lopez-Cabanillas
On Saturday 04 September 2010, Matt Giuca wrote: OK great, that works. Now having said that, I'm not actually testing LADSPA because I don't know what it does. I'm just confirming that it compiles with the autotools version. There is a document FluidSynth-LADSPA.pdf in the doc/ directory.

Re: [fluid-dev] FluidSynth 1.1.2 has been released!

2010-09-04 Thread David Henningsson
2010-09-03 07:52, Graham Goode skrev: Hi Guys, I'd like to add a greatful thanks for the release of this version also. I had some issues with my Pizzicato organ ranks with 1.1.1 that are now completely solved when using 1.1.2. Thank you!! I'm glad to see that 1.1.2 has been well received