Boost logo

Boost Users :

Subject: Re: [Boost-users] Quickbook quick start
From: Daniel James (daniel_james_at_[hidden])
Date: 2009-05-05 14:52:42


2009/5/4 Deane Yang <deane.yang_at_[hidden]>:

> A followup: I installed doxygen and added
>
> using doxygen ;
>
> to my user-config.jam file. This did not work.

It should work if you add your doxygen executable to your path.

> I tried replacing the line
> above by:
>
> using doxygen : <absolute path to doxygen.exe> ;

Can you give the actual line? If you're using backslashed you'll need
to escape them (e.g. c:\\home\\deane). If there's a space in the path
you'll need to use quotes (e.g. "c:\\Program
Files\\doxygen\\bin\\doxygen.exe").

> This also did not work. I get the following error message below. Any advice
> or help would be welcome.
>
> warn: Unable to construct ../libs/asio/doc/asio

Have you got a complete copy of boost - I don't see why boost build
would want to construct this, as it should already be there?

> c:\home\deane\git\software\boost\libs\accumulators\doc\Jamfile.v2:18: in
> modules.load
> rule doxygen unknown in module

I think this suggests that the using doxygen line didn't work.
Although, I'm not sure.

> Jamfile</c:/home/deane/git/software/boost/libs/accumulators/doc>.

That leading slash is a bit odd. I don't know if it's necessarily a
problem though.

Sorry I can't help you much with this, as I don't really use windows much.

Daniel


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net