Rebooting gave me access to wxwidgets on the command line.<br><br>Removing the CONF_INFO file solved the other part of the problem - make now works.<br><br>Thanks,<br>Torben<br><br><div class="gmail_quote">On Thu, Apr 30, 2009 at 11:17 AM, Dan Gudmundsson <span dir="ltr"><<a href="mailto:dgud@erix.ericsson.se">dgud@erix.ericsson.se</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Forgot the list.<br>
/Dan<br>
<br>
-------- Original Message --------<br>
Subject: Re: [erlang-questions] Problem with wx on R13B & Mac OS X 10.4<br>
Date: Thu, 30 Apr 2009 11:16:04 +0200<br>
From: Dan Gudmundsson <<a href="mailto:dgud@erix.ericsson.se">dgud@erix.ericsson.se</a>><br>
Reply-To: <a href="mailto:dgud@erix.ericsson.se">dgud@erix.ericsson.se</a><br>
To: Torben Hoffmann <<a href="mailto:torben.lehoff@googlemail.com">torben.lehoff@googlemail.com</a>><br>
References: <<a href="mailto:ecfbfea90904291525h282345fen316f221a5bd83b94@mail.gmail.com">ecfbfea90904291525h282345fen316f221a5bd83b94@mail.gmail.com</a>><br>
<br>
<br>
I haven't used macports, so I don't what version and how wxwidgets is compiled in that<br>
version.<br>
<br>
But this should work.<br>
<br>
Download wxwidgets and compile with:<br>
<br>
         mkdir MYBUILD; cd MYBUILD<br>
         ../configure --with-opengl --enable-unicode \<br>
                 --disable-shared<br>
         make && make install<br>
         cd contrib/src/stc/<br>
         make && make install<br>
<br>
If you don't want the result in /usr/local/ add a --prefix=/WXPATH/<br>
<br>
Add the /WXPATH/bin dir to your path so that wx-config shell script can be run<br>
from shell, than remove CONF_INFO file from ERL_PATH/lib/wx and re-run erlang<br>
configure, make, make install<br>
<br>
/Dan<br>
<br>
Torben Hoffmann wrote:<br>
> I am running Mac OS X 10.4 and I have installed wxWidgets and<br>
> wxWidgets-devel using macports, but I get this error when doing the<br>
> ./configure to prepare my Erlang R13B install:<br>
><br>
> wx             : Can not link the wx driver, wx will NOT be useable<br>
><br>
> Any clues?<br>
><br>
> Thanks in advance,<br>
> Torben<br>
><br>
><br>
><br>
> ------------------------------------------------------------------------<br>
><br>
> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br>