Running MAC OS X 10.6, when using "make" I get the following error message
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I.. -I../include -I../include -DPACKAGE_DATA_DIR=\"/usr/local/share/almara\" -DPACKAGE_LOCALE_DIR=\"/usr/local//locale\" -DPACKAGE_PIXMAP_DIR=\"/usr/local/share/almara/pixmaps\" -DPACKAGE_BIN_DIR=\"/usr/local/bin\" -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/opt/local/include/libart-2.0 -g -O2 -MT uta.lo -MD -MP -MF .deps/uta.Tpo -c uta.c -fno-common -DPIC -o .libs/uta.o
uta.c: In function 'uta_add_rect':
uta.c:97: error: 'uint' undeclared (first use in this function)
uta.c:97: error: (Each undeclared identifier is reported only once
uta.c:97: error: for each function it appears in.)
uta.c:97: error: expected ';' before 'xf1'
uta.c:128: error: 'xf1' undeclared (first use in this function)
uta.c:129: error: 'yf1' undeclared (first use in this function)
uta.c:130: error: 'xf2' undeclared (first use in this function)
uta.c:131: error: 'yf2' undeclared (first use in this function)
uta.c: In function 'uta_find_first_glom_rect':
uta.c:511: error: 'uint' undeclared (first use in this function)
uta.c:511: error: expected ')' before 'max_width'
uta.c: In function 'copy_tile':
uta.c:632: error: 'uint' undeclared (first use in this function)
uta.c:632: error: expected ';' before 'd_x1'
uta.c:634: error: expected ';' before 'd_xf1'
uta.c:649: error: 'd_x1' undeclared (first use in this function)
uta.c:650: error: 'd_y1' undeclared (first use in this function)
uta.c:651: error: 'd_x2' undeclared (first use in this function)
uta.c:652: error: 'd_y2' undeclared (first use in this function)
uta.c:659: error: 'd_xf1' undeclared (first use in this function)
uta.c:660: error: 'd_yf1' undeclared (first use in this function)
uta.c:661: error: 'd_xf2' undeclared (first use in this function)
uta.c:662: error: 'd_yf2' undeclared (first use in this function)
make[1]: *** [uta.lo] Error 1
make: *** [all-recursive] Error 1