Compiling supernova

bsd4me

Well-Known Member
Hallo,

ich würde gerne den Assembler Supernova auf FreeBSD zum Laufen bekommen. (Hier der source: https://github.com/10XGenomics/supernova). Man benötigt dazu auch das paket cargo...

wenn ich allerdings das Teil entpacke und gmake starte, bekomme ich:

[user@host] > gmake
mkdir lib/bin
cd /local/home/user/appl/supernova-master/lib/tada; CC=gcc CXX=g++ CARGO_HOME=/local/home/user/appl/supernova-master/.cargo cargo build --release
Updating git repository `https://github.com/alexcrichton/flate2-rs.git`
Updating registry `https://github.com/rust-lang/crates.io-index`
...
Compiling void v1.0.2
Compiling tada v0.3.0 (file:///local/home/user/appl/supernova-master/lib/tada)
Compiling num_cpus v1.2.1
Compiling memchr v0.1.11
Compiling backtrace-sys v0.1.5
Compiling tempdir v0.3.5
error: couldn't read "build.rs": No such file or directory (os error 2)

error: Could not compile `tada`.
Build failed, waiting for other jobs to finish...
error: build failed
gmake: *** [Makefile:67: tada] Error 101


hat jemand eine Idee warum das nicht funktioniert?

Danke :) Norbert
 
Zurück
Oben