>I noticed that maxdb doesn't compile if the environment variable CPP is >set.
In sys/src/tt/compc.pl.tt ($TOOL/bin/compc.pl), locate line 428 [if ($CPP)]: There is a block that calls the preprocessor explicitely if $CPP is set. This was probably added for some arcane platform where the preprocessor isn't called as part of the compiler. Or its purpose was to allow for a custom preprocessor when the cc internal processor was broken. Anyway, no one around here could remember that it was used in the last ten years. So a) it is not surprising that it doesn't work anymore b) the whole block can be removed Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
