> On 23 Jul 2015, at 15:33, b17 c0de <[email protected]> wrote: > > I see someone committed a fix for this issue. But it only fixes one of the > errors. I'm still getting the following error when building with clang: > > In file included from NSConcreteHashTable.m:115: > > ../Headers/GNUstepBase/GSIMap.h:1272:10: error: application of 'sizeof' to > interface 'NSConcreteHashTable' is not supported on this architecture and > platform > > size = sizeof(GSI_MAP_TABLE_T) + map->chunkCount * sizeof(void*);
Thanks … I don’/t have a non-frafgile build to test on right now, but I made another change I hope might fix that. Please give it a go. _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
