jimevins / glabels-qt

gLabels Label Designer (Qt/C++)

Home Page:http://glabels.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatibility with zint 2.7.0

christianlupus opened this issue · comments

Since the update of zint to 2.7.x, the function ZBarcode_Render is no longer available. It was deprecated and is removed in the meantime.

The CMake script detects zint nevertheless causing the compilation to fail. Can you add a check for zint>=2.7.0 and remove it from the build if not compatible?

I just pushed ac93dc9, which disables the zint barcode backend for 2.7.x.

Meanwhile, I recently started the Zint27 branch to create a compatible backend. Unfortunately, scaling in the new API is not straight forward, nor does it seem to be symbology-independent. If anyone wants to take a crack at it, please do -- it will be a couple of weeks before I can get back to it.