[C++-sig] Re: Re: Problem with vc++ 7
David Abrahams
dave at boost-consulting.com
Tue Nov 26 00:55:58 CET 2002
"Mike Rovner" <mike at bindkey.com> writes:
> "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).
There is no such file-----------------^^^^^^^^^^^^^^^^^^^^^
Did you test the Jamfile in question? Does it work?
>> 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.
Thanks!
--
David Abrahams
dave at boost-consulting.com * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution
More information about the Cplusplus-sig
mailing list