[Development] Problem compiling Qt on a Mac

Thiago Macieira thiago.macieira at intel.com
Sat Jul 20 17:58:47 CEST 2013


On sábado, 20 de julho de 2013 17.59.39, ynon perek wrote:
> avfimagecapturecontrol.mm: In function ‘void
> __capture_block_invoke_1(void*, opaqueCMSampleBuffer*, NSError*)’:
> avfimagecapturecontrol.mm:121: error: ‘QStringList
> AVFImageCaptureControl::messageParts’ is not a static member of ‘class
> AVFImageCaptureControl’
[snip]

> Taking a quick look I didn't find the #include <QtCore/QStringList> in the
> file (or any of the included). Ideas what I did wrong ?

It looks like a parsing error from the compiler. QStringList messageParts is 
supposed to be declared on the stack of the capture block. It's not static.

Can you try another compiler?

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20130720/710ec870/attachment.sig>


More information about the Development mailing list