[erlang-questions] Building from git without wx

Dan Gudmundsson dangud@REDACTED
Thu Mar 21 14:10:18 CET 2013


You will need to skip all applications dependent on wx
/Dan

On Thu, Mar 21, 2013 at 2:09 PM, Håkan Mattsson <hm@REDACTED> wrote:
> Try adding the SKIP files before you run configure.
>
> /Håkan
>
> On Thu, Mar 21, 2013 at 1:37 PM, Simon MacMullen <simon@REDACTED> wrote:
>> 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
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions



More information about the erlang-questions mailing list