esnacc / esnacc-ng

A continuation of the Enhanced SNACC ASN.1 compiler - See http://mail.esnacc.org/mailman/listinfo/dev
http://esnacc.org
GNU General Public License v2.0
32 stars 30 forks source link

Compiling from Debian - missing dependency #44

Closed konradb81 closed 7 years ago

konradb81 commented 7 years ago

Hi,

When I tried to compile esnac on debian environment, i spotted an error:

novalid -o compiler/esnacc.1 /bin/bash: novalid: command not found ...

This situation appears when $(XSLTPROC) variable is empty during compilation process (XSLTPROC='').

In debian you need package xsltproc (apt-get install xsltproc) in order to be able to properly compile sources, but info about this dependency is missing in INSTALL.md

I only share information on how to bypass the problem,

Best regards, KB

apconole commented 7 years ago

Thanks for the report. I'll send a patch to the mailing list soon. Can you send me your name + email if you want it to appear in the AUTHORS file?

konradb81 commented 7 years ago

Thanks, but it is not necessary :) - i only want to help others :)

Thanks and best regards! Konrad

apconole commented 7 years ago

Thanks for your contribution, @konradb81