Building SynCE with Windows Mobile 2005 support from SourceForge Packages


From SynCE-Wiki

Windows Mobile 2005 Support: Installing SynCE, Connecting Your Device, Using SynCE, Troubleshooting

The recipe below builds SynCE and Windows Mobile 2005 support using the 0.10.0 release.

Contents

Download SourceForge Packages

Download the following files:

Unzip and Compile Packages

In the following instructions, the sudo command is used. If you are unfamiliar with this command, then use su. To follow the instructions, you must replace this command:

sudo make install

with these commands:

su
(enter root password)
make install
exit

sudo executes one command as the super-user. In the second set of commands, the user enters super-user mode by executing su, carries out the command in the instructions, and then leaves super-user mode.

libsynce

tar xzf synce-libsynce-0.10.0.tar.gz
cd libsynce-0.10.0/
./configure --enable-desktop-integration
make
sudo make install
cd ..

librapi2

tar xzf synce-librapi2-0.10.0.tar.gz
cd librapi2-0.10.0/
./configure
make
sudo make install
cd ..

odccm

tar xzf synce-odccm-0.10.0.tar.gz
cd odccm-0.10.0/
./configure
make
sudo make install
sudo cp data/dbus/odccm.conf /etc/dbus-1/system.d/
cd ..

synce-gnome

tar zxf synce-gnome-0.10.0.tar.gz


Success

Congratulations, you have just installed SynCE. Next step:

Connecting Your Device