[erlang-questions] Problem with wx on R13B & Mac OS X 10.4]

Torben Hoffmann torben.lehoff@REDACTED
Fri May 1 23:13:33 CEST 2009


Rebooting gave me access to wxwidgets on the command line.

Removing the CONF_INFO file solved the other part of the problem - make now
works.

Thanks,
Torben

On Thu, Apr 30, 2009 at 11:17 AM, Dan Gudmundsson <dgud@REDACTED>wrote:

>
> Forgot the list.
> /Dan
>
> -------- Original Message --------
> Subject: Re: [erlang-questions] Problem with wx on R13B & Mac OS X 10.4
> Date: Thu, 30 Apr 2009 11:16:04 +0200
> From: Dan Gudmundsson <dgud@REDACTED>
> Reply-To: dgud@REDACTED
> To: Torben Hoffmann <torben.lehoff@REDACTED>
> References: <ecfbfea90904291525h282345fen316f221a5bd83b94@REDACTED>
>
>
> I haven't used macports, so I don't what version and how wxwidgets is
> compiled in that
> version.
>
> But this should work.
>
> Download wxwidgets and compile with:
>
>         mkdir MYBUILD; cd MYBUILD
>         ../configure --with-opengl --enable-unicode \
>                 --disable-shared
>         make && make install
>         cd contrib/src/stc/
>         make && make install
>
> If you don't want the result in /usr/local/ add a --prefix=/WXPATH/
>
> Add the /WXPATH/bin dir to your path so that wx-config shell script can be
> run
> from shell, than remove CONF_INFO file from ERL_PATH/lib/wx and re-run
> erlang
> configure, make, make install
>
> /Dan
>
> Torben Hoffmann wrote:
> > I am running Mac OS X 10.4 and I have installed wxWidgets and
> > wxWidgets-devel using macports, but I get this error when doing the
> > ./configure to prepare my Erlang R13B install:
> >
> > wx             : Can not link the wx driver, wx will NOT be useable
> >
> > Any clues?
> >
> > Thanks in advance,
> > Torben
> >
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
> > http://www.erlang.org/mailman/listinfo/erlang-questions
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20090501/a449ff76/attachment.htm>


More information about the erlang-questions mailing list