bugGnash - The GNU Flash player - Bugs: bug #20848, no checks for qt headers

 
 

bug #20848: no checks for qt headers

Submitted by:  Klaus Rechert <krechert>
Submitted on:  Tue 21 Aug 2007 12:53:52 PM UTC  
 
Category: buildSeverity: 5 - Blocker
Release: NoneStatus: Fixed
Privacy: PublicAssigned to: Sandro Santilli <strk>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Fri 28 Sep 2007 07:11:47 PM UTC, comment #4:

Works now for me: I don't have kde packages installed and get an error if I try to build kde.

Closing, since no one has complained since the fix.

Benjamin Wolsey <bwy>
Project Member
Wed 22 Aug 2007 11:21:10 AM UTC, comment #3:

Headers were checked, just we didn't bail out if not found and kde gui were requested. Should be fixed now.

Sandro Santilli <strk>
Project MemberIn charge of this item.
Tue 21 Aug 2007 01:32:34 PM UTC, comment #2:

should also check for qt-embedded (qxembed.h)

Klaus Rechert <krechert>
Tue 21 Aug 2007 12:57:00 PM UTC, comment #1:

Compiler string:

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DGUI_KDE -DGUI_CONFIG=\"KDE\" -I.. -I.. -I../server -I../server/parser -I../server/vm -I../libltdl -I../libbase -I../backend -I../libgeometry -DLOCALEDIR=\"/usr/local/share/locale\" -DPLUGINSDIR=\"/usr/local/lib/gnash/plugins\" -I/usr/include/libxml2 -I/usr/include -pthread -DPKGDATADIR=\"/usr/local/share/gnash\" -DRENDERER_CONFIG=\"agg\" -DMEDIA_CONFIG=\"ffmpeg\" -DTARGET_CONFIG=\"\" -DCONFIG_CONFIG="\"\"" -I/usr/include/agg2 -g -O2 -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -MT kde_gnash-gui_kde.o -MD -MP -MF ".deps/kde_gnash-gui_kde.Tpo" -c -o kde_gnash-gui_kde.o `test -f 'gui_kde.cpp' || echo './'`gui_kde.cpp; \
then mv -f ".deps/kde_gnash-gui_kde.Tpo" ".deps/kde_gnash-gui_kde.Po"; else rm -f ".deps/kde_gnash-gui_kde.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DGUI_KDE -DGUI_CONFIG=\"KDE\" -I.. -I.. -I../server -I../server/parser -I../server/vm -I../libltdl -I../libbase -I../backend -I../libgeometry -DLOCALEDIR=\"/usr/local/share/locale\" -DPLUGINSDIR=\"/usr/local/lib/gnash/plugins\" -I/usr/include/libxml2 -I/usr/include -pthread -DPKGDATADIR=\"/usr/local/share/gnash\" -DRENDERER_CONFIG=\"agg\" -DMEDIA_CONFIG=\"ffmpeg\" -DTARGET_CONFIG=\"\" -DCONFIG_CONFIG="\"\"" -I/usr/include/agg2 -g -O2 -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -MT kde_gnash-kde_glue_agg.o -MD -MP -MF ".deps/kde_gnash-kde_glue_agg.Tpo" -c -o kde_gnash-kde_glue_agg.o `test -f 'kde_glue_agg.cpp' || echo './'`kde_glue_agg.cpp; \
then mv -f ".deps/kde_gnash-kde_glue_agg.Tpo" ".deps/kde_gnash-kde_glue_agg.Po"; else rm -f ".deps/kde_gnash-kde_glue_agg.Tpo"; exit 1; fi

Klaus Rechert <krechert>
Tue 21 Aug 2007 12:53:52 PM UTC, original submission:

In file included from kde_glue_agg.h:18,
from kde_glue_agg.cpp:20:
kde_glue.h:26:21: error: qwidget.h: No such file or directory
In file included from kde_glue_agg.cpp:20:
kde_glue_agg.h:19:20: error: qimage.h: No such file or directory
In file included from gui_kde.cpp:29:
kdesup.h:31:26: error: qapplication.h: No such file or directory
kde_glue_agg.cpp:23:21: error: qpixmap.h: No such file or directory
kde_glue_agg.cpp:24:20: error: qcolor.h: No such file or directory
kdesup.h:32:24: error: qpopupmenu.h: No such file or directory
In file included from kde_glue_agg.h:18,
from kdesup.h:44,
from gui_kde.cpp:29:
kde_glue.h:26:21: error: qwidget.h: No such file or directory
In file included from kdesup.h:44,
from gui_kde.cpp:29:
kde_glue_agg.h:19:20: error: qimage.h: No such file or directory

