<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Le 14 déc. 09 à 17:08, Max Horn a écrit :</div><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Am 14.12.2009 um 15:40 schrieb Joost Peters:</div><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><font class="Apple-style-span" color="#0000DD"><br></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Also, Strangerke was having some issues with building the GUI tools <span class="Apple-converted-space"> </span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">with</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">MSVC9, has anyone had any luck doing this?<span class="Apple-converted-space"> </span>If so, perhaps (s)he could</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">shed some light on this?</div> </blockquote><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">It would be good to know what the issues are. In fact, it would be <span class="Apple-converted-space"> </span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">good if as many people as possible tried to compile the tools on the <span class="Apple-converted-space"> </span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">GUI branch. Including those without wxWidgets, by the way (for those <span class="Apple-converted-space"> </span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">we should only compile the command line version; something that is not <span class="Apple-converted-space"> </span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">yet the case, I think, and which would be easier if we had a configure <span class="Apple-converted-space"> </span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">script in there).</div></blockquote></div><br><div>I tried compiling the GUI Tools on MacOS X 10.6 today. I compiled them successfully on MacOS X 10.4 a few weeks ago (with gcc 4.0) but I had issues with 10.6 and gcc 4.2.</div><div><br></div><div>One of the issue is a compiler error and is reported in bug #2919303</div><div><br></div><div>The second issue is that currently wxWidgets on mac is using the Carbon API and therefore can only be compiled in 32 bits, but by default on a 64 bits computer with gcc 4.2, it tries to compile the ScummVM tools in 64 bits. The solution I found is to set CXXFLAGS and LDFLAGS to "-arch i386" before using configure.</div><div>This is a temporary issue because there is a Cocoa based wxWidgets for mac in development and it can be compiled in 64 bits.</div><div><br></div><div>Thierry</div></body></html>