-
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
Steps to install LUX in MAC-OS #27
Comments
Hi Hawk, I have used your way to log the issues, please find the same in the attachment. |
Hi,
You need the xmerl app from Erlang/OTP. It is probably simplest to install
the complete erlang system. With Mac Ports or Homebrew:
port install erlang
or
brew install erlang
and rerun the lux installation:
git clean -ffxd
autoconf && ./configure && make
/Håkan
…On Jul 24, 2017 20:39, "sunparor" ***@***.***> wrote:
I have used your way to lgo the issues, please find the same in the
attachment.
Let me know what is the issue and what should i do next...
lux.txt <https://github.com/hawk/lux/files/1170848/lux.txt>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#27 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAJpsIXB7vjUHQQcDCRCFiJdhKQJnPVkks5sROT7gaJpZM4OhkPs>
.
|
Hi Hawk, Still facing the same issue. |
Hi Hawk, I used the git desktop as well but still no luck. How to get it running :( |
It still looks like the xmerl app is missing.
Please, provide the logs for the erlang installation.
/Håkan
…On Jul 24, 2017 21:35, "sunparor" ***@***.***> wrote:
Hi Hawk,
I used the git desktop as well but still no luck.
How to get it running :(
lux_log3.txt <https://github.com/hawk/lux/files/1170984/lux_log3.txt>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#27 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAJpsNgsEsbbe-74xFXdkIWLUaNmA_8bks5sRPIZgaJpZM4OhkPs>
.
|
SUNPAROR-M-W0JY:lux sunparor$ brew install erlang |
SUNPAROR-M-W0JY:lux sunparor$ which erl Eshell V8.3 (abort with ^G) |
Does you have the log from the real installation? If not, uninstall an
install again to get a log.
But before doing that it may be worth to try to install xmerl separately. I
don't know the package name but I would guess "xmerl" or "erlang-xmerl".
/Håkan
…On Jul 24, 2017 22:04, "sunparor" ***@***.***> wrote:
SUNPAROR-M-W0JY:lux sunparor$ brew install erlang
Warning: erlang 20.0 is already installed
SUNPAROR-M-W0JY:lux sunparor$
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#27 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAJpsL-VU3c9m1wa0G0_qC_hpb7kI8Plks5sRPi5gaJpZM4OhkPs>
.
|
Hi Hawk, Is this fine now ?? how to check if lux in completely install and working fine ? |
You can run one one of the exemple lux tests from examples. Go to the examples dir and "lux whatever.lux" |
no it is not running :( |
You need to tell the system where lux resides. Either by explictly invoking
"/usr/local/lux/bin/lux" or by adding /usr/local/lux/bin to your PATH
before invoking "lux".
/Håkan
…On Tue, Jul 25, 2017 at 2:59 PM, sunparor ***@***.***> wrote:
no it is not running :(
SUNPAROR-M-W0JY:ncs-run sunparor$ cd /Users/sunparor/Documents/GitHub/lux/
SUNPAROR-M-W0JY:lux sunparor$ cd examples/
SUNPAROR-M-W0JY:examples sunparor$ lux whatever.lux
-bash: lux: command not found
SUNPAROR-M-W0JY:examples sunparor$ ls -l
total 72
-rw-r--r-- 1 sunparor staff 1567 Jul 24 21:30 calc.lux
-rw-r--r-- 1 sunparor staff 110 Jul 24 21:30 error.lux
-rw-r--r-- 1 sunparor staff 723 Jul 24 21:30 fail.lux
-rw-r--r-- 1 sunparor staff 1508 Jul 24 21:30 intro.lux
-rw-r--r-- 1 sunparor staff 1034 Jul 24 21:30 loop.lux
-rw-r--r-- 1 sunparor staff 286 Jul 24 21:30 loop_fail.lux
-rw-r--r-- 1 sunparor staff 153 Jul 24 21:30 skip.lux
-rw-r--r-- 1 sunparor staff 112 Jul 24 21:30 unstable.lux
-rw-r--r-- 1 sunparor staff 49 Jul 24 21:30 warning.lux
SUNPAROR-M-W0JY:examples sunparor$ lux intro.lux
-bash: lux: command not found
SUNPAROR-M-W0JY:examples sunparor$
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#27 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAJpsJJ3ZZuTQRfemsFWLxoZVfbPI59Dks5sRea0gaJpZM4OhkPs>
.
|
It worked thanks :) Cheers SUNPAROR-M-W0JY:examples sunparor$ lux intro.lux test case : intro.lux successful : 1 file:///Users/sunparor/Documents/GitHub/lux/examples/lux_logs/run_2017_07_25_13_27_06_883236/lux_summary.log.html |
Summary of installation... ##deps ##make local env ##export path ##rebuild to use brew erlang ##test MacOS 10.13.3 High Sierra |
the above worked, except using relative pathing for bin, i.e. and |
Hi Team,
Can anyone help me install LUX in mac os. Tried everything from the portal here but no help.
It would be great if someone can guide me through to install and run LUX on my mac-os.
The text was updated successfully, but these errors were encountered: