Page 1 of 1

Build fails on RPI 3

Posted: Fri Oct 13, 2017 4:48 pm
by snail71
I have followed the following steps to build QLC+ on my RPI:

Install dev tools:
$ sudo apt-get install g++ make git build-essential libqt4-dev qt4-dev-tools fakeroot debhelper devscripts pkg-config
$ sudo apt-get install libasound2-dev libusb-dev libftdi-dev libudev-dev libmad0-dev libsndfile1-dev libfftw3-dev

Make:
$ cd /home/pi
$ git clone https://github.com/mcallegari/qlcplus.git
$ cd qlcplus
$ qmake
$ make -j4

I am getting the following error:

Makefile:299 recipe for target 'sub-plugins-make_default-ordered' failed