Bug 51326 - kdemultimedia compile fails (missing target, and ISO C++ error)
Summary: kdemultimedia compile fails (missing target, and ISO C++ error)
Status: RESOLVED WORKSFORME
Alias: None
Product: noatun
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Multimedia Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-29 15:25 UTC by mike
Modified: 2003-08-25 12:11 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 mike 2002-11-29 15:25:37 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc (GCC) 3.2 CHOST="i686-pc-linux-gnu" CFLAGS="-march=pentium3 -O3 -pipe" CXXFLAGS="${CFLAGS}"
OS:          Linux

For a few days I've been trying to compile kdemultimedia from CVS (anoncvs.kde.org), but it's repeatedly failing with:

make[5]: *** No rule to make target `winskinvis.mcoptype', needed by `all-am'.  Stop.
make[5]: *** Waiting for unfinished jobs....
visQueue.cpp: In constructor `VISQueue::VISQueue(int)':
visQueue.cpp:20: warning: ISO C++ forbids variable-size array
make[5]: Leaving directory `/var/tmp/portage/kdemultimedia-5/work/kdemultimedia/noatun/modules/winskin/vis'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-5/work/kdemultimedia/noatun/modules/winskin'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-5/work/kdemultimedia/noatun/modules'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdemultimedia-5/work/kdemultimedia/noatun'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdemultimedia-5/work/kdemultimedia'
make: *** [all] Error 2

There was a similar issue a few weeks ago with rlogin.protocol in kdebase (I think), for that I just removed the reference to rlogin.protocol in Makefile.am. Sadly winskinvis.mcoptype is more deeply integrated into the Makefile, and I don't know much about makefiles :(

Cheers
Comment 1 Philippe Rigault 2003-08-22 20:41:03 UTC
This looks like a duplicate of this bug  
http://bugs.kde.org/show_bug.cgi?id=62891 , which has just beed fixed 
Comment 2 Charles Samuels 2003-08-25 12:11:06 UTC
prolly was just a transient build bug