Re: [Felix-language] run problem

2010-01-27 Thread john skaller
On 27/01/2010, at 4:34 AM, Erick Tryzelaar wrote: > On Tue, Jan 26, 2010 at 6:31 AM, john skaller > wrote: >> >> The tests are passing. The problem is simply running flx in >> my home directory. Putting flx.py in my PATH and editing >> the INSTALL_DIR variable at the top doesn't work. It tries >

Re: [Felix-language] run problem

2010-01-26 Thread Erick Tryzelaar
On Tue, Jan 26, 2010 at 6:31 AM, john skaller wrote: > > The tests are passing. The problem is simply running flx in > my home directory. Putting flx.py in my PATH and editing > the INSTALL_DIR variable at the top doesn't work. It tries > to run the program but the shared libraries don't load. Ar

Re: [Felix-language] run problem

2010-01-26 Thread john skaller
On 26/01/2010, at 10:49 AM, Erick Tryzelaar wrote: > On Mon, Jan 25, 2010 at 6:03 AM, john skaller > wrote: >> dunno if you got my message from my work account.. >> I have a build/release/lib/rtl/libflx_dynamic.so not found >> (Fedora Linux) when running in a remote directory >> after patching f

Re: [Felix-language] run problem

2010-01-25 Thread Erick Tryzelaar
On Mon, Jan 25, 2010 at 6:03 AM, john skaller wrote: > dunno if you got my message from my work account.. > I have a build/release/lib/rtl/libflx_dynamic.so not found > (Fedora Linux) when running in a remote directory > after patching flx.py's INSTALL_DIR to the correct location > (I think anyhow

[Felix-language] run problem

2010-01-25 Thread john skaller
dunno if you got my message from my work account.. I have a build/release/lib/rtl/libflx_dynamic.so not found (Fedora Linux) when running in a remote directory after patching flx.py's INSTALL_DIR to the correct location (I think anyhow .. :) Will check on OSX see if the problem happens there too.