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"
- If you get the multiple definitions of symbol error message when compiling librapi2 you should patch the "convenience library bug" in libtool. An alternative solution that may work is to add the --disable-shared parameter when running ./configure in this module.
- Use the LoolixUSBPocketPC driver to connect your device over USB to your Mac.
- Changes needed to compile SynCE 0.9.0 on Mac OS X
