You are here

Add new comment

Well, I found that I had to upgrade from QT4 to QT5 but then it still did not compile.
./configure went fine but make gave the following errors:
make[1]: Entering directory '/home/pi/Downloads/qxgedit-0.4.0'
cd src/ && ( test -e Makefile || /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake /home/pi/Downloads/qxgedit-0.4.0/src/src.pro -o Makefile ) && make -f Makefile
Project ERROR: Unknown module(s) in QT: x11extras
qxgedit.mak:39: recipe for target 'sub-src-make_first' failed
make[1]: *** [sub-src-make_first] Error 3
make[1]: Leaving directory '/home/pi/Downloads/qxgedit-0.4.0'
Makefile:94: recipe for target 'src/qxgedit' failed
make: *** [src/qxgedit] Error 2

I then searched the internet for "Unknown module(s) in QT: x11extras" and found that I had to install development tools for QT.
I then did sudo apt-get build-dep qtcreator and then the make command worked fine and could finish with sudo make install.
So now I have QXGEDIT 0.4 working.

Thanks a lot, it is a nice tool!

All I need now is a tool that acts like the rhythm box in an electronic organ, a realtime arranger that can generate accompaniment and drums via the DB50XG.

Jan