I find no such folder qt. For jpath '~install' I have:
/Volumes/MacHD/Applications/Programming/J/j64-801 And the qt binaries reside in the bin subfolder of that folder, not in any subfolder named qt. So I can hardly remove the whole folder '~install/bin 'without uninstalling J itself. Was there some option to install the qt binaries, to begin with, in a separate qt subfolder of bin, that is in what would therefore be '~/install/bin/qt' rather than '~/install/qt'? If so, how does one effect that option? On 31 Aug 2013 08:33:43 +1200, Ric Sherlock <[email protected]> wrote: > The folder referred to is the one named "qt" that contains the Qt binaries. > The folder is located inside your J ~install folder. > On Aug 31, 2013 3:03 AM, "Murray Eisenberg" <[email protected]> wrote: > >> Where is the cited "Qt file folder"?? >> >> What do you mean by "It" in "It also needs to remove or rename the Qt file >> folder before update"? >> >> On 0 Aug 2013 11:03:33 +0800, bill lam <[email protected]> wrote: >> >>> 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
