There are two easy ways to make it compile: 1) Remove -Werror from the CFLAGS. 2) Change the variables it complains about from int to int64_t and unsigned int to uint64_t.
I have it compiling fine by doing the latter. -- awg ------------------------------------------------------------------------ awg's Profile: http://forums.slimdevices.com/member.php?userid=20915 View this thread: http://forums.slimdevices.com/showthread.php?t=48612 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive
