[erlang-questions] Problem with debugger:start()

Brent Fulgham bfulgham@REDACTED
Sun Sep 4 20:26:25 CEST 2011


MacPorts defaults to 64-bit when the machine can support it. Unfortunately, it does not seem possible to install a 32-bit VM in a 64-bit MacPorts install. Instead, you have to clear out your entire MacPorts install, and set the 32-bit architecture as the default before you install packages.

I am trying to figure out a way around this issue. That does not require port removal. It might be enough to just adjust the build settings in the Portfile.

If that works, I'll add a variant case and commit it.

-Brent

Sent from my iPhone

On Sep 4, 2011, at 11:05 AM, Rommel Garcia <groups.erlang@REDACTED> wrote:

> Thanks Lukas. Do you know if macports will be able to install a 32bit erlang vm considering my machine already has one which is 64bit?
> 
> Rommel
> 
> On Sep 3, 2011, at 5:34 PM, Lukas Larsson wrote:
> 
>> wx widgets are not supported for os x 64 bit, so if you want any wx window applications on os x you have to run a 32 bit erlang VM
>> 
>> Lukas
>> 
>> On Sat, Sep 3, 2011 at 9:54 PM, Rommel Garcia <groups.erlang@REDACTED> wrote:
>> Hello,
>> 
>> I'm currently going through the tutorials from Joe Armstrong's book "Programming Erlang" and was interested to use the erlang debugging tool.
>> I tried running debugger:start but it's complaining about a driver my Mac OSX Snow Leopard doesn't have. Please see statements below.
>> 
>> 
>> Erlang R14B01 (erts-5.8.2) [source] [64-bit] [smp:4:4] [rq:4] [async-threads:0] [hipe] [kernel-poll:false]
>> 
>> Eshell V5.8.2  (abort with ^G)
>> 1> debugger:start().
>> 
>> =ERROR REPORT==== 3-Sep-2011::15:18:58 ===
>> ERROR: Could not find 'wxe_driver.so' in: /opt/local/lib/erlang/lib/wx-0.98.8/priv
>> {ok,<0.35.0>}
>> 
>> 
>> How do I install this wxe_driver.so driver? Haven't found anything in google with this issue. I would appreciate your comments.
>> 
>> Thanks.
>> 
>> Rom
>> 
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>> 
> 
> Rom
> 
> _______________________________________________
> 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/20110904/b7ef6a84/attachment.htm>


More information about the erlang-questions mailing list