|
hi,
i have installed amarok on my ibook (via fink install amarok-kde-xine). no i have tried do install latest svn version but i am not able do compile because ./confiure doesnt find qt i followed instruction form http://amarok.kde.org/amarokwiki/index.php/On_OS_X any ideas why qt couldnt be found? |
Registered Member
|
Have you checked that you really have the qt includes in
--with-qt-includes=/sw/include/qt ? Otherwise, you can check config.log which will tell you what exactly is wrong (what failed). |
|
here is the log error:
#if ! (QT_VERSION >= 0x030300 && QT_VERSION < 0x040000) #error 1 #endif int main() { (void)QStyleFactory::create(QString::null); QCursor c(Qt::WhatsThisCursor); return 0; } configure:30019: error: Qt (>= Qt 3.3 and < 4.0) (library qt-mt) not found. Please check your installation! For more details about this problem, look at the end of config.log. Make sure that you have compiled Qt with thread support! i have configured amarok with the following options: ./configure --prefix=/sw --with-qt-includes=/sw/include/qt --enable-debug=full |
|
I get these QT messages on x86-64 box when compiling other programs.
Thomas |
|
Its says
Make sure that you have compiled Qt with thread support! did you? |
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]