On 05/08/2011 11:34 AM, /dev/ammo42 wrote:
The error 'size_t' does not name a type wont't be fixed by -fpermissive. To fix it, you need to add a #include<cstddef> to your GSmartPointer.h include. It is the same kind of error that the one with Qt3.
Ahh - a gcc-4.6 error. I'll go do that and report back! Thanks :)