I downloaded and istalled qt-3.2.3
http://kde-cygwin.sourceforge.net/qt3/download.php
Now when I start to install KMobileTools and enter ./configure I'll get this.
checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
And this is from my config.log:
configure:29942: checking for Qt
configure: 30007: /usr/lib/qt3/include/qstyle.h
configure: 30007: /usr/lib/qt3/qstyle.h
configure: 30007: /usr/lib/qt/include/qstyle.h
configure: 30007: /usr/lib/qt/qstyle.h
configure: 30007: /usr/share/qt3/include/qstyle.h
configure: 30007: /usr/share/qt3/qstyle.h
configure: 30007: /usr/local/qt/include/qstyle.h
configure: 30007: /usr/include/qt/qstyle.h
configure: 30007: /usr/include/qstyle.h
configure: 30007: /usr/X11R6/include/X11/qt/qstyle.h
configure: 30007: /usr/X11R6/include/qt/qstyle.h
configure: 30007: /usr/X11R6/include/qt2/qstyle.h
configure: 30007: /usr/include/qt3/qstyle.h
configure: 30007: ./qstyle.h
tried NO
tried /usr/lib/qt3/lib
tried /usr/lib/qt3
tried /usr/lib/qt/lib
tried /usr/lib/qt
configure:30125: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -INO -I. -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/share/qt3/lib -L/usr/X11R6/lib conftest.cc -lqt-mt -lpng -lz -lm -ldl -lXext -lX11 -lSM -lICE -lpthread 1>&5
conftest.cc:2:21: error: qglobal.h: No such file or directory
conftest.cc:3:26: error: qapplication.h: No such file or directory
conftest.cc:4:21: error: qcursor.h: No such file or directory
conftest.cc:5:27: error: qstylefactory.h: No such file or directory
conftest.cc:6:34: error: private/qucomextra_p.h: No such file or directory
conftest.cc:7:8: warning: "QT_VERSION" is not defined
conftest.cc:8:2: error: #error 1
conftest.cc: In function 'int main()':
conftest.cc:12: error: 'QStyleFactory' has not been declared
conftest.cc:12: error: 'QString' has not been declared
conftest.cc:12: error: 'null' was not declared in this scope
conftest.cc:12: error: 'create' was not declared in this scope
conftest.cc:13: error: 'QCursor' was not declared in this scope
conftest.cc:13: error: expected `;' before 'c'
configure:30128: $? = 1
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 0x030300 && QT_VERSION < 0x040000)
Now qt seem to have installed just in the place where the site told me. The thing is that when I try to install KMobileTools it tries to find those libraries from a wrong palce??
How to remove that qt installation?
How to do it so that I can install KMobileTools (and other stuff if I need to compile it myself)?
Also I've been having some problems when I have tried to install Firefox 2.0 (source: http://home.comcast.net/~next/firefo...untu-amd64.deb).
Now Adept package installer starts up, but then it keeps asking me my pwd over and over and over again??
http://kde-cygwin.sourceforge.net/qt3/download.php
Now when I start to install KMobileTools and enter ./configure I'll get this.
checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
And this is from my config.log:
configure:29942: checking for Qt
configure: 30007: /usr/lib/qt3/include/qstyle.h
configure: 30007: /usr/lib/qt3/qstyle.h
configure: 30007: /usr/lib/qt/include/qstyle.h
configure: 30007: /usr/lib/qt/qstyle.h
configure: 30007: /usr/share/qt3/include/qstyle.h
configure: 30007: /usr/share/qt3/qstyle.h
configure: 30007: /usr/local/qt/include/qstyle.h
configure: 30007: /usr/include/qt/qstyle.h
configure: 30007: /usr/include/qstyle.h
configure: 30007: /usr/X11R6/include/X11/qt/qstyle.h
configure: 30007: /usr/X11R6/include/qt/qstyle.h
configure: 30007: /usr/X11R6/include/qt2/qstyle.h
configure: 30007: /usr/include/qt3/qstyle.h
configure: 30007: ./qstyle.h
tried NO
tried /usr/lib/qt3/lib
tried /usr/lib/qt3
tried /usr/lib/qt/lib
tried /usr/lib/qt
configure:30125: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -INO -I. -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/share/qt3/lib -L/usr/X11R6/lib conftest.cc -lqt-mt -lpng -lz -lm -ldl -lXext -lX11 -lSM -lICE -lpthread 1>&5
conftest.cc:2:21: error: qglobal.h: No such file or directory
conftest.cc:3:26: error: qapplication.h: No such file or directory
conftest.cc:4:21: error: qcursor.h: No such file or directory
conftest.cc:5:27: error: qstylefactory.h: No such file or directory
conftest.cc:6:34: error: private/qucomextra_p.h: No such file or directory
conftest.cc:7:8: warning: "QT_VERSION" is not defined
conftest.cc:8:2: error: #error 1
conftest.cc: In function 'int main()':
conftest.cc:12: error: 'QStyleFactory' has not been declared
conftest.cc:12: error: 'QString' has not been declared
conftest.cc:12: error: 'null' was not declared in this scope
conftest.cc:12: error: 'create' was not declared in this scope
conftest.cc:13: error: 'QCursor' was not declared in this scope
conftest.cc:13: error: expected `;' before 'c'
configure:30128: $? = 1
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 0x030300 && QT_VERSION < 0x040000)
Now qt seem to have installed just in the place where the site told me. The thing is that when I try to install KMobileTools it tries to find those libraries from a wrong palce??
How to remove that qt installation?
How to do it so that I can install KMobileTools (and other stuff if I need to compile it myself)?
Also I've been having some problems when I have tried to install Firefox 2.0 (source: http://home.comcast.net/~next/firefo...untu-amd64.deb).
Now Adept package installer starts up, but then it keeps asking me my pwd over and over and over again??
Comment