- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
*Copy* can't be *Paste* in Linux Mint 22.2 Cinnamon Nemo
No warning when
-L is necessary?!
See fingerprint image
printf("on_enroll_progress\n"); is called, but no enrolled.pgm is generated.
So my fingerprint reader definitely seems not to enable getting images.
See fingerprint image
gcc $(pkg-config --cflags libfprint-2) storage.c utilities.c enroll.c $(pkg-config --libs libfprint-2) -o enroll
./enroll
Output:
This program…
See fingerprint image
sudo ./verify
Output:
(process:47508): libfprint-context-DEBUG: 20:23:19.571: Initializing FpContext (libfprint version 1.94.7+tod1)
(process:4750…
See fingerprint image
gcc $(pkg-config --cflags libfprint-2) storage.c utilities.c verify.c $(pkg-config --libs libfprint-2) -o verify
./verify
Output:
(process:474…
See fingerprint image
./img-capture
Output:
(process:47355): libfprint-context-DEBUG: 20:22:25.575: Initializing FpContext (libfprint version 1.94.7+tod1)
(process:47355…
See fingerprint image
If change storage.c with a relative path:
gcc $(pkg-config --cflags libfprint-2) storage.c img-capture.c $(pkg-config --libs libfprint-2)
Output:
…
See fingerprint image
gcc $(pkg-config --cflags libfprint-2) -I /home/benjamin_loison/Desktop/bens_folder/dev/git/freedesktop_gitlab/libfprint/libfprint/ storage.c img-capture.c $(pkg-config --libs libfprint-2)…
See fingerprint image
gcc $(pkg-config --cflags libfprint-2) img-capture.c $(pkg-config --libs libfprint-2)
Output:
/usr/bin/ld: /tmp/cclZonwt.o: in function `dev_capture…
See fingerprint image
meson test
Output:
ERROR: No such build data file as '/home/benjamin_loison/Desktop/bens_folder/dev/git/freedesktop_gitlab/libfprint/meson-private…
See fingerprint image
meson build
Output:
The Meson build system
Version: 1.3.2
Source dir: /home/benjamin_loison/Desktop/bens_folder/dev/git/freedesktop_gitlab/libfpri…
See fingerprint image
sudo apt build-dep -y libfprint
Output:
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading…
See fingerprint image
meson build
Output:
The Meson build system
Version: 1.3.2
Source dir: /home/benjamin_loison/Desktop/bens_folder/dev/git/freedesktop_gitlab/libfpri…