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: Ivan Vučica
Subject: Re: Gorm XIB fails to compile
Date: Wed, 5 Apr 2017 15:18:24 +0100

Then, if gorm will be updated, we should synchronize a gorm release as well, I presume?

Eric, can you try packaging current 0.25.1 and confirm that Debian symbol-checking automation won't make your life miserable because a private class was removed? I'd prefer not to bump to 0.26.0, because this otherwise feels like a point release, especially on the -back side.

On Wed, Apr 5, 2017 at 3:52 AM, Gregory Casamento <greg.casamento@gmail.com> wrote:
I think it's best to remove the cob functionality from gorm for now.  It's not complete.  It needs to be moved to a branch and perfected.   I will work on removing it from compilation. 

GC 

On Tue, Apr 4, 2017 at 16:59 Fred Kiefer <fredkiefer@gmx.de> wrote:

> 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


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep
--
Gregory Casamento
GNUstep Lead Developer / OLC, Principal Consultant
http://www.gnustep.org - http://heronsperch.blogspot.com
http://ind.ie/phoenix/

_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep



reply via email to

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