"member access into incomplete type"
"member access into incomplete type"
- Subject: "member access into incomplete type"
- From: Tom Seddon <email@hidden>
- Date: Thu, 01 Nov 2012 17:46:16 +0000
I've got Xcode stopped at the following line in my code:
vtx->c=particle->colour;
One might imagine that for this to build, the type of *vtx must be defined. But when I try to get lldb to print *vtx, it gives me an error:
(lldb) expr vtx->c
error: member access into incomplete type 'R_VtxPcT'
note: forward declaration of 'R_VtxPcT'
error: 1 errors parsing expression
Argh :(
R_VtxPcT is definitely defined, and it's never forward-declared anywhere, so there's no reason that I can see for lldb to think it's incomplete.
Has anybody had this, managed to figure out what lldb's problem is, and maybe how to fix it?
Thanks,
--Tom
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden