[SOLVED] lmms can't export in .ogg

Having trouble with LMMS? Ask about it here.
I already said that,
Sorry. I unfortunately don't have time to read all of this. I'm answering from memory since I did some of the coding here. There is some bugg in there and you can spend the better part of the day to find it.
That was what made me think, that he does not have ogg-support through linux, at all
I think you're right. Then try:

Code: Select all

sudo apt-get install libogg0 libvorbis0a
For compiling:

Code: Select all

sudo apt-get install libogg-dev libvorbis-dev
Is there some binaries of 1.2.0 or I need to build it?
Yes. There is an experimental AppImage for RC3 here:
https://github.com/LMMS/lmms/pull/3688#issue-241390718
Just download and make it executable and it should work. May not create an icon in the menu.
/usr/include/c++/5/cstdlib:41:28: fatal error: bits/c++config.h: No such file or catalog
If I search for this string I get this lmms issue:
https://github.com/LMMS/lmms/issues/3764
From one of the comments there:

Code: Select all

sudo apt-get install gcc-multilib g++-multilib
Upgrading to 1.2.0 is solved my problem, but i had some problems when i compiled all this.

Image

Clone new lmms from github. (instructions - https://github.com/LMMS/lmms/wiki/Compiling)
I catched some errors while cmake, installing qt helped me.

Install Qt. (instructions - https://github.com/LMMS/lmms/wiki/depen ... ubuntu#qt4 , Qt4 or Qt5)
You may had some troubles with installing wine-dev, add wine-version and try install it again. I installed wine-1.8-dev.

Make your build

Code: Select all

$ make
You can speed up making process with multicore

Code: Select all

$ make -j <number of cores>
When make I faced with

Code: Select all

/usr/include/c++/5/cstdlib:41:28: fatal error: bits/c++config.h: No such file or directory


Install additional dependencies for 64bit systems (instructions - https://github.com/LMMS/lmms/wiki/depen ... ubuntu#qt4 , fatal error: bits/c++config.h: No such file or directory)

Code: Select all

# fixes compilation terminated. winegcc: g++ failed
sudo apt-get install libwine-dev libwine-dev:i386 gcc-multilib g++-multilib
After that I can make build and then

Code: Select all

$ make install
for installing a package.

Maybe, i forgot something and didn't describe all my problems while building. I began think about making screenshots too later. And again, sorry for my russian english. :D
Special thanks for musikbear and zonkmachine.
Great, welcome to lmms! 8-)