Page 1 of 1

you can't have trouble with uninstalled lmms

Posted: Sun Sep 13, 2015 9:21 am
by seog
hi,
no troubleshooting is needed, I need help in installing lmms-1.1.3 from source. I downloaded lmms.tar.gz from lmms github gave it a try (or two or more) yet it was crashing at "make' command.
I reported it as issue at the abovementioned github lmms they admitted there was 'a general error' but I am not a developer to solve general or otherwise errors.
What to do in this situation?
(Once again I can't use anything but source.)

yours`
sehrguey

Re: you can't have trouble with uninstalled lmms

Posted: Mon Sep 14, 2015 9:38 am
by musikbear
can you link to the thread in question?
I know that the packs here
https://lmms.io/download/#linux
should work - ?- or..?

Re: you can't have trouble with uninstalled lmms

Posted: Tue Sep 15, 2015 8:12 pm
by umcaruje
@MusikBear what part of "(Once again I can't use anything but source.)" from the OP did you not understand? He can't use PPA's since he probably is not on a suitable linux distro.

@seog: please follow our official build tutorial: https://github.com/LMMS/lmms/wiki/Compiling-lmms. You can't simply run 'make' to compile LMMS, you need to have cmake configure your build first. The instructions are pretty straight-forward, but if you have any problems, let me know :)

Re: you can't have trouble with uninstalled lmms

Posted: Wed Sep 16, 2015 3:43 am
by seog
thank you for answering,

@umcaruje your guess is right, I can't use dpkg (and, consequently, neither apt-get nor aptitude).
I followed instructions from https://github.com/LMMS/lmms/wiki/Compiling-lmms (and installed all required dependencies ) and before 'make' I certainly used 'cmake' but crashing occurred at the 'make' stage of installation - at 45% (carla plugin) and when I turned it off in the Makelist file (after advise from a member of the github lmms developer team) it crashed at 99% .

yours`
sehrguey

Re: you can't have trouble with uninstalled lmms

Posted: Wed Sep 16, 2015 8:10 am
by umcaruje
seog: can you please paste your terminal output for that error here? If it's too long use https://gist.github.com/ to host it.

Re: you can't have trouble with uninstalled lmms

Posted: Wed Sep 16, 2015 11:55 am
by musikbear
@MusikBear what part of "(Once again I can't use anything but source.)" from the OP did you not understand? He can't use PPA's since he probably is not on a suitable linux distro.
to be precise -everything- :P

Re: you can't have trouble with uninstalled lmms

Posted: Thu Sep 17, 2015 5:11 am
by seog
hi umcaruje

here is the link to the output when I try installing lmms-1.1.3

https://gist.github.com/sehrguey/4e3de59ebdfcb94e1787

thank you

yours`
sehrguey

Re: you can't have trouble with uninstalled lmms

Posted: Fri Sep 18, 2015 6:40 pm
by umcaruje
hi that seems to point to a FLTK error, do you have libfltk1.3-dev or equivalent installed? Your last resort can also be to disable Zyn in the CMakeLists files, but you don't really want that.

Re: you can't have trouble with uninstalled lmms

Posted: Sat Sep 19, 2015 5:21 am
by seog
hello umcarje,

right now I installed libfltk1.3-dev (from source) and tried once again to install lmms with the same result - crash at 99% when adding zynaddsubfx.
I looked through the CMakeList but cannot locate where to cancel adding zynaddsubfx.

yours`
sehrguey