[ace-users] CYGWIN config.h

Johnny Willemsen jwillemsen at remedy.nl
Fri Jun 28 02:03:02 CDT 2019


Hi,


The cygwin port of ACE has been experimental for a long time, it
compiled in the past but we had a lot of runtime failures. Please open a
new pull request at https://github.com/DOCGroup/ACE_TAO to integrate
your changes, maybe CYGWIN_VERSION_API_MINOR has to be checked for some
defines. ACE_HAS_CPP11 is something that should be enabled through the
platform_macros.GNU and shouldn't be unconditionally in the config file.

Johnny Willemsen
Remedy IT
http://www.remedy.nl

On 6/28/19 2:56 AM, Eric Hillis wrote:
>
> I already sent this, but it said I wasn't subscribed.. so here goes a
> 2nd attempt:
>
> For the latest version of CYGWIN  I was able to get it to build using
> the following #defines in my config.h
>
>
> #define ACE_HAS_UCONTEXT_T 1
> #define ACE_LACKS_CUSERID 1
> #define ACE_HAS_WCHAR
> #define ACE_DISABLE_MKTEMP
> #define ACE_HAS_3_PARAM_WCSTOK
> #define ACE_LACKS_WCSICMP
> #define ACE_LACKS_WCSNICMP
> #define ACE_LACKS_STRPTIME
> #define ACE_LACKS_SWAB
> #define ACE_LACKS_STD_WSTRING
> #define ACE_HAS_CPP11
> #define ACE_HAS_CUSTOM_EXPORT_MACROS 1
> #include "ace/config-cygwin32.h"
>
>
> _______________________________________________
> ace-users mailing list
> ace-users at list.isis.vanderbilt.edu
> http://list.isis.vanderbilt.edu/cgi-bin/mailman/listinfo/ace-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.isis.vanderbilt.edu/pipermail/ace-users/attachments/20190628/f8cca054/attachment.html>


More information about the ace-users mailing list