| Summary: | kdemultimedia compile fails (missing target, and ISO C++ error) | ||
|---|---|---|---|
| Product: | [Unmaintained] noatun | Reporter: | mike |
| Component: | general | Assignee: | Multimedia Bugs <multimedia-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
This looks like a duplicate of this bug http://bugs.kde.org/show_bug.cgi?id=62891 , which has just beed fixed prolly was just a transient build bug |
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