Gabor Hojtsy wrote:
> 
> > i should have mentioned: right now i run configure with absolute
> > path, using $PWD/configure or `pwd`/configure, that will generate
> > absolute pathes for the auto generated entities
> 
> -----------------------------------------------------------------
> I tried $PWD/configure under cygwin, and so it generates PATH
> values, like (chapters.ent):

I found the problem with XSLT on Windows. You should use URLs not
filenames in xsl:import instruction (used in xsl/*.xsl). Thus you must
run configure in the following way:

./configure --with-xsl=file:///e:/src/db/xsl

Where e:/src/db/xsl is path to your local copy of DocBook XSL
stylesheets. The problems is, that current configure tests whether
stylesheets exist at this location and this test fails because configure
script doesn't understand this URL syntax. So we should remove this test
from configure.in and let user input whatever value he supplies.

-- 
-----------------------------------------------------------------
  Jirka Kosek                        
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

Reply via email to