slatex / LaTeXML-Plugin-sTeX

A LaTeXML Plugin for Semantic LaTeX (sTeX)
LaTeX Project Public License v1.3c
2 stars 3 forks source link

Makefile does not make the models (and the compiler does not work) #115

Closed kohlhase closed 4 years ago

kohlhase commented 6 years ago

The main makefile should compile the schema,

unfortunately, this does not work at the moment:

Michaels-MacBook-Pro-3:RelaxNG kohlhase$ pwd
/Users/kohlhase/vc/git/github.com/KWARC/LaTeXML-Plugin-sTeX/lib/LaTeXML/resources/RelaxNG
Michaels-MacBook-Pro-3:RelaxNG kohlhase$ make -B
trang -I rnc -O rng LaTeXML.rnc LaTeXML.rng
trang -I rnc -O rng omdoc+ltxml.rnc omdoc+ltxml.rng
perl compileSchema-omdoc+ltxml.pl
POSIX class [:cntrl::] unknown in regex; marked by <-- HERE in m/([[:cntrl::] <-- HERE ])/ at /Users/kohlhase/localmh/ext/perl5lib/lib/perl5/LaTeXML/Common/Error.pm line 428.
Compilation failed in require at /Users/kohlhase/localmh/ext/perl5lib/lib/perl5/LaTeXML/Core.pm line 18.
BEGIN failed--compilation aborted at /Users/kohlhase/localmh/ext/perl5lib/lib/perl5/LaTeXML/Core.pm line 18.
Compilation failed in require at compileSchema-omdoc+ltxml.pl line 1.
BEGIN failed--compilation aborted at compileSchema-omdoc+ltxml.pl line 1.
make: *** [omdoc+ltxml.model] Error 255
kohlhase commented 6 years ago

Tom, could you have a look at this? You are at the source.

kohlhase commented 4 years ago

I think this is fixed now.