discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gorm XIB fails to compile


From: Fred Kiefer
Subject: Re: Gorm XIB fails to compile
Date: Tue, 4 Apr 2017 22:59:01 +0200

> Am 04.04.2017 um 10:04 schrieb Riccardo Mottola <riccardo.mottola@libero.it>:
> 
> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]