XML-Schema-learner
XML-Schema-learner copied to clipboard
Error 64 on make
Hi,
by following the documentation for make, in both examples I receive an error "make: *** [/usr/local/share/XML-Schema-learner/schema-learn] Error 64".
Checking Google didn't help me. Any ideas?
Many thanks & kind regards Mike
I'm a few years late, but: you need to be root to install to /usr/local. You may need to run sudo make install, depending on your OS. Otherwise you could set DESTDIR to a path under your home directory to install it only for yourself; but in that case, you might as well just run it directly from the git repo, wherever you cloned it to.