$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Spirit qi recommendations ?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-07-22 17:17:13
AMDG
Hartmut Kaiser wrote:
>> In order to reduce compile times I have decided to rewrite the
>> parser/grammar
>> from classic to spirit qi (spirit 2.1). My understanding is that
>> faster
>> compiles come from easier modularisation available under spirit qi.
>> (As shown in mini_c example, in the boost tree)
>>
>> However I need this to be portable to as many platforms as
>> possible.
>> In my case minimum set is Linux,HP-UX, AIX.
>>
>
> We never tried to compile Spirit on AIX/xlc. So any feedback is welcome.
> Using gcc should be fine.
>
The trunk regression tests for spirit with xlc mostly fail
with an internal compiler error.
In Christ,
Steven Watanabe