Boost logo

Boost :

From: markus_schoepflin (markus.schoepflin_at_[hidden])
Date: 2002-01-03 08:20:29


--- In boost_at_y..., "Keno" <keno_at_c...> wrote:

[snip error message]

> I'm using the tokenzier from the boost library and get this error
on several compiles. To resolve the problem I always have to do
a "Rebuild All" in MSVC. Could anyone provide some insight as to why
this is happening.
>

My guess is you are using automatic PCHs. Try turning them off to
verify if the problem is indeed caused by this. If it works without
PCHs you could try to manually set up the precompiled header stuff as
it gives you quite a nice speed up in compile time.

> I have tried looking for that msc1.cpp file but cannot find it! I
ma a junior programmer that is also getting used to the VC
environment so I am not sure if it's a setting with VC or with boost.
>

Thats a source file of the compiler and not normally available.

> Running MSVC 6.0 with STLPort 4.5.1 on Win2k SP2 + VC SP5 and using
boost_1_26_0
>
>
> - Keno -

HTH, Markus


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