[erlang-questions] OS X 10.5 build without WxWidgets

57 views
Skip to first unread message

Dave Bryson

unread,
Sep 30, 2009, 3:18:26 PM9/30/09
to erlang-q...@erlang.org
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

Rapsey

unread,
Sep 30, 2009, 3:39:13 PM9/30/09
to erlang-q...@erlang.org
build erlang like this:

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


Sergej

Mihai Balea

unread,
Sep 30, 2009, 9:07:34 PM9/30/09
to erlang-questions Questions

On Sep 30, 2009, at 3:39 PM, Rapsey wrote:

> build erlang like this:
>
> ./configure ...your params
> touch lib/wx/SKIP
> make

Wouldn't it be better to have the option to disable WxWidgets from
configure?
I imagine that many server-oriented deployments could do without it.

Mihai

Reply all
Reply to author
Forward
0 new messages