I've just successfully compiled and tested log4cpp on OpenVMS Alpha 7.3.
The only difficulty is due to the lack of snprintf and vsnprintf on the OpenVMS C library. The implementations of snprintf and vsnprintf in the log4cpp (OstringStream.cpp) does not work on OpenVMS as well. However, I have successfully located a portable vsnprintf and snprintf implemtations and used it successfully with log4cpp.
I am new to OpenVMS, but if anyone finds difficulties in using this library with OpenVMS, feel free to let me know.
Tony Cheung
(tony.cheung@asiayeah.com)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've just successfully compiled and tested log4cpp on OpenVMS Alpha 7.3.
The only difficulty is due to the lack of snprintf and vsnprintf on the OpenVMS C library. The implementations of snprintf and vsnprintf in the log4cpp (OstringStream.cpp) does not work on OpenVMS as well. However, I have successfully located a portable vsnprintf and snprintf implemtations and used it successfully with log4cpp.
I am new to OpenVMS, but if anyone finds difficulties in using this library with OpenVMS, feel free to let me know.
Tony Cheung
(tony.cheung@asiayeah.com)