Boost logo

Boost :

From: Larry Evans (jcampbell3_at_[hidden])
Date: 2002-11-01 21:47:41


David Abrahams wrote:

>Larry Evans <jcampbell3_at_[hidden]> writes:
>
>
>
>>I downloaded the cvs version, but you need to set the PYTHONPATH
>>environment variable before it works; yet, that's not documented in the
>>README. Also, the install doesn't install all the required modules.
>>
>>
>
>I don't do an install. All I do is
>
> autoconf
> ./configure
> make
> cd demo/Boost
> export PYTHONPATH=`cd ..\.. && pwd`
> make boostdemo
>
But I was hoping to use it to document any (including
boost files), not just the demo files.
That's why I wanted to install it.

>
>
>
>>I think maybe changing the definition of make macro, SRC to:
>>
>>SRC := $(basename $(wildcard *.py))
>>
>>in several of the Makefiles would help.
>>
>>
>
>Why? How?
>
>
Because on at least one of the Makefiles I downloaded
the *.py and *.pyc file list was incomplete. The above
suggested change would get all of them.

I checked out the cvs version a few days ago; so, maybe it's
uptodate now. Checking:

.../Synopsis/Linker/Makefile?rev=1.10

illustrates the problem I'm referring to. The 1.11 revision
(changed 2hrs 20min ago) corrects the problem. But it
wouldn't be there with the above suggested change.

>
>
>>David, do you have a corrected version of the code that other
>>boosters could use to avoid others stumbling over these problems?
>>
>>
>
>I'm not having any of these problems.
>
>
And you're using the cvs version?

>
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk