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

Bug#507453: marked as done (qt4-x11: webkit example FTBFS)



Your message dated Wed, 3 Dec 2008 00:52:28 +0100
with message-id <20081202235228.GA6914@bluefire>
and subject line Re: Bug#507453: qt4-x11: webkit example FTBFS
has caused the Debian Bug report #507453,
regarding qt4-x11: webkit example FTBFS
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
507453: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507453
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qt4-x11
Version: 4.4.3-1
Severity: serious

Compiling qt from source results in

g++ -c -g -O2 -g -Wall -O2 -g -I/usr/include/freetype2 -O2 -Wall -W -D_REENTRANT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NAMESPACE=QtCppIntegration -DQT_SHARED -I../../../mkspecs/linux-g++ -I. -I../../../include/QtCore -I../../../include/QtCore -I../../../include/QtGui -I../../../include/QtGui -I../../../include/QtWebKit -I../../../include/QtWebKit -I../../../include -I.moc/release-shared -I.uic/release-shared -o .obj/release-shared/main.o main.cpp
In file included from main.cpp:39:
mainwindow.h:59: error: reference to 'QMenu' is ambiguous
mainwindow.h:45: error: candidates are: struct QMenu
../../../include/QtGui/../../src/gui/widgets/qmainwindow.h:56: error:                 struct QtCppIntegration::QMenu
mainwindow.h:59: error: ISO C++ forbids declaration of 'QMenu' with no type
mainwindow.h:59: error: expected ';' before '*' token
mainwindow.h:60: error: reference to 'QMenu' is ambiguous
mainwindow.h:45: error: candidates are: struct QMenu
../../../include/QtGui/../../src/gui/widgets/qmainwindow.h:56: error:                 struct QtCppIntegration::QMenu
mainwindow.h:60: error: ISO C++ forbids declaration of 'QMenu' with no type
mainwindow.h:60: error: expected ';' before '*' token
mainwindow.h:61: error: reference to 'QAction' is ambiguous
mainwindow.h:44: error: candidates are: struct QAction
../../../include/QtGui/../../src/gui/kernel/qaction.h:60: error:                 class QtCppIntegration::QAction
mainwindow.h:61: error: ISO C++ forbids declaration of 'QAction' with no type
mainwindow.h:61: error: expected ';' before '*' token
mainwindow.h:62: error: reference to 'QAction' is ambiguous
mainwindow.h:44: error: candidates are: struct QAction
../../../include/QtGui/../../src/gui/kernel/qaction.h:60: error:                 class QtCppIntegration::QAction
mainwindow.h:62: error: ISO C++ forbids declaration of 'QAction' with no type
mainwindow.h:62: error: expected ';' before '*' token
mainwindow.h:63: error: reference to 'QAction' is ambiguous
mainwindow.h:44: error: candidates are: struct QAction
../../../include/QtGui/../../src/gui/kernel/qaction.h:60: error:                 class QtCppIntegration::QAction
mainwindow.h:63: error: ISO C++ forbids declaration of 'QAction' with no type
mainwindow.h:63: error: expected ';' before '*' token
make: *** [.obj/release-shared/main.o] Error 1

Luckily the patch is quite easy. One just needs to remove the forward declarations of
QAction and QMenu in examples/webkit/formextractor/mainwindow.h which clash with the 
forward decalarations in gui/widgets/qmainwindow.h.

Debian Release: lenny/sid
  APT prefers unstabli
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.27.4 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--- End Message ---
--- Begin Message ---
On Mon, 01 Dec 08 15:09, Armin Berres wrote:
> Package: qt4-x11
> Version: 4.4.3-1
> Severity: serious
> 
> Compiling qt from source results in

Case closed. This only happens with what we have in svn right now.


--- End Message ---

Reply to: