<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">em... about this...&nbsp;<div>the real problem with GL paths is that I changed something in the sources of B3DAcceleratorPlugin.h :&nbsp;</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(125, 70, 37); ">#if defined(BUILD_FOR_OSX)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(221, 0, 5); "><span style="color: #7d4625">#include </span>&lt;OpenGL/gl.h&gt;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(125, 70, 37); ">#else</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(125, 70, 37); ">#include <span style="color: #dd0005">&lt;GL/gl.h&gt;</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(125, 70, 37); ">#endif</div></div><div><br></div><div>"BUILD_FOR_OSX" was "<span class="Apple-style-span" style="font-size: 12px; ">TARGET_API_MAC_CARBON". Since I need it not just for Carbon but also for Cocoa, I chaged the flag to a "General osx presence flag". So, instead adding the path to another library, adding -D</span>BUILD_FOR_OSX to carbon builds should be enough.&nbsp;</div><div><br></div><div>Cheers,</div><div>Esteban</div><div><br><div><div>El 11/04/2011, a las 9:29a.m., <a href="mailto:squeak-dev-noreply@lists.squeakfoundation.org">squeak-dev-noreply@lists.squeakfoundation.org</a> escribió:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>Igor Stasenko uploaded a new version of CMakeVMMaker to project VM Maker:<br><a href="http://www.squeaksource.com/VMMaker/CMakeVMMaker-IgorStasenko.74.mcz">http://www.squeaksource.com/VMMaker/CMakeVMMaker-IgorStasenko.74.mcz</a><br><br>==================== Summary ====================<br><br>Name: CMakeVMMaker-IgorStasenko.74<br>Author: IgorStasenko<br>Time: 11 April 2011, 2:29:31 pm<br>UUID: 781ba5e8-f752-4503-9d77-4da28c3699c2<br>Ancestors: CMakeVMMaker-MarianoMartinezPeck.73<br><br>- include path to GL/gl.h headers on Mac OS configs (strange that it worked before without it)<br><br></div></blockquote></div><br></div></body></html>