http://qa.mandrakesoft.com/show_bug.cgi?id=362


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.1.1-13mdk                 |3.1.2-7mdk




------- Additional Comments From [EMAIL PROTECTED]  2003-01-07 17:11 -------
This bug has been automatically updated to last version of product available. 

Please check if it is still valid.


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
Hello,
I read the first tutorial of QT included with the Mandrake 9.0 RC3, and tried to
make the "hello world" program.
The qt3 binaries are not in the path (maybe you could add some symlinks ?), and
even when I execute /usr/lib/qt3/bin/qmake (after creating the project file with
qmake -project), I got an error :
[EMAIL PROTECTED] qt]$ qmake -o Makefile qt.pro
QMAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: qt.pro

I solved that by setting $QMAKESPEC to "/usr/lib/qt3/mkspecs/linux-g++/"

Next, I must run make : the include directory is not known to qmake, leading to
an error :

g++ -c -pipe -Wall -W -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro
-march=i586 -ffast-math -fno-strength-reduce -DQT_NO_DEBUG 
-I/usr/local/qt/include -I/usr/lib/qt3/mkspecs/linux-g++/ -o qt.o qt.C
qt.C:1:26: qapplication.h: No such file or directory
[...]

Even if I correct it by hand, I have other problems with libs (I didn't figure
out how to solve that one).

Could you please solve those issues ?
Thank you.

Reply via email to