vtkToolkits.h should do:<br>#define VTK_WRAP_PYTHON<br>on python wrapped builds...<br><br>It looks to me from the dashboard error reports that it is python wrapping specific... But that's probably because the python wrappers are the only (indirect) clients of scalbl. It would seem like this will occur with any similar code on this configuration.
<br><br>I would think it's more of a pre-10.4 SDK issue than a python issue....<br><br>Perhaps #if MAC_OS_X_VERSION_MAX_ALLOWED < 1040 is the best way to go.<br><br>I could probably be persuaded either way. But I'd lean towards the MAC_OS_X macro personally.
<br><br><br>HTH,<br>David<br><br><br><div><span class="gmail_quote">On 7/18/07, <b class="gmail_sendername">Sean McBride</b> <<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 7/18/07 10:14 AM, David Cole said:<br><br>>Except...... use a different symbol than __WXMAC__ as the ifdef test. Isn't<br>>that wxWindows specific...?<br><br>And is the vtk problem only with Python wrappings?  Is there a #if VTK-
<br>IS-USING-PYTHON?<br><br>Or I could detect the 10.3 SDK and apply the hack only then, like so:<br><br>#if MAC_OS_X_VERSION_MAX_ALLOWED < 1040<br><br>--<br>____________________________________________________________
<br>Sean McBride, B. Eng                 <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>Rogue Research                        <a href="http://www.rogue-research.com">www.rogue-research.com</a><br>
Mac Software Developer              Montréal, Québec, Canada<br><br><br></blockquote></div><br>