[Ace-users] Failed compile in tradition Unix way

wilsynet at gmail.com wilsynet at gmail.com
Fri Dec 14 15:21:37 CST 2007


Not sure if this has been answered yet, but this is what I did to make
it build in ${ACE_ROOT}/ace, but I couldn't get all the tests to pass
at the top level.  As always, YMMV.

$ cd $ACE_ROOT/ace
$ cp config-macosx-tiger.h config-macosx-leopard.h

Now, in config-macosx-leopard.h, apply the following diff:

89a90
> #define ACE_HAS_NONCONST_FD_ISSET
99c100
< #define ACE_HAS_ALT_CUSERID
---
> #define ACE_LACKS_CUSERID

Now use config-macosx-leopard.h instead of config-macosx-tiger.h.



More information about the Ace-users mailing list