Bug 116452

Summary: konstruct kde 3.5 rc1 fails on video_out module xine-lib-1.1.0
Product: konstruct Reporter: Chris Saunders <csaunders>
Component: generalAssignee: Multimedia Developers <kde-multimedia>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Chris Saunders 2005-11-15 22:44:29 UTC
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.
Comment 1 Thiago Macieira 2005-11-16 02:16:02 UTC
Please report this to the xine developers. It's not a bug in KDE code.
Comment 2 Chris Saunders 2005-11-16 02:47:17 UTC
Originally thought this was a problem with konstruct, I'll hunt for a resolution with the xine folks.

Thanks