[C++-sig] Re: Re: Problem with vc++ 7

Mike Rovner mike at bindkey.com
Tue Nov 26 00:21:52 CET 2002


"David Abrahams" <dave at boost-consulting.com> wrote in message
news:ubs4d72tg.fsf at boost-consulting.com...
> > How to include my files from c:/a/b/c/include dir and libs (say
> > c:/d/e/f.lib)?
> >
> > When I say:
> >     extension t1 : t1.cpp
> >     <dll>../build/boost_python
>
> You need a colon here. Sources and dependencies are a separate
> argument from requirements
>
> >     <include>c:/a/b/c/include

OK. It works and reveal an error in boost/example/Jamfile (missed colons).

>  Oh, and the library below needs to go with the sources and the other
> dependency. You can read all about this at
http://www.boost.org/tools/build/build_system.htm
>
> >     <lib>c:/d/e/f
> >     ;
>
>
> > IMHO It would be good addition to FAQ (building section).
>
> Please submit a patch which explains whatever you think needs to be
> clarified.

On my way.








More information about the Cplusplus-sig mailing list