<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<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>
<p></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>
<p></p>
</div>
</body>
</html>