<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi, <div><br></div><div>the package contains 64bit version of Erlang for Mac OS X. wx module is not supported in this configuration.</div><div><br></div><div>From my experience WxWidgets are a bit troublesome on Lion. Compilation can be done by downloading the sources and executing configure script like this</div><div><br></div><div><font class="Apple-style-span" face="Arial">arch_flags="-arch i386"<br>../configure CFLAGS="$arch_flags" CXXFLAGS="$arch_flags" CPPFLAGS="$arch_flags" LDFLAGS="$arch_flags" OBJCFLAGS="$arch_flags" OBJCXXFLAGS="$arch_flags" --enable-unicode --disable-shared --with-opengl --with-macosx-version-min=10.6 --with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk</font></div><div><br></div><div>You can try to install 32bit R14B03 package for Snow Leopard and then install wx widgets using command above. </div><div><br></div><div>Regs,</div><div>Michal Niec</div><div><br></div><div>On 30 wrz 2011, at 20:45, Wes James wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On this site:<br><br><a href="http://www.erlang-solutions.com/section/132/erlang-otp-packages">http://www.erlang-solutions.com/section/132/erlang-otp-packages</a><br><br>it has different erlang distros available.  It mentions wx not being<br>available on windows, but it doesn't say that for OS X Lion.  I<br>installed the Lion version and tried wx:demo(), but it failed with a<br>no driver error.  I didn't think there was a wx for Lion, yet. Does<br>someone else have wx working on Lion?  If so, how did you get it<br>installed?<br><br>Thanks,<br><br>-wes<br>_______________________________________________<br>erlang-questions mailing list<br>erlang-questions@erlang.org<br>http://erlang.org/mailman/listinfo/erlang-questions<br></div></blockquote></div><br></body></html>