INCATools / semantic-sql

SQL and SQLite builds of OWL ontologies
https://incatools.github.io/semantic-sql/
BSD 3-Clause "New" or "Revised" License
37 stars 3 forks source link

can't build rdftab as suggested in Ubuntu 20 #12

Closed turbomam closed 3 years ago

turbomam commented 3 years ago
~/git-repos/semantic-sql$ make bin/rdftab
curl -L -o bin/rdftab https://github.com/ontodev/rdftab.rs/releases/download/v0.1.1/rdftab-x86_64-unknown-linux-musl
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   640  100   640    0     0   3200      0 --:--:-- --:--:-- --:--:--  3200
Warning: Failed to create the file bin/rdftab: No such file or directory
  0 4552k    0  1369    0     0   3306      0  0:23:29 --:--:--  0:23:29  3306
curl: (23) Failed writing body (0 != 1369)
make: *** [Makefile:51: bin/rdftab] Error 23
jamesaoverton commented 3 years ago

I think you just need to create the bin/ directory first.

turbomam commented 3 years ago

oh, YEAH!