-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use either the cli or programatically on MacOS #87
Comments
The > head -n5 cli.exe
#!/bin/sh
# SWI-Prolog saved state
exec ${SWIPL-/home/fnogatz/.swivm/versions/7.6.4/lib/swipl-7.6.4/bin/x86_64-linux/swipl} -x "$0" -- "$@"
<archive> I would expect similar for MacOS. Could you provide the output for In the meantime, you can use xsd2json directly with SWI-Prolog by calling > swipl -g main cli.pl -- --help
> swipl -g main cli.pl -- ../test/xsd/all_element2.xsd |
Hey there, thx for the quick reply. Here is the output: For my project I need to use xsd2json programatically, but thanks for the suggestion. |
I have added a Nevertheless, using the Prolog interface instead of the pre-compiled |
I get the following error when I try to use xsd2json:
Could not open resource database "/usr/local/bin/xsd2json": Inappropriate ioctl for device]
I noticed that the /usr/local/bin/xsd2json is a symlink to .../lib-pl/cli.exe and also saw the commit that talked about windows compatibility. Could this be the issue?
The text was updated successfully, but these errors were encountered: