Wednesday, September 9, 2009

WSF/C++ ported to Solaris and Mac OS

With little effort I could successfully build and run WSF/C++ on a Solaris x86 box. The changes include some include file ordering and a AC_CHECK_LIB macro for socket library in some configuration files. Also make sure to configure with the --with-openssl option with the correct path to my openssl library.
However note that I did not try it with Apache and XMPP transports yet.

Also I heard that Nandika also managed to run WSF/C++ on a Mac box with even little changes.

These changes are availabe with the latest svn copy of WSF/C++.

1 comment:

  1. Can you please post your hack to compile on mac?

    ./../../include/platforms/unix/axutil_unix.h:125: error: syntax error before ‘__useconds’
    uuid_gen_unix.c: In function ‘axutil_uuid_get_mac_addr’:
    uuid_gen_unix.c:337: error: ‘SIOCGARP’ undeclared (first use in this function)
    uuid_gen_unix.c:337: error: (Each undeclared identifier is reported only once
    uuid_gen_unix.c:337: error: for each function it appears in.)
    make[9]: *** [uuid_gen_unix.lo] Error 1

    ReplyDelete