Thanks for your reply
Yes I have a zlib lib which is linked statically
I'll see if I can remove it just for that case.
Philippe.
Le 04-05-2019 17:50, Thiago Macieira a écrit :
On Saturday, 4 May 2019 05:00:24 PDT maitai wrote:
Undefined symbols for architecture x86_64:
"_inflateValidate",
On Saturday, 4 May 2019 05:12:08 PDT Roland Hughes wrote:
> On 5/4/19 5:00 AM, interest-requ...@qt-project.org wrote:
> >> Unless Qt supports negative indexes (like python's [-1]) I would have
> >> thought this would be an int. Thanks for catching that everyone.
> >
> > I'm assuming you made a typ
On Saturday, 4 May 2019 05:00:24 PDT maitai wrote:
> Undefined symbols for architecture x86_64:
>"_inflateValidate", referenced from:
>_png_inflate_claim in libqtlibpng.a(pngrutil.o)
> ld: symbol(s) not found for architecture x86_64
> clang: error: linker command failed with exit code 1
On 5/4/19 5:00 AM, interest-requ...@qt-project.org wrote:
Unless Qt supports negative indexes (like python's [-1]) I would have thought
this would be an int. Thanks for catching that everyone.
I'm assuming you made a typo there and meant to say "uint"? Regardless here's
the official reason why Q
Hi all,
Qt5.12.3, trying to compile using latest XCode for iOS simulator, I get
the following error:
Undefined symbols for architecture x86_64:
"_inflateValidate", referenced from:
_png_inflate_claim in libqtlibpng.a(pngrutil.o)
ld: symbol(s) not found for architecture x86_64
clang: er