Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc version 3.3.6 OS: Linux I couldn't find a forum to post this in, I'm not sure it belongs in the bug section or not - likely a compiler issue on my side of the fence. Running 2.6.14-mm2 SMP PREEMPT on Gentoo, 2Ghz Pentium M Regardless, I grabbed the latest SVN tree of konstruct, and ran make install from ~/konstruct/meta/kde Returned error from kdemultimedia. I tracked it down to xine-lib, and the video_out module. When I specifically try to compile video_out_xxmc.c, with a gcc video_out_xxmc.c I get multiple errors: 2252: error: 'myimage' undeclared (first use in this function) .. And the like multiple linse and multiple function variables. Looks to my untrained eye like my version of GCC doesn't like declaring variables on the fly in a function, which I'm guessing is a new fandangled feature of GCC 4 or so.
Please report this to the xine developers. It's not a bug in KDE code.
Originally thought this was a problem with konstruct, I'll hunt for a resolution with the xine folks. Thanks