From: Caleb Tennis Date: 2005-10-10T21:39:16+09:00 Subject: Re: QtRuby OS X Tiger > Have I taken a wrong turn somewhere? Anyone on Tiger have different > experience? I have QtRuby 1.0.9, qt-mac-free-3.3.5 straight from > trolltech, and have followed the instructions faithfully. Even then I > had enourmous difficulty, but basically only two changes were needed, > that I can remember off the top of my head: x_7.cpp in the smoke build > has a compile-time bug that I just "fixed" (it may not work right, but Yeah, this is a bug that didn't make it into the book (because I fixed it locally, but forgot to address it). It's been fixed in the qtruby sources, so the next release should take care of it. Any fix should work (I just changed the line to ... = 0), because that function should never be called from within QtRuby anyway. > at least it compiles now), and libsmoke is not being found in /usr/lib > for some reason by require 'Qt', so I did > > ln -s /usr/lib/libsmoke* /Developer/qt/lib This sounds like the dynamic linker just needs a refresh. I don't have my Mac in front of me right now, but I'll play with it a little later and see if I can't reproduce the issue. > Am I going crazy, or are others having similar problems? I hope you're not going crazy! There's an errata page ( http://books.pragprog.com/titles/ctrubyqt/errata ) that you can also use to check on issues/post new ones that may be helpful to others who are experiencing the same issues. Caleb