Page 1 of 1
Issues compiling lmms-0.4.13 on debian wheezy
Posted: Tue Mar 26, 2013 10:49 pm
by mariomaster100
So I have all dependencies installed but I keep getting
Code: Select all
Optional plugins
----------------
* SoundFont2 player : OK
* Stk Mallets : OK
* VST-instrument hoster : OK
* VST-effect hoster : OK
* SpectrumAnalyzer : not found, libfftw3-dev (or similiar) ;is highly recommended
* CALF LADSPA plugins : OK
* CAPS LADSPA plugins : OK
* CMT LADSPA plugins : OK
* TAP LADSPA plugins : OK
* SWH LADSPA plugins : OK
* ZynAddSubFX : not found, libfftw3-dev (or similiar) ;is highly recommended
I had to manually compile libfftw3 because it isn't in my repos so I compiled and installed it and it still doesn't see it

Re: Issues compiling lmms-0.4.13 on debian wheezy
Posted: Tue Mar 26, 2013 11:01 pm
by zonkmachine
mariomaster100 wrote:Code: Select all
Optional plugins
----------------
* SpectrumAnalyzer : not found, libfftw3-dev (or similiar) ;is highly recommended
* ZynAddSubFX : not found, libfftw3-dev (or similiar) ;is highly recommended
I had to manually compile libfftw3 because it isn't in my repos so I compiled and installed it and it still doesn't see it

It's in the debian repos here:
http://packages.debian.org/en/wheezy/libfftw3-dev
You need the one with -dev ending for header files and stuff.
Re: Issues compiling lmms-0.4.13 on debian wheezy
Posted: Tue Mar 26, 2013 11:15 pm
by mariomaster100
owallgren wrote:mariomaster100 wrote:Code: Select all
Optional plugins
----------------
* SpectrumAnalyzer : not found, libfftw3-dev (or similiar) ;is highly recommended
* ZynAddSubFX : not found, libfftw3-dev (or similiar) ;is highly recommended
I had to manually compile libfftw3 because it isn't in my repos so I compiled and installed it and it still doesn't see it

It's in the debian repos here:
http://packages.debian.org/en/wheezy/libfftw3-dev
You need the one with -dev ending for header files and stuff.
Oh wow it was in the repos, that's why I didn't find it, I thought it was just named fftw or something not libfftw3

Thanks
Re: Issues compiling lmms-0.4.13 on debian wheezy
Posted: Tue Mar 26, 2013 11:19 pm
by mariomaster100
Should I be worried about the errors at the bottom?
Code: Select all
Installation Summary
--------------------
* Install Directory : /usr/local
* Use system's libsamplerate : TRUE
Supported audio interfaces
--------------------------
* ALSA : OK
* JACK : OK
* OSS : OK
* PortAudio : not found, please install portaudio19-dev (or similiar, version >= 1.9) ;if you require PortAudio support
* PulseAudio : OK
* SDL : OK
Supported MIDI interfaces
-------------------------
* ALSA : OK
* OSS : OK
* WinMM : <not supported on this platform>
Supported file formats for project export
-----------------------------------------
* WAVE : OK
* OGG/VORBIS : OK
Optional plugins
----------------
* SoundFont2 player : OK
* Stk Mallets : OK
* VST-instrument hoster : OK
* VST-effect hoster : OK
* SpectrumAnalyzer : OK
* CALF LADSPA plugins : OK
* CAPS LADSPA plugins : OK
* CMT LADSPA plugins : OK
* TAP LADSPA plugins : OK
* SWH LADSPA plugins : OK
* ZynAddSubFX : OK
-----------------------------------------------------------------
IMPORTANT:
after installing missing packages, remove CMakeCache.txt before
running cmake again!
-----------------------------------------------------------------
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
X11_Xft_LIB (ADVANCED)
linked by target "RemoteZynAddSubFx" in directory /home/todd/downloads/lmms-0.4.13/plugins/zynaddsubfx
X11_Xinerama_LIB (ADVANCED)
linked by target "RemoteZynAddSubFx" in directory /home/todd/downloads/lmms-0.4.13/plugins/zynaddsubfx
Re: Issues compiling lmms-0.4.13 on debian wheezy
Posted: Tue Mar 26, 2013 11:37 pm
by zonkmachine
mariomaster100 wrote:Should I be worried about the errors at the bottom?
Code: Select all
Installation Summary
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
X11_Xft_LIB (ADVANCED)
linked by target "RemoteZynAddSubFx" in directory /home/todd/downloads/lmms-0.4.13/plugins/zynaddsubfx
X11_Xinerama_LIB (ADVANCED)
linked by target "RemoteZynAddSubFx" in directory /home/todd/downloads/lmms-0.4.13/plugins/zynaddsubfx
Have a look at this earlier thread:
https://sourceforge.net/apps/phpbb/lmms ... =539#p1491
Re: Issues compiling lmms-0.4.13 on debian wheezy
Posted: Tue Mar 26, 2013 11:43 pm
by mariomaster100
Yeah installing the packages referenced there helped (libxft-dev and libfreetype6-dev) as well as libxinerama-dev

Re: Issues compiling lmms-0.4.13 on debian wheezy
Posted: Tue Mar 26, 2013 11:50 pm
by mariomaster100
Well doesn't want to make or install now, cmake worked fine.
Code: Select all
/home/todd/downloads/lmms-0.4.13/plugins/zynaddsubfx/LocalZynAddSubFx.cpp: In member function ‘void LocalZynAddSubFx::loadXML(const string&)’:
/home/todd/downloads/lmms-0.4.13/plugins/zynaddsubfx/LocalZynAddSubFx.cpp:132:12: error: ‘unlink’ was not declared in this scope
make[2]: *** [plugins/zynaddsubfx/CMakeFiles/ZynAddSubFxCore.dir/LocalZynAddSubFx.o] Error 1
make[1]: *** [plugins/zynaddsubfx/CMakeFiles/ZynAddSubFxCore.dir/all] Error 2
make: *** [all] Error 2