Boost logo

Boost Users :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-09-26 00:31:38


Hi Tino,

>>To begin with, try:
>>
>> exe hello : hello.cpp : <include>FULL_PATH_TO_BOOST
> ;
>>
>>If that builds, we can go on to solve you problem
> with >project constant.
>
>>If not, tell me what specific problem you have? Are
>>boost headers not found?
>>Or you get an error from Boost.Build? Or something
>>else?

> ...using 1 temp target...
> ...updating 3 targets...
> ...using <pbin\msvc\release>hello.obj.rsp...
> msvc.compile.c++ bin\msvc\release\hello.obj
>
> call "C:\Programme\Microsoft Visual Studio .NET
> 2003\Vc7\bin\vcvars32.bat" >
> nul
> cl /Zm800 -nologo -TP /Ob2 /GR /MD /Ogity /O2 /Gs
> /wd4675 /EHs @"bin\msvc\r
> elease\hello.obj.rsp" -c

The -I option should be present in "bin\msvc\release\hello.obj.rsp"
file. Check if it's so. If not, try removing this file and trying again.

> ...skipped 2 targets...
>
>
> Should i use the current cvs version?

This should not matter much.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net