Bennett Helm wrote: > I've normally been compiling lyx-140 on Mac OS X with gcc 3.3 for > backwards compatibility, and everything works fine. However, looking > forward to supporting Intel-based Macs will require gcc-4.0. When I > try, however, I get the error copied below. > > Any suggestions on a fix?
This code compiles fine with gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux) for me. http://www.boost.org/libs/regex/doc/history.html tells that the expression parsing code was rewritten for boost 1.33. You could replace the current boost 1.32 subset with boost 1.33 and try again. Lars has an excuse to fix bug 1932 if that works :-) Georg