Boost logo

Boost Users :

From: JOAQUIN LOPEZ MU?Z (joaquin_at_[hidden])
Date: 2006-09-06 12:47:47


----- Mensaje original -----
De: LionAM <alemue7_at_[hidden]>
Fecha: Miércoles, Septiembre 6, 2006 5:37 pm
Asunto: Re: [Boost-users] ptr_container compiles slow

>
>
> Joaquín Mª López Muñoz wrote:
> >
> > more drastically, erase the entire Debug or Release directory
before
> > rebuilding (can take very long the first time.)
> >
>
> The error occurs in every project,
> also in new ones and console applications.
> Complete Rebuilding or deleting doesn't change anything...

Too bad :( Sometimes playing with some compiler settings
can solve this kind of issues: in particular, if you're
in debug mode you can try switching from /ZI (Program Database
for Edit and Continue) to a less demanding type of debugging
information (/Zi, /Z7 or /Zd): this has worked for me
in the past for other libraries.
Other than this, your options are getting back to your
original situation (with slow compile times) or, if you
can afford it, follow Thorsten's wise advice and upgrade
to a reasonable compiler like MSVC 7.1.

Good luck,

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo


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