<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Sun, Aug 11, 2013 at 3:31 PM, Stef <span dir="ltr"><<a href="mailto:stef.dev@free.fr" target="_blank">stef.dev@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
    Hello,<br>
<br>
    it's about one year that SANE 1.0.23 has been released. I think we should set a release plan to get 1.0.24 ready this year.<br>
<br>
Regards,<br>
    Stef<span class="HOEnZb"><font color="#888888"><br>
</font></span></blockquote><div><br></div><div>For what its worth, I've finally submitted the one patch I wanted to get in before another release (a pthreads patch to work with mingw64) so I'm ready.<br> <br></div>
<div>Also, I'd like to get "make distcheck" working before next release if possible.  Some of the new testsuite work is failing when "distcheck" runs the "check" target.  I may be able to help debug that deeper at later date.  For now, here is what I found.<br>
<br></div><div>sanei_config_test is failing because its looking for a config file relative to current directory but that doesn't work when you build and run from a directory different from source.  We somehow need to pass $srcdir during compiling and have it prepend that to config filename instead of looking in "./data".<br>
<br></div><div>Also, sanei_usb_test is  failing for me when ran from _build as well.  I'm not sure the reason it works differently but I see that test_store_device() is calling store_device() and there is a for() loop that checks each value for devices[i].  A call to strcpy(devices[i].devname, device.devname) is crashing because devices[i].devname is a NULL pointer (whole structure except for devices[i].method are null vaules as matter of fact).<br>
<br></div><div>Chris<br></div></div></div></div>