gistlist used to work, perhaps someting had gone wrong and need to restart.
hypothetically FHS can also work for windows but it is very unlikely to be materialized. That block for windows should be removed. Thank you for pointing it out. The intention was that both ijconsole and jqt to be available as packages in debian official repository. On Jul 27, 2015 7:56 AM, "Raul Miller" <[email protected]> wrote: > 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 > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
