[erlang-questions] Building from git without wx

Simon MacMullen simon@REDACTED
Thu Mar 21 13:37:57 CET 2013


We build Erlang from git with:

     ./otp_build autoconf
     ./configure --prefix=...
     for lib in odbc wx ; do touch lib/${lib}/SKIP ; done
     make
     make install

However, now that fails, with compilation of debugger exploding:

compile: warnings being treated as errors
dbg_wx_filedialog_win.erl:21: behaviour wx_object undefined
make[3]: *** [../ebin/dbg_wx_filedialog_win.beam] Error 1
make[3]: Leaving directory `/tmp/test/otp/lib/debugger/src'
make[2]: *** [opt] Error 2
make[2]: Leaving directory `/tmp/test/otp/lib/debugger'
make[1]: *** [opt] Error 2
make[1]: Leaving directory `/tmp/test/otp/lib'
make: *** [libs] Error 2

...is this expected to work? Should I skip debugger as well?

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, VMware



More information about the erlang-questions mailing list