lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 2021-11-24 19:25, Andrew Gierth wrote:
"Gavin" == Gavin Wraith <gavin@wra1th.plus.com> writes:

It should not be the cause of your problem.

Thanks

It seems to me like it should work to define LUA_DIRSEP as "." and
modify the LUA_PATH and LUA_CPATH to conform to your OS's conventions.

Done that, but still no cigar. It could, of course, be an artefact of the RISC OS port of GCC and Unixlib. Make's dotty naming conventions have spawned some truly horrendous complications for C compilers in RISC OS which concern interchanging filename and extender. Thus Unix 'foo.c' => RISC OS 'c.foo' or 'foo/c'.