On Sunday, August 28, 2011, artware <artware@gmail.com> wrote: > Does anyone have a handle on libPerformance? My compile is getting
> hung op on line 117 of GSCache.m: > #define my ((item *)&self[1]) > > When I take away the subscript, and leave it as ((item*)&self), it > compiles, but I'm almost certain I'm breaking something by doing that.
> Is there a way to revise that define so that it's not subscripting an > NSObject, which seems to be what llvm is complaining about? > > Ben > > _______________________________________________
> Discuss-gnustep mailing list > Discuss-gnustep@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnustep
>