Skip to content

[Linux] Issue compiling from source

Hi.

I'm tring to compile this plugin by executing "scripts/scripts_build-plugin.sh" without success.

System info

System: "Debian GNU/Linux trixie/sid"

Kernel: 6.3.0-2-amd64

qmake:

QMake version 3.1
Using Qt version 5.15.10 in /usr/lib/x86_64-linux-gnu

qmake6:

QMake version 3.1
Using Qt version 6.4.2 in /usr/lib/x86_64-linux-gnu

Using qmake6 or qmake return this error:

+ set -e

+ qmake6 .

WARNING: Failure to find: OpenRGB/qt/TabLabel.cpp

WARNING: Failure to find: OpenRGB/qt/OpenRGBFont.cpp

WARNING: Failure to find: OpenRGB/OpenRGBPluginInterface.h

WARNING: Failure to find: OpenRGB/qt/OpenRGBFont.h

WARNING: Failure to find: OpenRGB/ResourceManager.h

WARNING: Failure to find: OpenRGB/dependencies/json/json.hpp

WARNING: Failure to find: OpenRGB/qt/TabLabel.h

WARNING: Failure to find: OpenRGB/qt/TabLabel.cpp

WARNING: Failure to find: OpenRGB/qt/OpenRGBFont.cpp

WARNING: Failure to find: OpenRGB/qt/TabLabel.ui

++ nproc

+ make -j12

make: *** No rule to make target 'OpenRGB/qt/TabLabel.ui', needed by 'ui_TabLabel.h'. Stop.

The OpenRGB directory was empty as you can see by the warnings.

Edited by S