Popax21 / synaTudor

GNU Lesser General Public License v2.1
89 stars 10 forks source link

Problem installing on Arch #13

Closed Alexandre50000 closed 1 year ago

Alexandre50000 commented 1 year ago

Hi,

Thanks for doing this project, it's really great although I can't seem to get it running.

While trying to run the command ninja after build with arch-meson, i get this error:

FAILED: libtudor/synaFpAdapter104.dll libtudor/synaWudfBioUsb104.dll 
/usr/bin/bash ../libtudor/download_driver.sh ../libtudor/installer.sha libtudor/synaFpAdapter104.dll.p libtudor synaFpAdapter104.dll synaWudfBioUsb104.dll
../libtudor/download_driver.sh: line 12: wget: command not found
 shasum: libtudor/synaFpAdapter104.dll.p/installer.exe: No such file or directory
cmp: EOF on - which is empty
 Could not open file "libtudor/synaFpAdapter104.dll.p/installer.exe"
 Done with 1 error.
 cp: missing destination file operand after 'libtudor/synaFpAdapter104.dll'
 Try 'cp --help' for more information.
 cp: missing destination file operand after 'libtudor/synaWudfBioUsb104.dll'
 Try 'cp --help' for more information.
 [18/60] Compiling C object libtudor/libtudor.so.p/src_winapi_bcrypt_bcrypt.c.o
 ninja: build stopped: subcommand failed.

I installed innoextract, libfprint-tod-git and did a full system upgrade with no luck.

Thanks again.

Popax21 commented 1 year ago

You will have to install wget - I am a bit surprised how you don't have it actually, considering it is a widely used standard CLI util.

Alexandre50000 commented 1 year ago

Perfect, that fixed and now it works perfectly. Thank you so much!