vangelisv / thea

OWL2 library for Prolog
http://vangelisv.github.com/thea
108 stars 19 forks source link

configure / Makefile issue on OS X #15

Closed igler closed 14 years ago

igler commented 14 years ago

I had to change the encding of the configure file included int the "thea2-11-02-2010.rar" . At the end there were ^M expressing the end of a line. But this is Windows specific and I had troubles to run the scripts on Unix. As you offer a distribution for Windows I assume that you need to change this in the "thea2-11-02-2010.rar" package?

In the generated Makefile I had to change

... swrl_rdf_hooks.pl\ rules

to

swrl_rdf_hooks.pl\ rules/advancedset.pl \ rules/basicset.pl

by hand. Otherwise a make install would not work.

Best regards,

Michael

cmungall commented 14 years ago

I recommend you either download using the "Download Source" link in github, or do a git clone.

igler commented 14 years ago

Thanx. Compiles perfect now.