neilharan / openafis

OpenAFIS: High performance C++ fingerprint matching library
BSD 2-Clause "Simplified" License
88 stars 27 forks source link

Error during run command "cmake . && make" #14

Open hashgit0077 opened 3 months ago

hashgit0077 commented 3 months ago

Hi,

I have followed the instruction and was trying install into Ubuntu 24.04 LTS version. When I run "cmake . && make" command, I got the following error came out. Is it error was normal or need to be fixed? The error being thrown under Template.cpp C++ program. Need your expert guide on this.

_In file included from /home/xxxx/openafis/lib/Template.cpp:5: /home/xxxx/openafis/3rdparty/delaunator-cpp/include/delaunator.hpp:325:12: error: variable 'hull_size' set but not used [-Werror,-Wunused-but-set-variable] 325 | size_t hull_size = 3;_

Thanks

hashgit0077 commented 3 months ago

It's my bad because I thought "cmake . && make" is one line command. Actually, it was one line command together with "cmake . && make cli/openafis-cli one-many --f1 fvc2002/DB1_B/101_2.iso --load-factor 4000 --path data/valid"

Ignore this.