[erlang-questions] Wx

Dan Gudmundsson dangud@REDACTED
Sun Oct 16 07:47:03 CEST 2016


I'm on a windows machine right now but the OpenGL libs that are needed
libgl and libglu for the linking to succeed,
I don't know if wxWidgets-lib brings them in as deps.


On Sun, Oct 16, 2016 at 12:10 AM Franklin Byaruhanga <byaruhaf@REDACTED>
wrote:

>
>  Try the instructions below:-
>
> wget
> http://archive.ubuntu.com/ubuntu/pool/universe/w/wxwidgets3.0/libwxbase3.0-0_3.0.2-1_amd64.deb
> <http://www.google.com/url?q=http%3A%2F%2Farchive.ubuntu.com%2Fubuntu%2Fpool%2Funiverse%2Fw%2Fwxwidgets3.0%2Flibwxbase3.0-0_3.0.2-1_amd64.deb&sa=D&sntz=1&usg=AFQjCNES6LfCC0PmrScE60u7Crxm13fWcg>
>
> yes Y | sudo dpkg -i libwxbase3.0-0_3.0.2-1*.deb
>
> yes Y | sudo apt-get -fy install
>
>
>
> wget
> http://archive.ubuntu.com/ubuntu/pool/universe/w/wxwidgets3.0/libwxgtk3.0-0_3.0.2-1_amd64.deb
>
> yes Y | sudo dpkg -i libwxgtk3.0-0_3.0.2-1*.deb
>
> yes Y | sudo apt-get -fy install
>
>
> On Sun, Oct 16, 2016 at 12:57 AM PAILLEAU Eric <eric.pailleau@REDACTED>
> wrote:
>
> Hi,
> here is below the .so that wxe_driver needs.
>
> $> ldd /usr/local/lib/erlang/lib/wx-1.7.1/priv/wxe_driver.so | grep wx |
> cut -d '=' -f 1
>          libwx_gtk2u_stc-3.0.so.0
>          libwx_gtk2u_xrc-3.0.so.0
>          libwx_gtk2u_html-3.0.so.0
>          libwx_gtk2u_adv-3.0.so.0
>          libwx_gtk2u_core-3.0.so.0
>          libwx_baseu-3.0.so.0
>          libwx_gtk2u_gl-3.0.so.0
>          libwx_gtk2u_aui-3.0.so.0
>          libwx_baseu_xml-3.0.so.0
>
> So this imply those packages :
>
> libwxbase3.0-dev
> libwxgtk3.0-dev
>
> Regards
>
>
> Le 15/10/2016 à 23:28, Éric Pailleau a écrit :
> > Hi,
> > You need to install wx 3.0 from ubuntu packages.
> > Regards
> >
> > "Envoyé depuis mon mobile " Eric
> >
> >
> >
> > ---- Mike Williams a écrit ----
> >
> > I just installed Ubuntu 16.04 and decided to upgrade my rather ancient
> > Erlang/OTP version to 19.1 compiling from source.
> > However ./configure says:
> > wx             : wxWidgets not found, wx will NOT be usable
> > I have searched the net and found several instructions of how to install
> > wx, but none of them seem to work, Has anyone managed to solve this
> > problem?
> > /mike
> >
> >
> >
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
> > http://erlang.org/mailman/listinfo/erlang-questions
> >
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
> --
> Regards,
> Franklin
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20161016/df13bacb/attachment.htm>


More information about the erlang-questions mailing list