Spirit 1.39 compilation times
First, you should use Boost Trunk, it compiles quite noticeably faster. Second, look in the Spirit examples directly with Boost Trunk, in the QI subdirectory, the mini_c directory has an example of just that.
I cant use use boost trunk, in order to get faster compiles, since I have
to use
boost1.38/1.39. Also it looks like the grammar construction in the
examples
is different. I looked for a similar example in boost 1.39 since we use
closures
but none exists.
Surely anyone who is using spirit and building on multiple platforms must
be
be affected with this bug ?
Best regards.
Avi
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Message: 4
Date: Mon, 20 Jul 2009 10:37:57 +0100
From: Avi Bahra
On Tue, Jul 21, 2009 at 3:01 AM, Avi Bahra
I cant use use boost trunk, in order to get faster compiles, since I have to use boost1.38/1.39. Also it looks like the grammar construction in the examples
Then download the part of Spirit2.1 from Boost Trunk and add it to your own project so its files are looked at before boost. Spirit2.1 from trunk will work from Boost1.38/1.39 just fine, and it is *very* well worth it.
Avi Bahra wrote:
First, you should use Boost Trunk, it compiles quite noticeably faster. Second, look in the Spirit examples directly with Boost Trunk, in the QI subdirectory, the mini_c directory has an example of just that.
I cant use use boost trunk, in order to get faster compiles, since I have to use boost1.38/1.39. Also it looks like the grammar construction in the examples is different. I looked for a similar example in boost 1.39 since we use closures but none exists.
Surely anyone who is using spirit and building on multiple platforms must be be affected with this bug ?
If you don't have the liberty to port your code to Spirit2, then here's what you can do: http://tinyurl.com/l9ry7o Regards, -- Joel de Guzman http://www.boostpro.com http://spirit.sf.net
participants (3)
-
Avi Bahra
-
Joel de Guzman
-
OvermindDL1