Bugzilla – Bug 158305
opie-2.4-553 doesn't support C++
Last modified: 2006-03-17 11:46:40 UTC
/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.
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