Bug 66556 - XCB util-renderutil module and C++ (with patch)
Summary: XCB util-renderutil module and C++ (with patch)
Status: RESOLVED FIXED
Alias: None
Product: XCB
Classification: Unclassified
Component: Utils (show other bugs)
Version: unspecified
Hardware: Other All
: medium major
Assignee: xcb mailing list dummy
QA Contact: xcb mailing list dummy
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-03 18:30 UTC by Jochen Keil
Modified: 2013-07-16 08:42 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
patch to fix compilation and linking issues with C++ (4.22 KB, text/plain)
2013-07-03 18:30 UTC, Jochen Keil
Details

Description Jochen Keil 2013-07-03 18:30:00 UTC
Created attachment 81972 [details]
patch to fix compilation and linking issues with C++

Hello,

the latest version of the util-renderutil module cannot be used in C++ programs due to the missing extern "C" declaration. Furthermore the C++ keyword 'template' is used as a variable name.

I've attached a patch against latest git for both problems.

Thank you,

Jochen
Comment 1 Arnaud Fontaine 2013-07-11 08:58:14 UTC
Sounds fine to me. Should I push it then?
Comment 2 Jochen Keil 2013-07-11 10:39:40 UTC
(In reply to comment #1)
> Sounds fine to me. Should I push it then?

I'm not quite sure whom you are asking, so just in case: Yes, please. :)
Comment 3 Arnaud Fontaine 2013-07-16 08:42:29 UTC
Pushed, thanks!


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.