Everyone,
I was able to make a few changes to ccxstream to get it to compile on Mac OS X.
I submitted the patch to the developers on the sourceforge page, but figured I would mention the changes here.
There are two areas that are a problem in the source. Both are pretty minor and easy to change.
1) OS X doesn't support the socklen_t data type. All occurences of
"socklen_t" need to be replaced with "int". This effects ccxstream.c
ccxstream.h and ccxdiscover.c
2) "-readline" needs to be removed from the LDFLAGS in the Makefile.
Thats it.
If you don't have the developers tools or this is too much for you, PM me and I will help you out. Hopefully the developers will implement my patch (or do it themselves) into the main source and it won't be an issue in the future.
P.S. These changes were made to the ccxstream-1.0.15.tar.gz code. Older versions may not work with the above changes.