Bug 207100

Summary: kdebindings fails to build - missing include in krosspython
Product: [Developer tools] bindings Reporter: tropikhajma <tropikhajma>
Component: generalAssignee: kde-bindings
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Solaris   
Latest Commit: Version Fixed In:
Attachments: patch

Description tropikhajma 2009-09-11 18:02:10 UTC
Version:            (using KDE 4.3.1)
Compiler:          Sun Studio 12 U1 
OS:                Solaris
Installed from:    Compiled From Sources

Building kdebindings 4.3.1 with sun studio on opensolaris fails with:

"/export/home/test/packages/BUILD/kdebindings-4.3.1/python/krosspython/cxx/Objects.hxx", line 1924: Error: copy is not a member of std.

This can be alleviated by the attached patch
Comment 1 tropikhajma 2009-09-11 18:02:50 UTC
Created attachment 36870 [details]
patch
Comment 2 Sebastian Sauer 2009-09-17 00:30:32 UTC
SVN commit 1024616 by sebsauer:

Fix compile with Sun Studio 12 U1. Thanks tropikhajma.
BUG:207100



 M  +1 -0      Objects.hxx  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1024616
Comment 3 Sebastian Sauer 2009-09-17 00:31:01 UTC
SVN commit 1024617 by sebsauer:

backport r1024616
Fix compile with Sun Studio 12 U1. Thanks tropikhajma.
BUG:207100



 M  +1 -0      Objects.hxx  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1024617