Oh, duh... yes.

I was going to point you at the source code for
master/lib/base/jsvr.cpp but currently when I follow the source code
link from http://www.jsoftware.com/jwiki/Guides/Qt%20IDE I get a
permission denied error. So you'll probably have to send Chris your
ssh key and do a git clone.

But I'm noticing that fhs gets set to true on windows, so it's
probably not representing the linux filesystem hierarchy standard...

  bool fhs = false;
#ifdef _WIN32
  QString s= QString::fromUtf8(path)+ "/jqt";
  if(!(QFile(s.append(".dll"))).exists()) {
    s= "jqt.dll";
    fhs = true;
  }
#else

And if it's working around some win32 breakage, maybe it makes sense
in regex.ijs?

Ok, I'm still confused...

Thanks

-- 
Raul


On Sun, Jul 26, 2015 at 7:39 PM,  <[email protected]> wrote:
> RM>  So now I'm a bit confused about what you're seeing.
>
> You are :-)  The involved global is FHS, not JHS.
>
>                                                         Martin
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to