Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150912 - net-www/gnash cvs ebuild fails with missing qt-header-files
Summary: net-www/gnash cvs ebuild fails with missing qt-header-files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-11 10:11 UTC by Hanno Böck
Modified: 2006-11-17 14:46 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 Hanno Böck gentoo-dev 2006-10-11 10:11:03 UTC
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I../.. -I../../server -I../../server/parser -I../../libbase -I../../backend -I../../libamf -I../../libgeometry -pthread -I/kio -O2 -march=pentium-m -fomit-frame-pointer -pipe -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -MT klash_part.lo -MD -MP -MF .deps/klash_part.Tpo -c klash_part.cpp  -fPIC -DPIC -o .libs/klash_part.o
klash_part.cpp:46:22: error: qcstring.h: No such file or directory
klash_part.cpp:47:24: error: qpopupmenu.h: No such file or directory
klash_part.cpp:48:20: error: qtimer.h: No such file or directory
klash_part.cpp:51:24: error: klibloader.h: No such file or directory
klash_part.cpp:52:20: error: kdebug.h: No such file or directory
klash_part.cpp:53:21: error: kconfig.h: No such file or directory
klash_part.cpp:54:27: error: ksimpleconfig.h: No such file or directory
klash_part.cpp:55:21: error: kaction.h: No such file or directory
klash_part.cpp:56:26: error: kapplication.h: No such file or directory
klash_part.cpp:57:21: error: klocale.h: No such file or directory
klash_part.cpp:58:23: error: kinstance.h: No such file or directory
klash_part.cpp:59:28: error: kparts/factory.h: No such file or directory
klash_part.cpp:60:28: error: kstaticdeleter.h: No such file or directory


After that some pages of follow-up-errors. The includes are there, but it seems the makefile is not setting the correct -I options on gcc.
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2006-11-17 14:46:13 UTC
0.7.2 is released now. I removed kde stuff because kde users can use gnash as well and it does not work.