Bug#442069: libqt4-dev: compiling xml examples from qt4 documentation fails

2007-09-13 Thread Arnout Boelens
On Wednesday 12 September 2007, Sune Vuorela wrote:
 On Thursday 13 September 2007, Arnout Boelens wrote:
  Package: libqt4-dev
  Version: 4.3.1-2
  Severity: normal
 
  I tried to compile the xml examples in the qt4 documentation, but none of
  them work. For example, for the streambookmarks exampe I get an error like:
 
  xbelreader.h:43:28: error: QXmlStreamReader: No such file or directory
 
 Hi!
 
 Please tell how exactly you try to compile the examples.
 
 full commandline with all options and such.
 
 /Sune

I should have read the documentation better. I had forgotten to add QT += xml
to my .pro file. Now everything compiles just fine.

Arnout



smime.p7s
Description: S/MIME cryptographic signature


Bug#442069: libqt4-dev: compiling xml examples from qt4 documentation fails

2007-09-12 Thread Arnout Boelens
Package: libqt4-dev
Version: 4.3.1-2
Severity: normal

I tried to compile the xml examples in the qt4 documentation, but none of them
work. For example, for the streambookmarks exampe I get an error like:

xbelreader.h:43:28: error: QXmlStreamReader: No such file or directory

I tried the other examples too and it looks like QT can't find any of the files
in the /usr/include/qt4/QtXml directory.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libqt4-dev depends on:
ii  libaudio-dev1.9-2+b1 The Network Audio System (NAS). (d
ii  libfreetype6-dev2.3.5-1+b1   FreeType 2 font engine, developmen
ii  libgl1-mesa-dev [libgl- 7.0.1-2  A free implementation of the OpenG
ii  libglib2.0-dev  2.14.0-2 Development files for the GLib lib
ii  libglu1-mesa-dev [libgl 7.0.1-2  The OpenGL utility library -- deve
ii  libglu1-xorg-dev1:7.2-5  transitional package for Debian et
ii  libice-dev  2:1.0.4-1X11 Inter-Client Exchange library 
ii  libjpeg62-dev   6b-14Development files for the IJG JPEG
ii  libmng-dev  1.0.9-1  M-N-G library (Development headers
ii  libpng12-dev [libpng12- 1.2.15~beta5-2   PNG library - development
ii  libpq-dev   8.2.4-3  header files for libpq5 (PostgreSQ
ii  libqt4-core 4.3.1-2  Qt 4 core non-GUI functionality ru
ii  libqt4-gui  4.3.1-2  Qt 4 core GUI functionality runtim
ii  libqt4-qt3support   4.3.1-2  Qt 3 compatibility library for Qt 
ii  libqt4-sql  4.3.1-2  Qt 4 SQL database module
ii  libsm-dev   2:1.0.3-1+b1 X11 Inter-Client Exchange library 
ii  libsqlite0-dev  2.8.17-3 SQLite development files
ii  libx11-dev  2:1.0.3-7X11 client-side library (developme
ii  libxcursor-dev  1:1.1.9-1X cursor management library (devel
ii  libxext-dev 1:1.0.3-2X11 miscellaneous extensions libra
ii  libxft-dev  2.1.12-2 FreeType-based font drawing librar
ii  libxi-dev   2:1.1.3-1X11 Input extension library (devel
ii  libxinerama-dev 1:1.0.2-1X11 Xinerama extension library (de
ii  libxmu-dev  1:1.0.3-1X11 miscellaneous utility library 
ii  libxrandr-dev   2:1.2.2-1X11 RandR extension library (devel
ii  libxrender-dev  1:0.9.3-1X Rendering Extension client libra
ii  libxt-dev   1:1.0.5-3X11 toolkit intrinsics library (de
ii  x11proto-core-dev   7.0.10-2 X11 core wire protocol and auxilia
ii  xlibmesa-gl-dev 1:7.2-5  transitional package for Debian et
ii  zlib1g-dev  1:1.2.3.3.dfsg-5 compression library - development

Versions of packages libqt4-dev recommends:
ii  qt4-dev-tools 4.3.1-2Qt 4 development tools

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#442069: libqt4-dev: compiling xml examples from qt4 documentation fails

2007-09-12 Thread Sune Vuorela
On Thursday 13 September 2007, Arnout Boelens wrote:
 Package: libqt4-dev
 Version: 4.3.1-2
 Severity: normal

 I tried to compile the xml examples in the qt4 documentation, but none of
 them work. For example, for the streambookmarks exampe I get an error like:

 xbelreader.h:43:28: error: QXmlStreamReader: No such file or directory

Hi!

Please tell how exactly you try to compile the examples.

full commandline with all options and such.

/Sune
-- 
How to receive the mousepad of a 5X case?

The point is that you neither can explore with a menu, nor have to telnet to 
the SCSI hardware for telnetting from the proxy to the cache on a server.


signature.asc
Description: This is a digitally signed message part.


Bug#442069: libqt4-dev: compiling xml examples from qt4 documentation fails

2007-09-12 Thread Arnout Boelens
On Wednesday 12 September 2007, Sune Vuorela wrote:
 On Thursday 13 September 2007, Arnout Boelens wrote:
  Package: libqt4-dev
  Version: 4.3.1-2
  Severity: normal
 
  I tried to compile the xml examples in the qt4 documentation, but none of
  them work. For example, for the streambookmarks exampe I get an error like:
 
  xbelreader.h:43:28: error: QXmlStreamReader: No such file or directory
 
 Hi!
 
 Please tell how exactly you try to compile the examples.
 
 full commandline with all options and such.
 
 /Sune

I go into the directory of the example (in my case I copied the files to
~/src/qt4/examples/xml/streambookmarks/) and type, as normal user:

qmake -project
qmake
make

I also tried the same as root to see wheter it was a permissions problem, but
that didn't work either.

Cheers,

Arnout



smime.p7s
Description: S/MIME cryptographic signature