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 make relation-graph as suggested in Ubuntu 20 #11

Closed turbomam closed 2 years ago

turbomam commented 3 years ago

~/git-repos/semantic-sql$ make bin/relation-graph

relation-graph-1.1.tgz gets downloaded and unpacked, but the following && (cd bin... fails

relation-graph-1.1/bin/relation-graph.bat /bin/sh: 1: cd: can't cd to bin make: *** [Makefile:56: bin/relation-graph] Error 2`

turbomam commented 3 years ago

Actually I can't even complete the build on a Catalina MacBook

turbomam commented 3 years ago

see #12 will try again after making a bin directory

turbomam commented 3 years ago

yes, make bin/relation-graph does work if a bin directory is present

turbomam commented 3 years ago

but maybe the lines that invoke relation-graph in the Makefile should use bin/relation-graph

turbomam commented 3 years ago

I made the edit but can't push

MAM@MAM-M74 semantic-sql % git push --set-upstream origin makefile-bin-relation-graph
ERROR: Permission to cmungall/semantic-sql.git denied to turbomam.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
cmungall commented 3 years ago

remember you can always fork a repo

cmungall commented 3 years ago

you have an invite now...

but eventually this should move to an org, after we figure out the optimal arrangement of different functionality