./configure output looks like

Configurable options are:
Intel 810 LOD bias hack disabled (default). Use --enable-i810-lod-bias to enable.
MIT-SHM X extension support disabled (default). Use --enable-mit-shm to enable.
POSIX Threads support enabled (default)
DMalloc support disabled (default). Use --enable-dmalloc to enable.
Firefox plugin enabled (default). Use --disable-nsapi to disable.
Konqueror plugin disabled.
GNOME help disabled (default). Use --enable-ghelp to enable.
Building Cygnal media server disabled.
Building the Flash debugger is disabled.
Top level for cross compiling support files is:
GUI toolkits supported: kde,gtk
Renderers supported: agg
Media handler: ffmpeg
Using SDL for sound handling

Configured paths for i686-pc-linux-gnu are:
DocBook document processing disabled (default)
XML flags are: -I/usr/include/libxml2
XML libs are: -lxml2
JPEG flags are: default include path
JPEG libs are: -ljpeg
GTK2 flags are: -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
GTK2 libs are: -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
Pango flags are: -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
Pango libs are: -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
GLib flags are: -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
GLib libs are: -lglib-2.0
ATK flags are: -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
ATK libs are: -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
MP3 and video support enabled through ffmpeg
FFMPEG flags are: default include path
FFMPEG libs are: -lavcodec -lz -la52 -ldts -lgsm -ldc1394_control -ldl -lvorbisenc -lraw1394 -lavutil -lvorbis -lm -logg -ldts_pic -lvorbisenc -lvorbis -lm -logg -lavformat -lavcodec -lz -la52 -ldts -lgsm -ldc1394_control -ldl -lvorbisenc -lraw1394 -lavutil -lvorbis -lm -logg -lavutil -ltheora -logg -lgsm -ldc1394_control
SDL flags are: -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL
SDL libs are: -lSDL
Plugin will be installed in /home/klaus/.mozilla/plugins
POSIX Threads flags are: -pthread
POSIX Threads lib is: -lpthread
WARNING: CURL library not found.
Gnash will be built without support for streaming from URLs.
Why not install libcurl from http://curl.haxx.se/libcurl
or .deb users: apt-get install libcurl3-dev
or .rpm users: yum install curl-devel
AGG Pixel format is: all
AGG flags are: -I/usr/include/agg2
AGG libs are: -lagg_pic
BOOST flags are: -I/usr/include
BOOST libs are: -lboost_date_time -lboost_thread
MING version code is 00040005
MING flags are -I/usr/local/include
MING libs are -L/usr/local/lib -lz -lm -lungif -lpng -lming
MAKESWF is /usr/local/bin/makeswf
WARNING: You need to have the MTASC compiler packages installed
to run some of the tests in Gnash testsuite.
You can install it from http://mtasc.org
or .deb users: apt-get install mtasc
WARNING: You need to have the 'swfmill' tool installed
to run some of the tests in Gnash testsuite.
You can install it from http://iterative.org/swfmill/
WARNING: You need to have 'swfc' from SWFTools installed
to run some of the tests in Gnash testsuite.
You can install it from http://www.swftools.org/
Z flags are: default include path
Z libs are: -lz
FreeType flags are: -I/usr/include/freetype2
FreeType libs are: -lfreetype -lz
Fontconfig flags are:
Fontconfig libs are: -lfontconfig

Klaus Rechert <krechert>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by bwy (Posted a comment)
  • -unavailable- added by strk (Updated the item)
  • -unavailable- added by krechert (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 5 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Fri 28 Sep 2007 07:11:47 PM UTCbwyStatusReady For Test=>Fixed
      Open/ClosedOpen=>Closed
    Wed 22 Aug 2007 11:21:10 AM UTCstrkStatusNone=>Ready For Test
      Assigned toNone=>strk
    Tue 21 Aug 2007 12:58:04 PM UTCstrkSeverity3 - Normal=>5 - Blocker

    Back to the top


    Powered by Savane 3.1-cleanup1