Bug 116452 - konstruct kde 3.5 rc1 fails on video_out module xine-lib-1.1.0
Summary: konstruct kde 3.5 rc1 fails on video_out module xine-lib-1.1.0
Status: RESOLVED NOT A BUG
Alias: None
Product: konstruct
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: 2005-11-15 22:44 UTC by Chris Saunders
Modified: 2005-11-16 02:47 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 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