Bonjour � tous les beginners !

The very begining :

I "fink installed" Qt3 package(s) by "sudo apt-get install qt3" ( could have been "Fink install Qt3" - I guess )

fderive% sudo apt-get install qt3

Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
dlcompat freetype2-shlibs qt3-designer qt3-doc qt3-linguist qt3-shlibs
The following NEW packages will be installed:
dlcompat freetype2-shlibs qt3 qt3-designer qt3-doc qt3-linguist qt3-shlibs
0 packages upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 19.0MB of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n] Y


[ ...]

Setting up dlcompat (20030629-5) ...
Setting up freetype2-shlibs (2.0.9-1) ...
Setting up qt3-shlibs (3.2.1-12) ...

Setting up qt3-designer (3.2.1-12) ...

Setting up qt3-linguist (3.2.1-12) ...

Setting up qt3-doc (3.2.1-12) ...
Setting up qt3 (3.2.1-12) ...

That seemed Ok and checked installed by "fink list"

[Francis-Derives-Computer:~] fderive%fink list
Information about 1244 packages read in 3 seconds.
[...]

qt2-g++2 2.3.2-2 Cross-Platform GUI application framework
qt2-g++2-shlibs 2.3.2-2 Shared libraries for the QT application framework
i qt3 3.2.1-12 Cross-Platform GUI application framework
qt3-bin [virtual package]
i qt3-designer 3.2.1-12 Cross-Platform GUI application framework
qt3-dev 3.2.1-12 Cross-Platform GUI application framework
i qt3-doc 3.2.1-12 Cross-Platform GUI application framework
i qt3-linguist 3.2.1-12 Cross-Platform GUI application framework
i qt3-shlibs 3.2.1-12 Cross-Platform GUI application framework


[...]



Then went to compile sim-0.9.1 ( Simple Instant Messenger ) for which I ran several instances of "./configure", the last one being ( with the help of ./configure --help ):
"./configure
--with-qt-dir=/Volumes/7300/sw/lib/
--with-extra-includes=/Volumes/7300/sw/include/qt
--with-qt-libraries=/Volumes/7300/sw/lib"


[...]

First I get on the way this :

[...]
./configure: --prefix: command not found
./configure: =: command not found
[...]

Second - this is the end :


checking for Qt... configure: error: Qt (>= Qt 2.0.2) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

the end of config.log looks like that :


[...] configure:20068: checking for Qt
configure: 20136: /Volumes/7300/sw/lib//include/qstyle.h
configure: 20136: /usr/lib/qt3/include/qstyle.h
configure: 20136: /usr/lib/qt3/qstyle.h
configure: 20136: /usr/lib/qt2/include/qstyle.h
configure: 20136: /usr/lib/qt2/qstyle.h
configure: 20136: /usr/lib/qt/include/qstyle.h
configure: 20136: /usr/lib/qt/qstyle.h
configure: 20136: /usr/local/qt/include/qstyle.h
configure: 20136: /usr/include/qt/qstyle.h
configure: 20136: /usr/include/qstyle.h
configure: 20136: /usr/X11R6/include/X11/qt/qstyle.h
configure: 20136: /usr/X11R6/include/qt/qstyle.h
configure: 20136: /usr/X11R6/include/qt2/qstyle.h
configure:20211: rm -rf SunWS_cache; g++ -o conftest -O2 -fno-exceptions -fno-check-new -DQT_MAC -no-cpp-precomp -INO -DQT_THREAD_SUPPORT -L/Volumes/7300/sw/lib conftest.cc -lqt-mt -lpthread 1>&5
conftest.cc:1:21: qwidget.h: No such file or directory
conftest.cc:3:2: #error 1
configure:20214: $? = 1
configure: failed program was:
#include <qwidget.h>
#if QT_VERSION < 300
#error 1
#endif

Thanks for your help.


Francis Derive.





-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to