Opened 12 years ago

Closed 12 years ago

Last modified 10 years ago

#5430 closed Bugs (wontfix)

compile error in Windows CE 6.0(std::strerror)

Reported by: Akira Takahashi <faithandbrave@…> Owned by: Beman Dawes
Milestone: To Be Determined Component: system
Version: Boost 1.46.1 Severity: Problem
Keywords: Cc:

Description

compile error libs/system/src/error_code.cpp, because Windows CE platform nothing <cerrno> header, and nothing std::strerror. I needs alternative implementation for "#if defined(_WIN32_WCE)".

Change History (2)

comment:1 by Beman Dawes, 12 years ago

Resolution: wontfix
Status: newclosed

I do not have access to a Windows CE development environment, and don't have any knowledge of that platform. The only way to address this problem is if someone who does have access develops, tests, and submits a patch.

Unless all versions of Windows CE are affected, a patch must be specific to the versions of Windows CE that have the problem. Also, a patch must not impact other platforms.

I'm closing this ticket for now. It can be reopened if such a patch becomes available.

If the submitter would rather work with me privately, contact me at bdawes at acm dot org.

Thanks,

--Beman

comment:2 by anonymous, 10 years ago

I'm pretty sure it'll effect all version of Windows CE.

I've managed to work around this by using the implementation available in the github project "wcecompat" by mauricek. If the licensing is fine then it's pretty easy to just drop it in when building for Windows CE.

Note: See TracTickets for help on using tickets.