Terry Brown wrote: [] > I run: > > ./configure --with-qt-dir=/sw/lib/qt3mac > > and I get the following error: > > configure:31068: error: > > you need to install kdelibs first. > > If you did install kdelibs, then the Qt version that is picked up by > this configure is not the same version you used to compile kdelibs. > The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the > _same Qt version_, compiled with the _same compiler_ and the same Qt > configuration settings. > > I have installed kdelibs, so it appears I have this mismatch. > > I'm not really interested in the hassle and time to rebuild all of kde to fix > this. Is this the only solution?
You are trying to combine kdelibs compiled for X11 graphics with qt3 for aqua graphics. This won't work. You need to install qt3 and use the configure flag --with-qt-dir=/sw/lib/qt3. -- Martin ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
