I have recently been working with the compile stages of the Erlang environment and found that you need to install the following packages for wx.<br><h3 style="font-weight: normal;" id="Dependencies-for-Building-Erlang-Packages-ul-redsh6-ligit-for-checking-out-otp-li-lilibcurl4-openssl-dev-For-cryptoli-liunixodbc-dev-for-odbcli-liopenJDK-6-jdk-for-jinterfaceli-lilibwxbase-28-dev-libgl1-mesa-dev-libglu1-mesa-dev-libwxgtk28-dev-libglut3-dev-for-wx-a-untested-but-said-to-be-minimal-set-is-freeglut3-dev-libwxgtk28-dev-gli-liflexli-lilibsctp-dev-lksctp-tools-for-SCTP-support-and-testingli-ul">

libwxbase-2.8-dev
 libgl1-mesa-dev libglu1-mesa-dev libwxgtk2.8-dev libglut3-dev</h3>I alos found an archived email somewhere stating that the following packages should do for wx support (I have not tested it yet and lost the source)<br><br>

freeglut3-dev libwxgtk2.8-dev 
g++<br><br><div class="gmail_quote">On Mon, Mar 28, 2011 at 6:29 AM, Boris Mühmer <span dir="ltr"><<a href="mailto:boris.muehmer@googlemail.com">boris.muehmer@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I took me some time to really get all the dependencies.<br>
<br>
Maybe have a look at my "mental note" for installing Erlang/OTP from<br>
source on Ubuntu systems at for comparison:<br>
<br>
    <a href="http://boris.muehmer.de/2010/10/16/installing-erlangotp-r14b-on-ubuntu-from-source/" target="_blank">http://boris.muehmer.de/2010/10/16/installing-erlangotp-r14b-on-ubuntu-from-source/</a><br>
<br>
Hopefully this helps...<br>
<br>
  - boris<br>
<br>
2011/3/28 Mojito Sorbet <<a href="mailto:mojitotech@gmail.com">mojitotech@gmail.com</a>>:<br>
<div><div></div><div class="h5">> I am installing the latest Erlang/OTP R14B02 on a new Ubuntu 10.10 system. I<br>
> have installed all the dependencies, including wxWidgets, which I need.<br>
><br>
> But when I run ./configure, it says it can not find the wx/stc/stc.h file,<br>
> and so can not link the wx interface.<br>
><br>
> I have all the wx components installed that ought to include that, so I went<br>
> looking for the file.  It is there, in /include.  But ./configure is looking<br>
> for it somewhere else.  How do I convince it to look in the right place?<br>
><br>
> I installed wxWidgets using the Ubuntu package tool, which runs apt-get<br>
> behind the scenes.<br>
><br>
> I had this working on Ubuntu 9.04 with a previous Erlang release, but do not<br>
> remember how I did it.<br>
> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://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://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br>