Fala Thiago,

2009/10/27 Thiago H. Pojda <thiago.po...@gmail.com>

> $ phd -d doc-base/.manual.xml --package PHP
> [03:30:13 - VERBOSE_INDEXING] Indexing...
> [03:32:52 - VERBOSE_INDEXING] Indexing done
> [03:32:52 - VERBOSE_RENDER_STYLE] Running full build
> [03:32:57 - E_WARNING] /usr/local/bin/phd:13
>     fopen(/usr/local/lib/php//HaruDoc.php): failed to open stream: No such
> file or directory
> PHP Fatal error:  Uncaught exception 'Exception' with message 'Cannot find
> file for HaruDoc: /usr/local/lib/php//HaruDoc.php' in /usr/local/bin/phd:14
>
>


The problem is because you don't have the Haru PDF extension installed. Haru
is used in the pdf based formats and you must install it if you want render
in pdf. If you don't wanna use the pdf formats you can pass the --format
option to only render the formats you want.

Example:

$ phd -d .manual.xml --format xhtml --format bigxhtml --format chm --package
PHP

If you don't pass the --format opt, PhD will try to render all formats of
the package.

To see the packages/formats you have installed you can type:

$ phd --list


--Moacir de Oliveira

Reply via email to