> > /usr/lib64/qt3/lib/libqassistantclient.a is elf32-i386 > > /usr/lib64/qt3/lib64/libqassistantclient.a is elf64-x86_64 > > > > Apart from cmake being smart in excess, shouldn't cmake realize > > I'm on 64bit and thus select the 64bit qt libdir ? > > > > Anyway, for the time being I have edited CMakeCache.txt and changed > > the values of both QT_QASSISTANTCLIENT_LIBRARY:FILEPATH and > > QT_QT_LIBRARY:FILEPATH to point to the 64bit versions of the > > libs and that seems to do the trick. > > The same issue existed with the old scons build! <sigh> I think the > root cause is > the strange SuSE setup where there are some 32-bit libs under the > /usr/lib64 directory.... %-)
This becomes somewhat philosophical (barely avoiding the word religious ;) but what SuSE does is they keep all of Qt3 in a single directory and have links below /usr/lib and /usr/lib64 point to that dir. Argueably below /usr/lib should be nothing but 32bit libs and below /usr/lib64 nothing but 64bit libs but keeping the Qt3 dir structure intact has merrits as well (for libqt4 they have broken that into pieces which results in other problems). Personally I think it somewhat logical that a path like /usr/lib64/something/lib contains 32bit libs. The same logic that applies to /lib and /lib64 (or /usr/lib and /usr/lib64) IMO should generally apply for files inside directories /somepath/lib and /somepath/lib64 with greater specializations obviously overriding previous defaults. But as I said, philosophical. Best, Michael -- Technosis GmbH, Geschäftsführer: Michael Gerdau, Tobias Dittmar Sitz Hamburg; HRB 89145 Amtsgericht Hamburg Vote against SPAM - see http://www.politik-digital.de/spam/ Michael Gerdau email: [EMAIL PROTECTED] GPG-keys available on request or at public keyserver
pgpoZKcROBP3X.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
