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

Bug#226990: marked as done (libqt3-headers: /usr/include/qt3/qt.h includes non-existant header files)



Your message dated Fri, 12 May 2006 13:25:55 +0200
with message-id <20060512112555.GA2733@mad.intersec.fr>
and subject line Bug#226990: libqt3-headers: /usr/include/qt3/qt.h includes non-existant header files
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libqt3-headers
Version: 3:3.2.3-1
Severity: important


Hi,

here is the problem:

$ cat essai-qt.cc
#include <qt3/qt.h>

$ gcc -c essai-qt.cc
In file included from essai-qt.cc:1:
/usr/include/qt3/qt.h:30:27: qplatformdefs.h: No such file or directory
/usr/include/qt3/qt.h:260:21: qvfbhdr.h: No such file or directory
/usr/include/qt3/qt.h:317:35: private/qtextengine_p.h: No such file or directory


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux irancy 2.6.0-test11-1-386 #1 Mon Dec 8 21:12:20 EST 2003 i686
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro

-- no debconf information



--- End Message ---
--- Begin Message ---
On Sun, Jan 11, 2004 at 05:30:35PM +0100, Laurent Bonnaud wrote:
> > > /usr/include/qt3/qt.h:30:27: qplatformdefs.h: No such file or directory
> 
> > qplatformdefs.h is strongly related to qmake & co and thus is included
> > in qt3-dev-tools.
> 
> This package is installed on the system:
> 
> ii  qt3-dev-tools        3.2.3-1              Qt3 development tools
> 
> > /usr/include/qt3/qt.h:260:21: qvfbhdr.h: No such file or directory
> > qvfbhdr.h is strongly related to qt3-embedded-free and thus not included in
> > the Qt3 packages. Install libqte-mt3-dev to get it.
> 
> Same thing:
> 
> ii  libqte-mt3-dev       3.1.2-2              Qt/Embedded GUI (Threaded Version) development files
> 
> > > /usr/include/qt3/qt.h:317:35: private/qtextengine_p.h: No such file or directory
> > > 
> > As for private includes, I think you need to add the "-I/usr/include/qt3" flag
> > to your compiler command line to make your compiler find it.
> 
> It only fixes the problem for one header file:
> 
> $ gcc -c -I/usr/include/qt3 essai-qt.cc
> In file included from essai-qt.cc:1:
> /usr/include/qt3/qt.h:30:27: qplatformdefs.h: No such file or directory
> /usr/include/qt3/qt.h:260:21: qvfbhdr.h: No such file or directory
> 
> Isn't it in contradiction to the Debian policy to require the use of a
> -I flag ?

  hence there is no bug anymore (if there was any anyway)

-- 
·O·  Pierre Habouzit
··O                                                madcoder@debian.org
OOO                                                http://www.madism.org

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: