XML-Schema-learner icon indicating copy to clipboard operation
XML-Schema-learner copied to clipboard

Error 64 on make

Open mikeg-de opened this issue 8 years ago • 1 comments

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

mikeg-de avatar Mar 14 '17 09:03 mikeg-de

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.

orlitzky avatar Feb 28 '21 15:02 orlitzky