| Summary: |
XCB util-renderutil module and C++ (with patch) |
| Product: |
XCB
|
Reporter: |
Jochen Keil <j.keil> |
| Component: |
Utils | Assignee: |
xcb mailing list dummy <xcb> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
xcb mailing list dummy <xcb> |
| Severity: |
major
|
|
|
| Priority: |
medium
|
|
|
| Version: |
unspecified | |
|
| Hardware: |
Other | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Attachments: |
patch to fix compilation and linking issues with C++
|
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.
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