My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
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
Status:  Fixed
Owner:  jhaber...@gmail.com
Closed:  Feb 2009


 
Reported by bslesinsky, Feb 1, 2009
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
Sorry about that, this is fixed in the latest Git:

http://github.com/haberman/gazelle/commit/193df36eea6fdccb0fb8f41d657adbf39398c9d6

Status: Fixed

Powered by Google Project Hosting