x-itec / asciidoc

Automatically exported from code.google.com/p/asciidoc
GNU General Public License v2.0
0 stars 0 forks source link

'make' doesn't work on OSX 10.6.7 and python 2.6.1 or 2.7.1 #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Run this on OSX 10.6.7 (with either python 2.6.1 or python 2.7.1)
1. autoconf
2. ./configure
3. make

What is the expected output? What do you see instead?
Leads to this error:
Fixing CONF_DIR in asciidoc.py
Fixing CONF_DIR in a2x.py
python a2x.py -f manpage doc/a2x.1.txt
a2x: ERROR: xmllint --nonet --noout --valid 
/Volumes/raptor/dev/opensource/asciidoc/doc/a2x.1.xml returned non-zero exit 
status 4
make: *** [doc/a2x.1] Error 1

What version of the product are you using? On what operating system?
asciidoc 8.6.4, on OSX 10.6.7, tried with stock python 2.6.1 and tried 
upgrading python to 2.7.1

Original issue reported on code.google.com by zo...@simicweb.com on 24 Apr 2011 at 8:57

GoogleCodeExporter commented 8 years ago
The same problem here... any idea how to solve it?

Original comment by chris@nu7hat.ch on 1 Dec 2011 at 3:54

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
in a2x.py I set

XMLLINT = ''

to get it to install.

Original comment by GeneDeL...@gmail.com on 12 Jun 2012 at 3:55