[erlang-questions] erlang 14B04 - OS X Lion - wxwidgets don't work

Wes James comptekki@REDACTED
Thu Oct 6 17:38:20 CEST 2011


On Wed, Oct 5, 2011 at 11:48 PM, Dan Gudmundsson <dangud@REDACTED> wrote:
>  wxWidgets-2.9 is their developer release of the upcoming major 3.0 release.
> It's is not api compatible with 2.8, so I haven't investigated how
> much it breaks
> with the current version of wx driver. But it will probably not work
> out of the box.

When I do configure for wxWidgets 2.9, it get this:

wxWidgets-2.9.2]$ ./configure
checking build system type... x86_64-apple-darwin11.2.0
checking host system type... x86_64-apple-darwin11.2.0
.....

When I do configure for erlang, I git this:

./configure
Ignoring the --cache-file argument since it can cause the system to be
erroneously configured
Disabling caching
checking build system type... i386-apple-darwin11.2.0
checking host system type... i386-apple-darwin11.2.0

.....

Why is erlang not configuring to x64?  The message at the end seems
like erlang is compiled to 64bit when it says "64bits" in the no wx
warning.

I found --enable-darwin-64bit to add to ./configure, but it still
shows i386.... during configuration.

-wes



More information about the erlang-questions mailing list