Boost logo

Boost :

Subject: Re: [boost] [type_traits] extension has_operator_xxx - cv qualifiers and references
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2011-02-10 01:23:12


> Who knows how to run the tests in the sandbox on windows with msvc?
> Or who could test for us?

I have made some progress:
using the following user-config.jam:
using msvc : 10.0 : :
        <compileflags>"\"-ID:\\Softs\\Microsoft Visual Studio
10.0\\VC\\include\""
        <compileflags>"\"-ID:\\sandbox\\type_traits\""
        <compileflags>"\"-ID:\\Softs\\1.5\\mgw-release\\boost\\include\""
        ;

But the linker says it cannot find msvcprtd.lib.
I would like to say to the linker to look in D:\Softs\Microsoft Visual
Studio 10.0\VC\lib for libraries.
How do I say that in user-config.jam?

Frédéric


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