
4 Dec
2005
4 Dec
'05
12:25 a.m.
Didier Malenfant wrote:
Managed to get it to compile by forcing rtti off for the whole boost compilation (i.e. adding <rtti>off to BUILD)
It would seem then that <vc-7_1><*><rtti>off in the wave JamFile doesn't work and is ignored in my case.
The <vc-7_1><*><rtti>off directive isn't sufficient in your case because you're using the vc-7_1-stlport toolchain. For this reason I recently added a <vc-7_1-stlport><*><rtti>off to all of the Wave Jamfiles which should fix your problem. IIRC this fix will be in the 1.33.1 release as well. Regards Hartmut