Boost logo

Boost :

From: Daniel Yerushalmi (daniel_zy_at_[hidden])
Date: 2002-12-04 05:48:14


"Joel de Guzman" <djowel_at_[hidden]> wrote in message
news:049e01c29b4c$d5205180$8d564eca_at_kim...
>
> ----- Original Message -----
> From: "Carl Daniel" <cpdaniel_at_[hidden]>
>
>
> > "Daniel Yerushalmi" <daniel_zy_at_[hidden]> wrote in message
> > news:arro31$2op$1_at_main.gmane.org...
> > > Hi
> > > Are there any plan to integrate the spirit
http://spirit.sourceforge.net/
> > > into the boost distribution?
> > > This is really nice library and now each new distribution of boost may
> > break
> > > it.
> > > (It is not yet integrated in 1.20)
> >
> >
> > Since Spirit was accepted into Boost just after the release of 1.29.0,
it is
> > unlikely to appear in any official Boost release prior to 1.30, which is
not
> > quite on the radar screen yet. There has been talk of a 1.29.1 release,
but
> > I wouldn't expect to see Spirit incorporated into that release.
>
> As soon as the review requests are fulfilled... I do not have a
> definite time when that will be. Most of the items in the to do
> list are easy. However, there are some quite sticky items
> such as the Phoenix/BLL issue that I am starting to address
> right now. FWIW, Spirit is 100% compatible with 1.28 and
> 1.29. Should the boost folks allow, a post review version that
> addresses 95% of the review can perhaps be incorporated into
> a pre-1.30 boost distribution.
>
> Thoughts?
>
> Regards,
> --Joel
>
>
Siprit may be compatible with boost for the linux platform but when I tried
to compile 1.5.1 with boost 1.29 (msvc 6sp5) I got the following error (:
I am having boost1.29 before before spirit1.5.1 on the the path.

c:\develop\spirit-1.5.1\boost\spirit\iterator\impl\msvc_ps_helper.hpp(60) :
error C2371: 'true_t' : redefinition; different basic types
        c:\develop\spirit-1.5.1\boost\spirit\core\basics.hpp(38) : see
declaration of 'true_t'
c:\develop\spirit-1.5.1\boost\spirit\iterator\impl\msvc_ps_helper.hpp(65) :
error C2371: 'false_t' : redefinition; different basic types
        c:\develop\spirit-1.5.1\boost\spirit\core\impl\basics.ipp(23) : see
declaration of 'false_t'
c:\develop\spirit-1.5.1\boost\spirit\iterator\impl\multi_pass_msvc.hpp(402)
: fatal error C1903: unable to recover from previous error(s); stopping
compilation
Error executing cl.exe.

(Spirit is working fine for me with version 1.3.1MSVC -- but boost does not
work with this version :( )
I guess I should hack a fix to this!
Regards,
    Daniel.

> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost
>


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