> Am 04.04.2017 um 10:04 schrieb Riccardo Mottola <[email protected]>:
> 
> after updating to SVN I rebuilt all GS packages: I discovered Gorm doesn't 
> build anymore.
> May it be related by the last XIB improvements and that nobody did a clean 
> Gorm rebuild since then?
> 
> Compiling file GormXibPlugin.m ...
> Compiling file GormXibWrapperLoader.m ...
> GormXibWrapperLoader.m: In function ‘-[GormXibWrapperLoader 
> loadFileWrapper:withDocument:]’:
> GormXibWrapperLoader.m:88:15: error: unknown type name ‘GSXibKeyedUnarchiver’
>               GSXibKeyedUnarchiver *u;
>               ^
> GormXibWrapperLoader.m:94:14: error: ‘GSXibKeyedUnarchiver’ undeclared (first 
> use in this function)
>        u = [[GSXibKeyedUnarchiver alloc] initForReadingWithData: data];
>              ^
> GormXibWrapperLoader.m:94:14: note: each undeclared identifier is reported 
> only once for each function it appears in

Yes, this is the result of the code changes I copied over from the Testplant 
branch. I was not aware that Gorm was using this internal class. We will need 
to make it public in GUI for this purpose. This will complicate things for the 
ongoing merge of Testplant changes. 
Looks like I need to move the new header file into the 
Headers/Additions/GNUstepGUI directory and include it into GSXibLoading.h.
Do you think this is important enough to have another gui release?

Fred


_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to