Make t/3722_user_defined.t compatible with ImageMagick 7.1.1-33
Superseded by 2.13.5.
Replace tiff2pdf with convert in tests
tiff2pdf is back in LibTIFF 4.7.0.
wxWidgets 3.3 compatibility
Thanks. c7ffad also works for me on top of SciTE 5.5.3 on Linux GTK with GCC 15.
GCC 15 - ScintillaTypes.h: error: ‘intptr_t’ does not name a type
I'm skipping a lot of tests so the only one I'm seeing fail is3722_user_defined.t , I fixed that with: --- a/t/3722_user_defined.t +++ b/t/3722_user_defined.t @@ -38,7 +38,7 @@ $slist->import_files( }, error_callback => sub { my ( $uuid, $process, $msg ) = @_; - is( $msg, 'error', + is( substr($msg, 0, 5), 'error', 'user_defined caught error injected in queue' ); }, ); https://sourceforge.net/p/gscan2pdf/code/merge-requests/39/