As I notice on github there's a constant flow of improvments being done, I wanted to pull on regular basis the latest code for QLC+ v5.
Tried to follow the instructions mentioned on README.txt file on the project page, but I encounter two problems:
- I cloned the repository (get clone https://github.com/mcallegari/qlcplus.git) ... but always end up with launching (trying to launch ) v4.12.8. See below. What am I doing wrong?
- On my Xubuntu I get an error.
Code: Select all
Q Light Controller Plus version 4.12.8 GIT
This program is licensed under the terms of the Apache 2.0 license.
Copyright (c) Heikki Junnila (hjunnila@users.sf.net)
Copyright (c) Massimo Callegari (massimocallegari@yahoo.it)
[b][size=150]qlcplus: symbol lookup error: /lib/x86_64-linux-gnu/libqlcplusengine.so: undefined symbol: _ZdlPvm, version Qt_5[/size][/b]
Am I pointing to the wrong Qt version somehow?
Code: Select all
maartenvd@XUBUNTU:~/Downloads$ sudo find /* -iname "libqlcplusengine.so"
[sudo] password for maartenvd:
/home/maartenvd/Programs/QLC+/build/engine/src/libqlcplusengine.so
find: '/run/user/1000/gvfs': Permission denied
/usr/lib/x86_64-linux-gnu/libqlcplusengine.so
maartenvd@XUBUNTU:~/Downloads$
I know this is not the linux forum, but I hope someone can point me in the right direction.
Thx,
Maarten