Re: [Boost-docs] unable to load reference.xsl

Subject: Re: [Boost-docs] unable to load reference.xsl
From: Beman Dawes (bdawes_at_[hidden])
Date: 2010-05-26 11:19:57


On Tue, May 25, 2010 at 7:01 PM, Steven Watanabe <watanabesj_at_[hidden]> wrote:

> Are you using windows (C:/...) or cygwin (/cygdrive/c/...)
> paths when initializing boostbook in user-config.jam?

Windows. See below.

> I can try to make it just work either way, but it's a bit
> tricky, since I have to detect whether xsltproc was built
> for windows or cygwin.

FWIW, I run bjam from the Windows command prompt, not from Cygwin
bash. I'm using Cygwin to get various programs because of its
convenient packaging, not because I'm trying to emulate a Unix-like
environment.

HTH,

--Beman

using msvc : 9.0express ;
using msvc : 10.0express ;
using msvc : 8.0 ;

using intel-win : 11.1 ;

using gcc : 4.3 : c:/cygwin/bin/g++-4 ;

using gcc : 4.4 : c:/mingw/gcc-4.4/bin/g++
          : <cxxflags>"-std=gnu++0x" ; # MinGW from
www.equation.com/servlet/equation.cmd?fa=fortran

using gcc : 4.5 : c:/mingw/gcc-4.5/bin/g++
          : <cxxflags>"-std=gnu++0x" ; # MinGW 64-bit from
www.equation.com/servlet/equation.cmd?fa=fortran

import toolset : using ;
using python ;
using docutils : "C:/Program Files/Python26/Lib/site-packages/docutils" ;

using xsltproc ;

# BoostBook configuration
using boostbook
  : c:/boost/docbook/xsl
  : c:/boost/docbook/dtd
  ;

using doxygen ;
using quickbook ;


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC