-
Couldn't load subscription status.
- Fork 7
Description
Hello,
First of all, many thanks for the excellent paper and sharing the work through this repo.
I'm trying to build FPTuner in an Ubuntu 16.04. I get the following errors related to building Gelpia.
-
"make requirements" fails: the url (http://lipforge.ens-lyon.fr/frs/download.php/162/crlibm-1.0beta4.tar.gz) to download CRLibM is broken
-
I bypassed problem 1. by using the crlibm.tar.gz from the develop branch of Gelpia and have succesfully built requirements. However, compilation of Gelpia ("make") fails with an error related to Rust and the getopts package:
error[E0301]: cannot mutably borrow in a pattern guard
--> /home/ggeorgak/.cargo/registry/src/git.colasdn.top-1ecc6299db9ec823/getopts-0.2.17/src/lib.rs:405:73
|
405 | } else if was_long || name_pos < names.len() || args.peek().map_or(true, |n| is_arg(&n)) {
| ^^^^ borrowed mutably in pattern guard
error: aborting due to previous error
error: Could not compile getopts.