Boost logo

Boost :

From: David B. Held (dheld_at_[hidden])
Date: 2003-11-25 22:55:12


"Edward Diener" <eddielee_at_[hidden]> wrote in message
news:bq1565$4fr$1_at_sea.gmane.org...
> Deane Yang wrote:
> > [...]
> > I've already tried to compile something that uses boost,
> > and compilation fails inside boost/config/compiler/borland.hpp,
> > because the compiler is "unknown". Could someone suggest
> > what to do next?
>
> Look at the bottom of boost\config\compiler\borland.hpp . If
> _BORLANDC__ is greater than 0x570 you will fail on this
> message. You need to bump up the 0x570 to be beyond what
> __BORLANDC__ is for the new compiler.

Better than that, create a new profile for the compiler by explicitly
testing for the version, and include no workaround macros. Then
try to build libraries, and add the macros into the new profile as
needed.

Dave

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.538 / Virus Database: 333 - Release Date: 11/10/2003

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