Hi, While compiling Sane (CVS version), I encountered another compile time error. This time, it would seem that 'u_short' has not been declared. I am using MinGW, and GCC
In an effort to fix this, I included this typedef before the error line displayed in the output: typedef unsigned short u_short; If this is not a suitable fix for the problem, I would be happy to use someone elses suggestion, and try again. Hugh