[erlang-questions] OS X 10.5 build without WxWidgets

Rapsey rapsey@REDACTED
Wed Sep 30 21:39:13 CEST 2009


build erlang like this:

./configure ...your params
touch lib/wx/SKIP
make


Sergej

On Wed, Sep 30, 2009 at 9:18 PM, Dave Bryson <daveb@REDACTED> wrote:

> I apologize in advanced if this has already been discussed...
>
> I'm trying to build otp_13B02-1 on OS X 10.5.8 and the build is failing on
> a few wxwidget errors:
>
> /usr/include/wx-2.8/wx/fontdlg.h: In constructor
> ‘wxFontDialogBase::wxFontDialogBase(wxWindow*, const wxFontData*)’:
> /usr/include/wx-2.8/wx/fontdlg.h:67: warning: ‘__base_ctor ’ is deprecated
> (declared at /usr/include/wx-2.8/wx/fontdlg.h:66)
> gen/wxe_events.cpp: In function ‘void initEventTable()’:
> gen/wxe_events.cpp:277: error: ‘wxEVT_COMMAND_AUINOTEBOOK_TAB_MIDDLE_DOWN’
> was not declared in this scope
> gen/wxe_events.cpp:278: error: ‘wxEVT_COMMAND_AUINOTEBOOK_TAB_MIDDLE_UP’
> was not declared in this scope
> gen/wxe_events.cpp:279: error: ‘wxEVT_COMMAND_AUINOTEBOOK_TAB_RIGHT_DOWN’
> was not declared in this scope
> gen/wxe_events.cpp:280: error: ‘wxEVT_COMMAND_AUINOTEBOOK_TAB_RIGHT_UP’ was
> not declared in this scope
> gen/wxe_events.cpp:281: error: ‘wxEVT_COMMAND_AUINOTEBOOK_PAGE_CLOSED’ was
> not declared in this scope
> gen/wxe_events.cpp:282: error: ‘wxEVT_COMMAND_AUINOTEBOOK_DRAG_DONE’ was
> not declared in this scope
> gen/wxe_events.cpp:283: error: ‘wxEVT_COMMAND_AUINOTEBOOK_BG_DCLICK’ was
> not declared in this scope
> make[4]: *** [i386-apple-darwin9.8.0/wxe_events.o] Error 1
> make[3]: *** [release] Error 2
> make[2]: *** [release] Error 2
> make[1]: *** [release] Error 2
> make: *** [install.libs] Error 2
>
>
> Is it possible to build WITHOUT wxwidget support?
>
>
> Thanks!
> Dave
> ________________________________________________________________
> erlang-questions mailing list. See http://www.erlang.org/faq.html
> erlang-questions (at) erlang.org
>
>


More information about the erlang-questions mailing list