A description of the issue
observer:start() throws
** exception error: undefined function wx_object:start/3
in function observer_wx:start/0 (observer_wx.erl, line 72)
Need help with this?
Wx is missing. Does your erlang installation support wx widgets?
Are you running a prebuilt release or have you compiled it yourself?
On Mon 27 Feb, 2017 15:51 SumitFlochat, notifications@github.com wrote:
Environment
- OS:
- Erlang/OTP:
- EMQ:
Description
A description of the issue
observer:start() throws
** exception error: undefined function wx_object:start/3
in function observer_wx:start/0 (observer_wx.erl, line 72)Need help with this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/emqtt/emqttd/issues/926, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABnL8PwabOWrBFLML7SHVVKXGZ7ygvemks5rgqO0gaJpZM4MM7RJ
.
@SumitFlochat Please clone 'emq-relx' project, uncomment '{wx, load}' in the relx.config, and build EMQ from source. The binary package we released officially does not contain wx library.
@emqplus .
Thank you for your reply...
It's working .... :+1:
Most helpful comment
@SumitFlochat Please clone 'emq-relx' project, uncomment '{wx, load}' in the relx.config, and build EMQ from source. The binary package we released officially does not contain wx library.