[erlang-bugs] 64-bit compile fails on Snow Leopard

Kostis Sagonas kostis@REDACTED
Wed Sep 30 10:41:02 CEST 2009


Dmitri Sosnik wrote:
> Yep, the same for me. I think the reason is broken wxWidgets library. 
> According to http://wiki.wxwidgets.org/Development:_wxMac wxWidgets 2.8 
> is Carbon based and Carbon is only 32 bit. wxWidgets 2.9 is Cocoa based, 
> but there is no stable release for it.
> 
> Anyway, can we disable wxWidgets? I've tried with --disable-wxwidgets, 
> but it didn't work

After the 'configure' and before the 'make' you can avoid building any 
library directory you do not want by placing a file named SKIP in it. 
In this case, the following command will do the trick:

	touch lib/wx/SKIP

Kostis


More information about the erlang-bugs mailing list