problem compiling a windows installer

For code related discussions and questions
Post Reply
hani_l
New user
Posts: 4
Joined: 21 Oct 2012, 01:10

problem compiling a windows installer

Post by hani_l »

I am new to Linux , I am trying to compile a windows installer package and follows the instructions on
http://developer.wz2100.net/wiki/Compil ... gwCrossEnv

but when I am trying to make it , the process stops with this error

Code: Select all

a2x -f manpage -D . ./warzone2100.6.asciidoc
a2x: ERROR: xsltproc  --nonet --stringparam callout.graphics 1
--stringparam navig.graphics 0 --stringparam admon.textlabel 0
--stringparam admon.graphics 1 --stringparam admon.graphics.path
/etc/asciidoc/images/icons// --stringparam callout.graphics.path
/etc/asciidoc/images/icons//callouts/ --stringparam
navig.graphics.path /etc/asciidoc/images/icons//
/etc/asciidoc/docbook-xsl/manpage.xsl
/home/hani/Desktop/warzone/warzonegit/warzone2100/doc/warzone2100.6.xml
returned non-zero exit status 5
any suggestions for solving this issue?

thanx
hani_l
New user
Posts: 4
Joined: 21 Oct 2012, 01:10

Re: problem compiling a windows installer

Post by hani_l »

I solved it , i did not have DOCBOOK and DOCBOOK-XLS on my debian . now it is working
Post Reply