Boost logo

Boost-Build :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-07-06 07:31:21


On 07/06/2004 06:29 AM, Vladimir Prus wrote:
> Larry Evans wrote:
[snip]
> That's debug print which has sneaked in the tree. I've removed it.
>

OK. Thanks.

>
>>When trying a similar Jamfile.v2 in:
>>
>>development_lje/libs/managed_ptr/test/
>>
>>with Jamfile.v2 contents:
>>
>><---------------
>>import testing ;
>>
>>project manged_ptr_test
>>
>> : requirements <hardcode-dll-paths>true <toolset>intel
>
>
> .........
>
>
>>: in construct from module object(typed-target)@5
>>error: unable to construct ./smart_ptr_test
>
>
> The only suspicious line is <toolset>intel. Do you really want to require that
> toolset for building? Do you have it configured. Does the probject work when

Yes. gcc won't compile some of my code; hence, I've got to use intel.
By "configure", if you mean doing `./build.sh intel` in the jam_src
directory and then, in $(HOME)/user-configure.jam putting:

using intel ;

then yes; otherwise, I don't know what "configure" means. Is there
something else I should do?

> you remove this requirement?

Yes, it works then, but gets compile time errors; hence, I need intel.

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk