Good to hear it is working. Looking at the code it appears that the file name is specified correctly. I suspect what has happened is that the name of the file has changed and the code has been correctly updated to reflect that. However if your base library when you run the command is from before that update, then it won't find the renamed file. One solution that should work is to make sure that your base library is up-to-date before running install 'qtide' (i.e. upgrade to the latest base library, then restart J and run install 'qtide' )
On Wed, Mar 13, 2013 at 8:54 AM, Raul Miller <[email protected]> wrote: > That worked. > > Perhaps http://www.jsoftware.com/jwiki/Guides/Qt%20IDE/Install should > explicitly mention this requirement? > > Thanks, > > -- > Raul > > On Tue, Mar 12, 2013 at 3:35 PM, Ric Sherlock <[email protected]> wrote: > > See my response in the other thread. > > I think the Qt binaries are not being installed because there is a > > disconnect between the name of the file containing the Mac Qt binaries > and > > the file that is being asked for. > > > > It appears you have run this from your J7 install? That may work but > maybe > > downloading and extracting the J8 beta bundle and testing using that will > > result in a smoother experience: http://www.jsoftware.com/download/j801/ > > > > > > On Wed, Mar 13, 2013 at 8:29 AM, Raul Miller <[email protected]> > wrote: > > > >> In that case, I think I need to report a problem: > >> > >> j64-701$ bin/jconsole > >> install 'qtide' > >> Updating server catalog... > >> Installing 1 package > >> Downloading base library... > >> Installing base library... > >> Done. > >> All addons are installed, 13 can be upgraded. > >> The base library is up to date. > >> ^Dj64-701$ > >> j64-701$ bin/jqt > >> dyld: Library not loaded: > >> @executable_path/../Qt/Frameworks/QtGui.framework/Versions/4/QtGui > >> Referenced from: /Applications/j64-701/bin/jqt > >> Reason: image not found > >> Trace/BPT trap: 5 > >> j64-701$ > >> > >> Whether this is an omitted case in the code or an omitted case in the > >> documentation is not clear to me. > >> > >> FYI, > >> > >> -- > >> Raul > >> > >> On Tue, Mar 12, 2013 at 3:22 PM, Ric Sherlock <[email protected]> > wrote: > >> > My understanding is that if you run: > >> > install 'qtide' > >> > from within J, that should download (and install) the latest binaries. > >> > > >> > I think I'm right in saying that once you've downloaded and installed > the > >> > J801 beta from: http://www.jsoftware.com/download/j801/ > >> > you should be able to keep your beta install up-to-date by re-running > the > >> > install command above. That will upgrade the base library, the ide/qt > >> addon > >> > and download and install the latest jqt binaries. > >> > > >> > You can keep your other addons up-to-date by using either the console > >> (jpkg > >> > works in all frontends) or jhs interface to the package manager: > >> > http://www.jsoftware.com/jwiki/JAL/Package%20Manager > >> > > >> > A big thanks to all the hard work that Bill and Chris are putting in > on > >> > this. I think the end result is going to be really positive for those > of > >> us > >> > with an investment in the J6 window driver GUI. I've had a go at > >> reworking > >> > a couple of GUI apps that I've built and found the process very > painless > >> > and satisfying. I actually think building GUI interfaces will be > easier > >> > than with J6 and will definitely provide a better cross-platform > >> experience. > >> > > >> > > >> > > >> > On Wed, Mar 13, 2013 at 7:07 AM, Raul Miller <[email protected]> > >> wrote: > >> > > >> >> I was also disappointed by the lack of a download link. That said, > >> >> you do not need to be a mindreader to find where one downloads jqt. > >> >> > >> >> A search for: > >> >> jqt download > >> >> might find for you a variety of mp3s that you can download, > apparently > >> >> provided by someone who goes by the name jqt. That said, while I - > >> >> like you - am not a mindreader, I'll assume that that's not what you > >> >> were interested in. (I do not know whether or not this jqt frequents > >> >> these forums. But, for now, I should probably assume not.) > >> >> > >> >> On the other hand, a search for: > >> >> jqt download site:jsoftware.com > >> >> might find the url http://www.jsoftware.com/download/jqt which > >> >> currently has files which were updated on March 11, 2013. > >> >> > >> >> As for how to upgrade it, presumably replacing any existing jqt > >> >> installation with the new one should be sufficient. If it's not, > >> >> that's probably worth reporting so that other people can be aware of > >> >> the issue. > >> >> > >> >> Thanks, > >> >> > >> >> -- > >> >> Raul > >> >> > >> >> On Tue, Mar 12, 2013 at 10:52 AM, Murray Eisenberg > >> >> <[email protected]> wrote: > >> >> > On 12 Mar 2013 08:36:48 +0800, bill lam <[email protected]> > wrote: > >> >> >> updated jqt binaries on jsoftware for win and osx, x86 and > >> >> >> x64 are available. The ppc binaries will be a few days. > >> >> >> > >> >> >> These updated jqt binaries will match current JAL add ons. > >> >> > > >> >> > Sorry, but I'm not a mindreader (except in days of old when I was > >> doing > >> >> magic performances). And I'm not one of the "insiders" doing > development > >> >> who just knows these things. > >> >> > > >> >> > In such announcements would you therefore be so kind as to include: > >> >> > > >> >> > (a) a link to exactly where one downloads them; and > >> >> > > >> >> > (b) either instructions on how to update an existing > installation, or > >> >> else a link to such instructions. > >> >> > > >> >> > Thanks. > >> >> > > >> >> > --- > >> >> > Murray Eisenberg > >> >> [email protected] > >> >> > Mathematics & Statistics Dept. > >> >> > Lederle Graduate Research Tower phone 413 549-1020 (H) > >> >> > University of Massachusetts 413 > >> 545-2838(W) > >> >> > 710 North Pleasant Street fax 413 > 545-1801 > >> >> > Amherst, MA 01003-9305 > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > > ---------------------------------------------------------------------- > >> >> > 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 > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
