| Issue 11: | gzl -d doesn't work unless lua path is set | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. install gzl 2. open a new terminal 3. gzl -d hello.gzl What is the expected output? What do you see instead? I get: /usr/local/bin/gzlc: compiler/gzlc:174: module 'dump_to_html' not found: no field package.preload['dump_to_html'] no file './dump_to_html.lua' no file '/usr/local/share/lua/5.1/dump_to_html.lua' no file '/usr/local/share/lua/5.1/dump_to_html/init.lua' no file '/usr/local/lib/lua/5.1/dump_to_html.lua' no file '/usr/local/lib/lua/5.1/dump_to_html/init.lua' no file './dump_to_html.so' no file '/usr/local/lib/lua/5.1/dump_to_html.so' no file '/usr/local/lib/lua/5.1/loadall.so' What version of the product are you using? On what operating system? Gazelle 0.4 Please provide any additional information below. A workaround is to cd to the directory where you compiled Gazelle, and run: . lua_path
Feb 5, 2009
Project Member
#1
jhaber...@gmail.com
Status:
Fixed
|