msvc / cmake branch merged
Hauke Heibel
hauke.heibel at googlemail.com
Thu May 13 08:40:04 EDT 2010
On Wed, May 12, 2010 at 5:59 PM, Adam Goode <agoode at andrew.cmu.edu> wrote:
> Ok, sounds like we've gotten to the bottom of all this, so I think
> master should now work for you.
Almost. :) I still need the function pointer cast
src->pub.fill_input_buffer = (boolean (*)(j_decompress_ptr))fill_input_buffer;
Over here it is working with GCC or are we facing problems with
different signatures as you mentioned earlier?
> I simplified your cmake things by removing PRId64, since glib provides
> similar functionality in a more portable way. I should have all your
> latest changes merged in as well. Please try it out!
That's nice - the tests were a bit complicated and the current
solution is definitely better.
- Hauke
More information about the openslide-users
mailing list