Bug 52322 - make kdeaddons-3.0.5a fails on mediaplayer.h konqsidebarplugin.h
Summary: make kdeaddons-3.0.5a fails on mediaplayer.h konqsidebarplugin.h
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: sidebar media player (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Multimedia Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-26 17:28 UTC by ghwbush
Modified: 2003-03-12 06:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ghwbush 2002-12-26 17:28:44 UTC
Version:           3.0.5a (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc-2.96-113 RedHat linux 7.3
OS:          Linux

kdeaddons-3.0.5a will not compile.

I have successfully compiled most of the other modules of this 3.0.5a release, including arts, kdelibs, kdebase, kdeutils, kdegraphics, kdemultimedia, kdeartwork, kdebindings, kdeadmin, kdeedu, kdesdk, kdegames, kdenetwork, kdetoys, kdepim.  The md5sum of my kdeaddons-3.0.5a.tar.bz2 passed.

It succeeds in configure, but fails in make.  Following is the specific error log at the point of failure:

g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/home/bild/local/kde/include/kio -I/home/bild/local/kde/include/arts -I/home/bild/local/kde/include -I/usr/lib/qt3-gcc2.96/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c mediaplayer.cpp -MT mediaplayer.lo -MD -MP -MF .deps/mediaplayer.TPlo  -fPIC -DPIC -o .libs/mediaplayer.o
In file included from mediaplayer.cpp:18:
mediaplayer.h:20:31: konqsidebarplugin.h: No such file or directory
make[5]: *** [mediaplayer.lo] Error 1
make[5]: Leaving directory `/home/bild/kde/kdeaddons-3.0.5a/konq-plugins/sidebar/mediaplayer'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/bild/kde/kdeaddons-3.0.5a/konq-plugins/sidebar/mediaplayer'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/bild/kde/kdeaddons-3.0.5a/konq-plugins/sidebar'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bild/kde/kdeaddons-3.0.5a/konq-plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bild/kde/kdeaddons-3.0.5a'
make: *** [all] Error 2
Comment 1 George Staikos 2003-03-12 06:39:40 UTC
That file definitely gets installed here.  Must be a local problem, or it's already 
fixed.