evpo / EncryptPad

Minimalist secure text editor and binary encryptor that implements RFC 4880 Open PGP format: symmetrically encrypted, compressed and integrity protected. The editor can protect files with passwords, key files or both.
https://evpo.net/encryptpad
Other
433 stars 64 forks source link

Cannot compile from source #112

Closed ZyxerZyxani closed 2 years ago

ZyxerZyxani commented 2 years ago

Hello. I get error whenever I try to compile from source. I am on Void Linux

make -C build/qt_build RELEASE=on
make[1]: Entering directory '/home/anon/git/EncryptPad/build/qt_build'
make[1]: *** No rule to make target '/usr/lib/qt5/bin/uic', needed by 'ui_set_key_dialog.h'.  Stop.
make[1]: Leaving directory '/home/anon/git/EncryptPad/build/qt_build'
make: *** [Makefile:110: qt_ui] Error 2
ZyxerZyxani commented 2 years ago

make --debug outputs this

GNU Make 4.3
Built for x86_64-unknown-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating makefiles....
Updating goal targets....
 File 'all' does not exist.
   File 'libs' does not exist.
  Must remake target 'libs'.
  Successfully remade target file 'libs'.
   File 'cli' does not exist.
  Must remake target 'cli'.
  Successfully remade target file 'cli'.
   File 'qt_ui' does not exist.
  Must remake target 'qt_ui'.
make -C build/qt_build RELEASE=on
GNU Make 4.3
Built for x86_64-unknown-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating makefiles....
Updating goal targets....
 File 'first' does not exist.
   File 'all' does not exist.
     File '../../bin/release/encryptpad' does not exist.
       File 'ui_set_key_dialog.h' does not exist.
         File '/usr/lib/qt5/bin/uic' does not exist.
        Must remake target '/usr/lib/qt5/bin/uic'.
make[1]: Entering directory '/home/anon/git/EncryptPad/build/qt_build'
make[1]: *** No rule to make target '/usr/lib/qt5/bin/uic', needed by 'ui_set_key_dialog.h'.  Stop.
make[1]: Leaving directory '/home/anon/git/EncryptPad/build/qt_build'
make: *** [Makefile:110: qt_ui] Error 2
ZyxerZyxani commented 2 years ago

Ok so issue is I had missed to install qt5-devel package. Sorry, my bad