<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi,</p>
<p><br>
</p>
<p>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 <a class="moz-txt-link-freetext" href="https://github.com/DOCGroup/ACE_TAO">https://github.com/DOCGroup/ACE_TAO</a> 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.<br>
</p>
<pre class="moz-signature" cols="72">Johnny Willemsen
Remedy IT
<a class="moz-txt-link-freetext" href="http://www.remedy.nl">http://www.remedy.nl</a>
</pre>
<div class="moz-cite-prefix">On 6/28/19 2:56 AM, Eric Hillis wrote:<br>
</div>
<blockquote type="cite"
cite="mid:aa92cbc8bf804ef89e36cd161a525c3f@g2ss.com">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper"
style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;"
dir="ltr">
<p>I already sent this, but it said I wasn't subscribed.. so
here goes a 2nd attempt:</p>
<div>
<p>For the latest version of CYGWIN I was able to get it to
build using the following #defines in my config.h</p>
<p><br>
</p>
#define ACE_HAS_UCONTEXT_T 1<br>
#define ACE_LACKS_CUSERID 1<br>
#define ACE_HAS_WCHAR<br>
#define ACE_DISABLE_MKTEMP<br>
#define ACE_HAS_3_PARAM_WCSTOK<br>
#define ACE_LACKS_WCSICMP<br>
#define ACE_LACKS_WCSNICMP<br>
#define ACE_LACKS_STRPTIME<br>
#define ACE_LACKS_SWAB<br>
#define ACE_LACKS_STD_WSTRING<br>
#define ACE_HAS_CPP11<br>
#define ACE_HAS_CUSTOM_EXPORT_MACROS 1<br>
#include "ace/config-cygwin32.h"<br>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
ace-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ace-users@list.isis.vanderbilt.edu">ace-users@list.isis.vanderbilt.edu</a>
<a class="moz-txt-link-freetext" href="http://list.isis.vanderbilt.edu/cgi-bin/mailman/listinfo/ace-users">http://list.isis.vanderbilt.edu/cgi-bin/mailman/listinfo/ace-users</a></pre>
</blockquote>
</body>
</html>