-
I had a few build errors under MacOS 10.6.2, but was able to fix them. After installing pkg-config and libpng and qrencode, typing make produced these errors (and I fixed them as follows):
In backend/common.c and .h, I removed the const qualifier before ustrlen.
In backend/code1.c, malloc.h was not found; I removed the include line.
In backend/blockf.c:88, the >= 0 check is superfluous due...
2009-11-14 18:36:27 UTC by nobody
-
Surely it doesn't need to be this complicated?! Any help welcome.
Robin.
2009-11-09 09:49:07 UTC by hooper114
-
And then:
> Hi Robin --
>
> Thanks for the reply. A programmer
> friend and I have been struggling
> with getting things to build. We had
> several questions and issues... I'll
> try to summarize them clearly.
>
> We changed the backend/Makefile to use
> this line instead:
>
> $(CC) $(CFLAGS) $(ZINT_VERSION)
> -dynamiclib -install_name libzint -o libzint.2.2.2.dylib...
2009-11-09 09:47:38 UTC by hooper114
-
To which I responded:
> Hi,
>
> Thanks for your feedback. I'm happy to
> answer any questions I can so don't
> worry about "bothering" me!
>
> I was under the impression that the
> Softpedia link was a binary installer
> for OSX so thank you for letting me
> know this is not the case. I will
> adjust the website accordingly.
>
> Unfortunately I am not able to get
> access to a...
2009-11-09 09:46:00 UTC by hooper114
-
I have been contacted by Steve Haddock who has been trying to use Zint on OSX and come across some problems that I am unable to help him with. Can anyone suggest how to make the process easier for OSX users? Here is a copy of the communication so far:
> Hi Robin --
>
> Sorry to bother you with annoying
> installation questions.
>
> We're trying to use barcodes to keep
> track of...
2009-11-09 09:45:11 UTC by hooper114
-
hooper114 committed patchset 394 of module zint to the Zint Barcode Generator CVS repository, changing 6 files.
2009-11-09 09:18:08 UTC by hooper114
-
hooper114 committed patchset 393 of module zint to the Zint Barcode Generator CVS repository, changing 10 files.
2009-11-08 22:17:11 UTC by hooper114
-
hooper114 committed patchset 392 of module zint to the Zint Barcode Generator CVS repository, changing 4 files.
2009-11-08 21:24:32 UTC by hooper114
-
hooper114 committed patchset 391 of module zint to the Zint Barcode Generator CVS repository, changing 3 files.
2009-11-03 10:54:21 UTC by hooper114
-
hooper114 committed patchset 390 of module zint to the Zint Barcode Generator CVS repository, changing 2 files.
2009-11-03 10:53:18 UTC by hooper114