-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lux_html_parse.erl:13: can't find include lib "xmerl/include/xmerl.hrl" and FATAL ERROR : The application 'lux' is missing. #13
Comments
Errors reasons: |
When building lux, you need to use an Erlang/OTP installation with the app /Håkan On Sep 14, 2016 5:00 AM, "Frank" [email protected] wrote:
|
@hawk I have fixed this issue, In the second comments, I have analyzed. thanks . |
Thanks shu-frank-csdn, that saved me a lot of debugging! |
How do we compile Erlang/OTP with xmlerl app installed? |
@indrgun One easy way of installing Erlang/OTP is from Erlang Solutions. These should come with xmerl. |
Thanks.
I have figured it out. I simply installed on ubuntu the "erlang-dev"
package.
…On Feb 22, 2017 6:41 AM, "Kristian Sällberg" ***@***.***> wrote:
@indrgun <https://github.com/indrgun> One easy way of installing
Erlang/OTP is from Erlang Solutions
<https://www.erlang-solutions.com/resources/download.html>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACBwtOrV6N0NG32lhu_NB7S7XohMXKKfks5rfEkPgaJpZM4J8WkT>
.
|
odl@ubuntu:
/nso/lux$ make/nso/lux$ make installmake[1]: Entering directory
/home/odl/nso/lux/src' "/home/odl/nso/4.1.1/bin/erlc" +warnings_as_errors +warn_unused_vars +debug_info -o ../ebin lux.erl "/home/odl/nso/4.1.1/bin/erlc" +warnings_as_errors +warn_unused_vars +debug_info -o ../ebin lux_debug.erl "/home/odl/nso/4.1.1/bin/erlc" +warnings_as_errors +warn_unused_vars +debug_info -o ../ebin lux_html_gen.erl "/home/odl/nso/4.1.1/bin/erlc" +warnings_as_errors +warn_unused_vars +debug_info -o ../ebin lux_html_parse.erl lux_html_parse.erl:13: can't find include lib "xmerl/include/xmerl.hrl" lux_html_parse.erl:186: record xmlElement undefined lux_html_parse.erl:189: variable 'Tag' is unbound lux_html_parse.erl:190: variable 'Attrs' is unbound lux_html_parse.erl:191: variable 'Content' is unbound lux_html_parse.erl:192: record xmlAttribute undefined lux_html_parse.erl:194: variable 'Tag' is unbound lux_html_parse.erl:194: variable 'Value' is unbound lux_html_parse.erl:195: record xmlText undefined lux_html_parse.erl:196: variable 'Text' is unbound lux_html_parse.erl:200: record xmlComment undefined make[1]: *** [../ebin/lux_html_parse.beam] Error 1 make[1]: Leaving directory
/home/odl/nso/lux/src'make[1]: Entering directory
/home/odl/nso/lux/c_src' gcc -o ../priv/bin/runpty -g -O2 -Wall runpty.c make[1]: Leaving directory
/home/odl/nso/lux/c_src'odl@ubuntu:
make[1]: Entering directory `/home/odl/nso/lux/src'
mkdir -p /home/odl/nso/luxinstall
/home/odl/nso/lux/bin/lux --install /home/odl/nso/luxinstall
FATAL ERROR : The application 'lux' is missing.
ESCRIPT : /home/odl/nso/lux/bin/lux
VERSION : unknown
CWD : /home/odl/nso/lux/src
ROOT DIR : /usr/lib/erlang
CODE PATH : ["/home/odl/nso/lux/ebin",".",
"/usr/lib/erlang/lib/kernel-2.16.4/ebin",
"/usr/lib/erlang/lib/stdlib-1.19.4/ebin"
The text was updated successfully, but these errors were encountered: