-
Notifications
You must be signed in to change notification settings - Fork 72
Description
Errror then compile:
cmake ..
-- Configuring done
-- Generating done
-- Build files have been written to: /app/bytecoin-gui/build
[root@f7ca8c5039b3 build]# make
[ 1%] Automatic MOC and UIC for target bytecoin-gui
[ 1%] Built target bytecoin-gui_autogen
[ 3%] Automatic RCC for src/resources.qrcAutoRcc subprocess error
The rcc process failed to compile
"/app/bytecoin-gui/src/resources.qrc"
into
"/app/bytecoin-gui/build/bytecoin-gui_autogen/UVLADIE3JM/qrc_resources.cpp"Command
/usr/lib64/qt5/bin/rcc -name resources -o /app/bytecoin-gui/build/bytecoin-gui_autogen/UVLADIE3JM/qrc_resources.cpp /app/bytecoin-gui/src/resources.qrc
Output
RCC: Error in '/app/bytecoin-gui/src/resources.qrc': Cannot find file 'icons/lock_closed.png'
make[2]: *** [CMakeFiles/bytecoin-gui.dir/build.make:174: bytecoin-gui_autogen/UVLADIE3JM/qrc_resources.cpp] Error 1
make[1]: *** [CMakeFiles/Makefile2:72: CMakeFiles/bytecoin-gui.dir/all] Error 2
make: *** [Makefile:84: all] Error 2