Error - gnu radio installation

Hi,

I get the following error while executing make.

make[4]: Entering directory `/cygdrive/c/gnuradio-3.1.2/usrp/doc’

mkdir -p html

xmlto html-nochunks …/…/usrp/doc/usrp_guide.xml

xmlto: input does not validate (status 3)

error : Operation in progress

/cygdrive/c/gnuradio-3.1.2/usrp/doc/…/…/usrp/doc/usrp_guide.xml:4:
warning: fa

iled to load external entity
“/cygdrive/c/gnuradio-3.1.2/usrp/doc/docbookx.dtd”

]>

^

error : Operation in progress

warning: failed to load external entity
"/cygdrive/c/gnuradio-3.1.2/usrp/doc/doc

bookx.dtd"

Could not load the external subset “docbookx.dtd”

Document
/cygdrive/c/gnuradio-3.1.2/usrp/doc/…/…/usrp/doc/usrp_guide.xml does

not validate

make[4]: *** [usrp_guide.html] Error 3

make[4]: Leaving directory `/cygdrive/c/gnuradio-3.1.2/usrp/doc’

make[3]: *** [all-recursive] Error 1

make[3]: Leaving directory `/cygdrive/c/gnuradio-3.1.2/usrp/doc’

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory `/cygdrive/c/gnuradio-3.1.2/usrp’

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/cygdrive/c/gnuradio-3.1.2’

make: *** [all] Error 2

Please let me know how to solve this problem.

Thanks and Regards,

N Sivaram

“Narayanan,Sivaramasubramanian (R&T)” wrote:

I get the following error while executing make.

make[4]: Entering directory `/cygdrive/c/gnuradio-3.1.2/usrp/doc’
mkdir -p html
xmlto html-nochunks …/…/usrp/doc/usrp_guide.xml
xmlto: input does not validate (status 3)
error : Operation in progress
/cygdrive/c/gnuradio-3.1.2/usrp/doc/…/…/usrp/doc/usrp_guide.xml:4:
warning: failed to load external entity
“/cygdrive/c/gnuradio-3.1.2/usrp/doc/docbookx.dtd”

A search for “cygwin xmlto” in the gnuradio mail archives turns up
Re: [Discuss-gnuradio] Problem with Installation of GNU radio.

In summary, xmlto does not seem to work with GNU Radio on Cygwin.

– Don W.