Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile under debian 11 #109

Open
onlineapps-cloud opened this issue Jan 12, 2024 · 0 comments
Open

Unable to compile under debian 11 #109

onlineapps-cloud opened this issue Jan 12, 2024 · 0 comments

Comments

@onlineapps-cloud
Copy link

hi, i tried to compile but i get error:

qmake && make
Info: creating stash file /home/user/Downloads/yubikey-personalization-gui-3.1.25/.qmake.stash
cd lib/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/user/Downloads/yubikey-personalization-gui-3.1.25/lib/lib.pro ) && make -f Makefile 
Project MESSAGE: Release build
make[1]: Entering directory '/home/user/Downloads/yubikey-personalization-gui-3.1.25/lib'
compiling scanedit.cpp
compiling us-scanedit.cpp
compiling de-scanedit.cpp
compiling bepo-scanedit.cpp
compiling fr-scanedit.cpp
compiling yubikeyutil.cpp
yubikeyutil.cpp:30:10: fatal error: yubikey.h: No such file or directory
   30 | #include <yubikey.h>
      |          ^~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:417: yubikeyutil.o] Error 1
make[1]: Leaving directory '/home/user/Downloads/yubikey-personalization-gui-3.1.25/lib'
make: *** [Makefile:49: sub-lib-make_first-ordered] Error 2

also i tried to install libyubikey-devel without success:

apt install libyubikey-devel
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libyubikey-devel

i have already installed pkg-config:

apt install pkg-config
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pkg-config is already the newest version (0.29.2-1).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

what i need to do, to compile project? best regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant