|
From: Martin B. <bur...@gm...> - 2025-01-16 00:04:51
|
Hi Frank, apologies for the long delay in replying. Thanks for pointing this out, it should be fixed with commit [fef00f], which is an adaption of your patch. It also silences the numerous warnings that were being generated. Have to say I'm impressed with the current MSYS2 system, it's improved greatly since I last tried it a number of years ago. All the best, Martin On Thu, Jan 2, 2025 at 5:01 AM <fa...@ri...> wrote: > [Sorry, I forgot to attach the patch.] > > Hello, > > I compile the zint master branch in an up-to-date MSYS2 (ucrt64) > environment. zlib and libpng are MSYS2 packages. > > I compile with cmake from the command line: > cd zint > cmake.exe -G Ninja -DCMAKE_BUILD_TYPE=Release > -DCMAKE_INSTALL_PREFIX=/tmp -DZINT_USE_QT=OFF -B build > cmake --build build --config Release > cmake --install build > > I issue the following commands: > cd /tmp/bin > ./zint -d 'hello' > ./zint -d 'hello' --direct --filetype png > out-direct.png > diff -y <(hexdump -c out.png) <(hexdump -c out-direct.png) | grep > --color '\\[rn]' > > Pay attention to the \r\n sequences which are wrong in out-direct.png. > (diff does a terrible job to compare the output but it's good enough to > highlight the issue here). > > Regards, > Frank_______________________________________________ > Zint-barcode mailing list > Zin...@li... > https://lists.sourceforge.net/lists/listinfo/zint-barcode > |