John Levon <[EMAIL PROTECTED]> writes: | On Tue, Oct 25, 2005 at 03:45:28PM -0700, Markus Mayer wrote: | | > It took a while to figure out what the reason was and I just discovered | > that it is even a known issue and that a bug-fix has been proposed two | > and a half years ago (http://bugzilla.lyx.org/show_bug.cgi?id=992). | | I don't think your patch is the best approach. Rather, we should do the | | #ifdef SP | #undef SP | #endif
If we are to fix this the undef round is the correct one. We should not have to "obfuscate" lyx code in anyway to accomodate systems that uses overly general macros. | Alternatively, we could look at whether we really need to define | __EXTENSIONS__ on Solaris, which is how these defines become public, | though that looks more difficult to fix. Or this... -- Lgb