Re: [Interest] unable to compile for iOS Simulator

2019-05-04 Thread maitai
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",

Re: [Interest] Operator QMap[] is casting to int?

2019-05-04 Thread Thiago Macieira
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

Re: [Interest] unable to compile for iOS Simulator

2019-05-04 Thread Thiago Macieira
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

Re: [Interest] Operator QMap[] is casting to int?

2019-05-04 Thread Roland Hughes
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

[Interest] unable to compile for iOS Simulator

2019-05-04 Thread maitai
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