As in my Mac OS X J configuration there is no qt subfolder of my '~install' folder and all the qt binaries are directly in '~install', I removed all those qt binaries, edited stdlib.ijs as indicated, and executed: install 'qtide', and made sure all libraries were up-to-date.
But in jqt801's J Term window I still get: wd 'version' 1.0.18/4.8.4 <---- What's wrong with the instructions or with what I'm doing? On Aug 30, 2013, at 8:00 AM, [email protected] wrote: > From: [email protected] > [mailto:[email protected]] On Behalf Of bill lam > Sent: vrijdag 30 augustus 2013 5:04 > To: JBeta > Subject: [Jbeta] Updated binaries > > The jqt binaries for win and mac have been updated to 1.0.18. > All were built with Qt 4.8.5. Updated qt libraries have also been added to > jsoftware. The filenames are qt48-[win|mac]-[x86|x64|ppc].zip. The old 4.8.4 > libraries were renamed to qt484*. Note that the new ppc libraries support > webkit. > > Summary of changes: > > add qt version number to wdversion output; make flush style applicable to > all widgets; version to 1.0.18 qt 5.1 win32 fix Style assignment bug qt 5.1 > > For mac intel the install verb is not yet updated. Please change the line in > stdlib.ijs from > z=. 'qt48-mac-',(IFPPC pick 'intel';'ppc'),'.zip' > to > z=. 'qt48-mac-',(IFPPC pick (IF64 pick 'x86';'x64');'ppc'),'.zip' > > to get the updated qt binary. It also needs to remove or rename the Qt file > folder before update. > > After updating, checkt that wd'version' should give > > 1.0.18/4.8.5 --- Murray Eisenberg [email protected] Mathematics & Statistics Dept. Lederle Graduate Research Tower University of Massachusetts 710 North Pleasant Street Amherst, MA 01003-9305 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
