On Sat, 2 Oct 2010 00:15:52 +0200, Juan Jose Garcia-Ripoll 
<juanjose.garciarip...@googlemail.com> wrote:
> > I figured it out, the SYS logical pathname host was pointing at the
> > build directory, not at the install directory.
> >
> > The fix is in my tree (with another, unrelated stray couple of patches).
> 
> In Mingw, SYS: points to wherever ecl.dll is located (at least this was the
> idea). If you start ecl.exe from the build directory it should be there. Is
> this not the case?

Empirically, no, during runtime it was pointing to the builddir, which
was consistent with 1) whatever configure decided @true_builddir@
expands to, and 2) bare.lsp.in, which contained

   (si::pathname-translations "SYS" '(("**;*.*.*" "@true_builddir@/**/*.*")))

before my fix.

-- 
regards,
  Samium Gromoff
--
"Actually I made up the term 'object-oriented', and I can tell you I
did not have C++ in mind." - Alan Kay (OOPSLA 1997 Keynote)

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to