If you get "error: possibly undefined macro: AC_PROG_INTLTOOL" on autoreconf you might need to install intltool.
For the python tests:
# make quicktest
Make sure you have "nosetests" for python2 is installed (python2-nose on arch). Otherwise you will get an error that "PyInit__kolabformat" could not be found.
For the library only, switch to the c++ directory and read the instructinos in there
Branch layout:
master
The latest and greatest, schema definitions only
<language>/master
The latest and greatest language bindings (generated) and wrapper
libraries (if appropriate) for <language>. For example, branch
python/master
is occassionally, regularly, merged with the master branch.
Bindings are then generated, modifications are updated where
necessary, test-cases executed, and naturally we hope all is well.
<major>.<minor>
Schema definitions developed for the <major>.<minor> product
series.
Tracks towards a future <teeny> version release, using the
x.y.z versioning schema.
<language>/<major>.<minor>
Using the same schema definitions as <major>.<minor> schema
definitions branch, generated bindings and modifications (if
necessary) and wrapper libraries (if appropriate) for