Mac OS X


From SynCE-Wiki

Note: A much more developed version of Windows CE and Windows Mobile support for Mac OS X can be found at http://www.markspace.com. However, this is a commercial program.

  • Get SynCE 0.8 or later.
  • To compile SynCE, you first need the Mac OS X Developer Tools.
  • You need GNU libiconv and libpoll from Fink.
  • Set your CPPFLAGS and LDFLAGS before running any configure scripts:
export CPPFLAGS="$CPPFLAGS -no-cpp-precomp -I/sw/include"
export LDFLAGS="-L/sw/lib -lpoll"