[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: QT Designer errors



Marc Shapiro wrote:
I am trying to go through the Quick Start tutorial for QT Designer, but I am receiving errors. I have gone through the entire Qucick Start section, up through running qmake, with no errors. The Makefile has been created. When I try to run make, however, I get the following errors:

:~/Projects/metric$ make
/usr/share/qt3/bin/uic conversionform.ui -o .ui/conversionform.h
g++ -c -pipe -Wall -W -O2 -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -I.ui/ -I. -I.moc/ -o .obj/main.o main.cpp
In file included from /usr/include/qt3/qobjectdefs.h:42,
                from /usr/include/qt3/qwindowdefs.h:43,
                from /usr/include/qt3/qwidget.h:42,
                from /usr/include/qt3/qdesktopwidget.h:40,
                from /usr/include/qt3/qapplication.h:42,
                from main.cpp:1:
/usr/include/qt3/qglobal.h:756:21: qconfig.h: No such file or directory
/usr/include/qt3/qglobal.h:766:22: qmodules.h: No such file or directory

<snip>

You did not specify what you have installed. But on Sarge with:

ii  libqt3-dev             3.3.4-3                Qt development files
ii  libqt3-headers         3.3.4-3                Qt3 header files
ii  libqt3c102             3.3.4-3                Qt GUI Library, Version 3
ii libqt3c102-mt 3.3.4-3 Qt GUI Library (Threaded runtime version), Version 3 ii libqthreads-12 1.6.7-1 QuickThreads library for Guile

and

ii  qt3-dev-tools          3.3.4-3                Qt3 development tools
ii  qt3-doc                3.3.4-3                Qt3 API documentation

I have:

hugo@debian:/usr/share/qt3/include$ ls -l qconf*
-rw-r--r--  1 root root 403 2005-04-15 08:39 qconfig.h

H



















Reply to: