Giter Club home page Giter Club logo

Comments (4)

fnogatz avatar fnogatz commented on May 27, 2024

This is due to broken SWI-Prolog packages, not missing npm dependencies. Make sure to install SWI-Prolog in a way you can use the bundled libraries. For instance, the following should work from command line:

> swipl

?- use_module(library(sgml)).
true.
?- use_module(library(chr)).
true.

In most Linux distributions there are software packages for SWI-Prolog available; e.g. swi-prolog in Ubuntu. The SWI-Prolog website introduces the build process for various operating systems. For Linux-OS, I recommend using the SWI-Prolog Version Manager swivm, which handles the installation of the required Prolog modules.

from xsd2json.

fnogatz avatar fnogatz commented on May 27, 2024

Closed since this is because of a broken SWI-Prolog installation. Nevertheless feel free to comment if you need help with your Prolog installation :)

from xsd2json.

lmichel avatar lmichel commented on May 27, 2024

I'm sorry to reopen the issue. I'm an absolute beginner with Prolog.
I properly setup my swipl with Aptitude and swivm as suggested

michel@obs-he-lm:~$ swipl --version
SWI-Prolog version 7.2.3 for x86_64-linux
michel@obs-he-lm:~$ swipl
Welcome to SWI-Prolog (Multi-threaded, 64 bits, Version 7.2.3)
Copyright (c) 1990-2015 ....
?- use_module(library(sgml)).
true.
?- use_module(library(chr)).
true.

When I try to process a schema, I get nothing on stdout; then I switch to the trace mode and I get the following truncated output.

michel@obs-he-lm:~$ xsd2json -t purchaseorder.xsd
CHR:   (0) Insert: node_attribute(/home/michel/purchaseorder.xsd,[0],xmlns:xsd,http://www.w3.org/2001/XMLSchema,source) # <0>
....
....
CHR:   (1) Redo: node_attribute(/home/michel/purchaseorder.xsd,[0],xmlns:xsd,http://www.w3.org/2001/XMLSchema,source) # <0>
CHR:   (0) Fail: node_attribute(/home/michel/purchaseorder.xsd,[0],xmlns:xsd,http://www.w3.org/2001/XMLSchema,source) # <0>
ERROR: Prolog initialisation failed:
ERROR: Domain error: `chr_port' expected, found `none'

I've no idea at all (and Google either) about that chr_port. I guess that others users can have to face the same problem, even if is not a real issue.

LM

from xsd2json.

fnogatz avatar fnogatz commented on May 27, 2024

No problem, you're welcome :) I will have a look at your posted problems in your recently opened issue #54.

from xsd2json.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.