I see. Here is the new error. j first line error: "25" Assertion failed: (p->t==2), function dors, file base/jsvr.cpp, line 444. bin/jqt.command: line 4: 32726 Abort trap: 6 bin/jqt
> On Dec 8, 2019, at 11:42, chris burke <[email protected]> wrote: > > On the mac, please run jqt.command (in the same directory), not bin/jqt. > > On Sun, Dec 8, 2019 at 5:18 AM Dimitrios Galanakis <[email protected]> > wrote: > >> Thank you for the response. >> >> I did hack around in the way you suggested and the installation script >> succeded.. >> >> However running bin/jqt results in error >> >> qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in "" >> This application failed to start because no Qt platform plugin could be >> initialized. Reinstalling the application may fix this problem. >> >> Not sure if this is a filecase problem. >> >>> On Dec 8, 2019, at 09:12, chris burke <[email protected]> wrote: >>> >>> I doubt this has ever been tried. In order to handle case-insensitivity, >>> the scripts convert filenames to lowercase in windows and mac. >>> >>> If you want to experiment, edit system/main/stdlib.ijs and replace the >>> Darwin definition: >>> >>> filecase=: 'tolower' >>> >>> with >>> >>> filecase=: ] >>> >>> Then restart J. >>> >>> On Sat, Dec 7, 2019 at 11:45 PM Dimitrios Galanakis <[email protected]> >>> wrote: >>> >>>> Hello there, >>>> >>>> Attempting to install J on my mac with a case sensitive filesystem, I >> run >>>> into problems. >>>> >>>> Assuming that I placed j901 in /usr/local and run >>>> >>>> /usr/local/j901/updatejqt.sh >>>> >>>> I get various errors that suggest case insensitivity. For example: >>>> >>>> Updating server catalog... >>>> Warning: Failed to open /users/galanakis/j901-user/temp/httpget.log! >>>> curl: (6) Could not resolve host: www.jsoftware.com >>>> Connection failed: Unexpected error >>>> Connection failed: >>>> >>>> It fails to open Note that the correct path should be >>>> >>>> /Users/galanakis/j901-user/temp/httpget.log! >>>> >>>> that is with capital a 'U' for Users. >>>> >>>> Is there support for case sensitive filesystems in mac os? >>>> >>>> DG >>>> >>>> >>>> ---------------------------------------------------------------------- >>>> 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 >> > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
