On Wed, 2010-05-12 at 14:26 +0200, JMGross wrote: > P.s.: Is there a windows binary available? The given link only shows > linux sources.
You could try building it with mingw. Out of curiosity (I have no interest in maintaining some Windows tools), I tried building it with the mingw32 stuff in Fedora, and was immediately hit by a lot of complaints about the use of the non-existent type u_int16_t. Daniel, why do you use u_int16_t instead of uint16_t? Cheers, Rob
