Boost logo

Boost-Build :

Subject: Re: [Boost-build] Intel/Windows 11.1 /Op option deprecated
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-12-10 01:38:31


On Tuesday 08 December 2009 22:26:28 Beman Dawes wrote:

> I've just upgraded from 10.x to 11.1, and am getting this warning:
>
> icl: command line remark #10010: option '/Op' is deprecated and
> will be removed in a future release. See '/help deprecated'
>
> icl /help deprecated produces:
>
> ...
> /Op use /fp:<arg>
> ...
>
> Should I open a ticket for this, or is it something that can be easily fixed?

Could you provide the command line that you see? (bjam -n -a). Does it actually
contain /Op explicitly? Can you post your user-config.jam? Can you run

        bjam --debug-configuration

and report the output?

The thing is that /Op is supposed to be emitted only if you are using msvc 6.0 or
7.0, so it's unclear what's going on.

- Volodya


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