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&#39;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&#39;s more of a pre-10.4 SDK issue than a python issue....<br><br>Perhaps #if MAC_OS_X_VERSION_MAX_ALLOWED &lt; 1040 is the best way to go.<br><br>I could probably be persuaded either way. But I&#39;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> &lt;<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>&gt; 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>&gt;Except...... use a different symbol than __WXMAC__ as the ifdef test. Isn&#39;t<br>&gt;that wxWindows specific...?<br><br>And is the vtk problem only with Python wrappings?&nbsp;&nbsp;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 &lt; 1040<br><br>--<br>____________________________________________________________
<br>Sean McBride, B. Eng&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>Rogue Research&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.rogue-research.com">www.rogue-research.com</a><br>
Mac Software Developer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Montréal, Québec, Canada<br><br><br></blockquote></div><br>