Re: [Development] [5.7-beta] compile error with xcode-6.4

2016-05-04 Thread Tim Blechmann
>> * legacy code using deprecated sdk functions might not compile a certain >> codebase (depending on the age of your codebase this maybe lead to >> significant effort) > > Is that because of bugs you talked about below, or is there another reason > why > this would happen? Why would it not

Re: [Development] [5.7-beta] compile error with xcode-6.4

2016-05-04 Thread Thiago Macieira
On quarta-feira, 4 de maio de 2016 07:55:21 PDT Tim Blechmann wrote: > * legacy code using deprecated sdk functions might not compile a certain > codebase (depending on the age of your codebase this maybe lead to > significant effort) Is that because of bugs you talked about below, or is there

Re: [Development] [5.7-beta] compile error with xcode-6.4

2016-05-04 Thread Jake Petroules
On May 3, 2016, at 10:55 PM, Tim Blechmann > wrote: r.h:759:21: error: destination for this 'memmove' call is a pointer to class containing a dynamic class> 'QPixmap'; vtable pointer will be overwritten [-Werror,-Wdynamic-class-memaccess]>

Re: [Development] [5.7-beta] compile error with xcode-6.4

2016-05-03 Thread Tim Blechmann
>>> r.h:759:21: error: destination for this 'memmove' call is a pointer to >>> class containing a dynamic class> >>> 'QPixmap'; vtable pointer will be overwritten >>> [-Werror,-Wdynamic-class-memaccess]> >>> memmove(abegin, aend, (d->size - itemsToErase - >>>

Re: [Development] [5.7-beta] compile error with xcode-6.4

2016-05-03 Thread Jake Petroules
On May 3, 2016, at 9:48 AM, Thiago Macieira > wrote: Em terça-feira, 3 de maio de 2016, às 16:33:46 PDT, Tim Blechmann escreveu: compiling the 5.7-beta tarball with xcode-6.4 fails with: r.h:759:21: error: destination for this

Re: [Development] [5.7-beta] compile error with xcode-6.4

2016-05-03 Thread Thiago Macieira
Em terça-feira, 3 de maio de 2016, às 16:33:46 PDT, Tim Blechmann escreveu: > compiling the 5.7-beta tarball with xcode-6.4 fails with: > > r.h:759:21: error: destination for this 'memmove' call is a pointer to > > class containing a dynamic class> > > 'QPixmap'; vtable pointer will be

[Development] [5.7-beta] compile error with xcode-6.4

2016-05-03 Thread Tim Blechmann
compiling the 5.7-beta tarball with xcode-6.4 fails with: > In file included from /Users/tim/dev/qt3rd/qtbase/src/gui/image/qicon.cpp:1: > In file included from > /Users/tim/dev/qt3rd/qtbase/src/gui/kernel/qt_gui_pch.h:69: > In file included from