Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199367 - gnash-0.8.0 compile error
Summary: gnash-0.8.0 compile error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-16 14:54 UTC by Chris Bainbridge (RETIRED)
Modified: 2007-11-21 09:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Bainbridge (RETIRED) gentoo-dev 2007-11-16 14:54:24 UTC
Seems like some problem compiling the gui, maybe requires a specific version of QT?

 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../server -I../server/parser -I../server/vm -I../libltdl -I../libbase -I../backend -I../libgeometry -DLOCALEDIR=\"/usr/share/locale\" 
-I/usr/include/libxml2 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -I/usr/X11R6/include -pthread -I/usr/X11R6/include -I/usr/include/gtkglext-1.0 -I/usr/lib/gtkglext-1.0/include -I/usr/include/g
tk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/at
k-1.0 -I/usr/kde/3.5/include -I/usr/kde/3.5/include/kio -I/usr/qt/3/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/
usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkglext-1.0 -I/usr/lib/gtkglext-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.
0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/gli
b-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/inclu
de/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/kio -I/usr/include/ffmpeg -DPKGDATADIR=\"/usr/share/gnash\" -DRENDERER_CONFIG=\"opengl\" -DGUI_CONFIG=\"gtk\" -DMEDIA_CONFIG=\"ffmpeg\" -
DTARGET_CONFIG=\"\" -O2 -march=pentium-m -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -MT kde.lo -MD -MP -MF .deps/kde.Tpo -c kde.cpp  -fPIC -DPIC -o .libs/kde.o
In file included from kde.cpp:38:
klash.moc:12:2: error: #error "The header file 'kdesup.h' doesn't include <QObject>."
/usr/qt/3/include/qtextstream.h: In constructor 'QTextIStream::QTextIStream(const QString*)':
/usr/qt/3/include/qtextstream.h:201: warning: cast from type 'const QString*' to type 'QString*' casts away constness
/usr/qt/3/include/qevent.h: In member function 'int QIMEvent::selectionLength() const':
/usr/qt/3/include/qevent.h:493: warning: cast from type 'const QIMComposeEvent*' to type 'QIMComposeEvent*' casts away constness
/usr/qt/3/include/qwidget.h: In member function 'void QWidget::constPolish() const':
/usr/qt/3/include/qwidget.h:883: warning: cast from type 'const QWidget* const' to type 'QWidget*' casts away constness
klash.moc: At global scope:
klash.moc:55: error: 'const QMetaObject gnash::qwidget::staticMetaObject' is not a static member of 'class gnash::qwidget'
klash.moc:55: error: variable 'const QMetaObject gnash::qwidget::staticMetaObject' has initializer but incomplete type
klash.moc:60: error: prototype for 'const QMetaObject* gnash::qwidget::metaObject() const' does not match any in class 'gnash::qwidget'
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2007-11-21 09:21:25 UTC
Can you please retry with 0.8.1 and reopen if it does not work?