On Thu, 28 Mar 2002, Stas Bekman wrote:
> Per Einar Ellefsen wrote: > > > But I'm having some big problems: > > running: > > $ bin/build > > > > I get this output: > > > > html2ps: Command not found. (is this a problem ?) > > you won't be able to build the pdfs without this (which is needed when > you use -d flag to bin/build). It goes like this: > > DocSet installs html2ps, then when it's run it checks whether it has > html2ps by calling system('which html2ps'). Now I've no idea whether > which() works on non-Unix systems. Please look at the > lib/DocSet/RunTime.pm and see if there is a better crossplatform > solution for checking whether some executable is available.
A portable "which" is in modperl-2.0/lib/Apache/Build.pm.
Aah, nice Randy!
I think I'll actually go for trying to port DocSet to Windows, it'll allow me to debug more easily.
-- Per Einar Ellefsen [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
