|
Bugzilla – Full Text Bug Listing |
| Summary: | opie-2.4-553 doesn't support C++ | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Matthias Andree <matthias.andree> |
| Component: | Network | Assignee: | Olaf Kirch <okir> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Proposed patch | ||
Created attachment 73091 [details]
Proposed patch
Like this?
We could add this for SL10.1. This isn't something we would put into a maintenance update for SL10.0. The patch looks good to me (I've tested with a fetchmail pre-6.3.3 version, compiling it with g++ 4.1.0, without patch -> linker failure in opie.o and pop3.o, with your patch -> link succeeds). Thank you for the prompt response. Fixed package submitted for CODE10 |
/usr/include/opie.h does not contain magic such as #ifdef __cplusplus extern "C" { #endif to enable directly including the .h file into C++ programs. Please add.