<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">On os-x 10.9.1 I’m getting "Can not link the wx driver, wx will NOT be useable” when making Erlang 17.0-rc1.<div><br></div><div>I downloaded the latest version of wxWidgets from github and built it with:</div><div><br></div><div><div>    $ ./configure --with-cocoa --prefix=/usr/local --with-macosx-version-min=10.9 --disable-shared</div><div>    $ make</div><div>    $ sudo make install</div></div><div><br></div><div>I downloaded the R17 of Erlang from Github and built it with:</div><div><br></div><div><div>    $ ./configure --enable-shared-zlib</div><div>    $ make</div><div>    $ sudo make install</div></div><div><br></div><div>Upon invocation of “configure”: I got:</div><div><br></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>checking if we can link wxwidgets programs... no</div></div><div><div>configure: WARNING: Can not link wx program are all developer packages installed?</div></div></blockquote><div><br></div><div>Upon make invocation, I got:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">       </span>Can not link the wx driver, wx will NOT be useable</div><div><br></div><div>So now my GUI components won’t be working. Any help is greatly appreciated!!</div><div><br></div><div>Chuck</div><div><br></div><div><br></div></body></html>