2009-08-04 23:41:12 UTC
question 1: it looks like your Lush was compiled without X11 support (unless you are on a Mac). You need to install the "-dev" packages for X11, and redo "configure" "make".
Here are the packages you need on Ubuntu/Debian:
gcc g++ libx11-dev binutils-dev indent libreadline5 libreadline5-dev libgsl0-dev imagemagick
Question 2: you are missing the initial "/" in the path name.
By the way, you shouldn't put your own files into lush/lsh, but rather
in lush/local/ (which is included in Lush's default search path).
-- Yann