Hello,
This may belong on GitHub, but the forum is more informal, so I'm starting here.
I am currently trying to compile LMMS v1.1.3 on Ubuntu 16.04 with QT5 in hopes of it having better HiDPI support based off this comment. However, after installing the many dependencies this software requires, I am currently stuck at the following error:
when I run: in the `lmms/build` directory
After looking into the error a little, I came across this issue and this issue. So, I made sure fluid was installed with another (and indeed it was already installed), and I made sure `/usr/bin/fluid` exists on my system (which it does). I can't figure out what the consensus is for the second, more recent issue. Was an upstream change made that eventually made its way downstream to LMMS, or was an interim solution provided? This is my first experience with the software, so I haven't been following development.
Regardless, I'm quite stuck as to where to go compiling this. Hopefully someone more familiar with building LMMS will see this. If not, can someone point me to a place for items like these? I didn't want to post an issue on GitHub, when it's probably just my own stupidity.
Thanks.
This may belong on GitHub, but the forum is more informal, so I'm starting here.
I am currently trying to compile LMMS v1.1.3 on Ubuntu 16.04 with QT5 in hopes of it having better HiDPI support based off this comment. However, after installing the many dependencies this software requires, I am currently stuck at the following error:
Code: Select all
CMake Error at plugins/zynaddsubfx/CMakeLists.txt:42 (MESSAGE):
Please install the fluid binary which is part of FLTK.
Code: Select all
cmake .. -DWANT_QT5=ONAfter looking into the error a little, I came across this issue and this issue. So, I made sure fluid was installed with another
Code: Select all
sudo apt install fluidRegardless, I'm quite stuck as to where to go compiling this. Hopefully someone more familiar with building LMMS will see this. If not, can someone point me to a place for items like these? I didn't want to post an issue on GitHub, when it's probably just my own stupidity.
Thanks.