Compiling issues on debian wheezy (solved)

Having trouble with LMMS? Ask about it here.
search for xinerama in synaptic and just install what's in there that ends with -dev
try:

Code: Select all

apt-get install libxinerama-dev
That worked thanks :)
Here:
http://lmms.sourceforge.net/wiki/index. ... ther_Notes
I forgot exactly how I arrived to this solution: sudo aptitude install libxft-dev libfreetype6-dev .

(KoenR: had the same issue, but resolved it using sudo aptitude install libxinerama1 libxinerama-dev)
You might need libxinerama1 too. If not to make it compile too make it run later.
owallgren wrote:Here:
http://lmms.sourceforge.net/wiki/index. ... ther_Notes
I forgot exactly how I arrived to this solution: sudo aptitude install libxft-dev libfreetype6-dev .

(KoenR: had the same issue, but resolved it using sudo aptitude install libxinerama1 libxinerama-dev)
You might need libxinerama1 too. If not to make it compile too make it run later.
So uninstall and re-cmake and reinstall?
Edit: oh nevermind I did install that and it's fine, only thing is it doesn't show the logo for lmms right but oh well.
libxinerama1 is a dependency anyway but probably not under compile time.
http://packages.debian.org/squeeze/lmms
You can try this command to see if it wants to pull in any further packages:

Code: Select all

apt-get build-dep lmms
Rock on!

8-)