Bug 207100 - kdebindings fails to build - missing include in krosspython
Summary: kdebindings fails to build - missing include in krosspython
Status: RESOLVED FIXED
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-11 18:02 UTC by tropikhajma
Modified: 2009-09-17 00:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch (280 bytes, patch)
2009-09-11 18:02 UTC, tropikhajma
Details

Note You need to log in before you can comment on or make changes to this bug.
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