I had to tweak the makefile to get this to compile on my mac, but I really didn't know what I was doing. I added -arch i386 to the CFLAGS variable, which works for me but probably breaks this for everybody else.
I think I got this fixed by using a conditional inside the makefile. Should compile on Mac OS X or unix, so long as glib2 is installed. And that's a separate issue. :)
I had to tweak the makefile to get this to compile on my mac, but I really didn't know what I was doing. I added -arch i386 to the CFLAGS variable, which works for me but probably breaks this for everybody else.
I welcome a fix!