I just fixed the BasicPersistence example. Let me know if it works for you now.
Thanks, Quentin. Le 24 oct. 2012 à 23:52, Bluna Ratimonkey a écrit : > Will try to check this out ASAP, thanks a lot! > > On Thu, Oct 25, 2012 at 3:41 AM, Quentin Mathé <[email protected]> wrote: > Hello Banlu, > > I'm very late on this one, sorry. But starting from now, I should have a bit > more time to spend on Étoilé. > > Le 4 sept. 2012 à 16:22, Bluna Ratimonkey a écrit : > > > Hello, > > I am trying to build CoreObject/Samples/BasicPersistence. > > > > I renamed ObjectMerging to CoreObject, add -lEtoileFoundation > > build and run, I got > > ok, I'll take a look at this one. > > > GSFontInfo.m:78 Assertion failed in GSFontEnumerator(instance), method > > sharedEnumerator. Called with fontEnumeratorClass unset. The shared > > NSApplication instance must be created before methods that need the backend > > may be called. > > > > It seems ETModelDescriptionRepository > > addUnresolvedEntityDescriptionForClass: for the class. > > I wonder why it tried to solve something for AppKit classes for a command > > line tool, so I commented the link to GUI from CO as a work around and I got > > We shouldn't link the AppKit I agree, but we have two reasons to do so: > - EtoileXML uses NSAttributedString > - CoreObject supports encoding NSRect, NSSize and NSPoint (for EtoileUI) > > > ./obj/TestObjectMerging: Uncaught exception NSInvalidArgumentException, > > reason: -[Calendar addObject:forProperty:]: unrecognized selector sent to > > instance 0x8a3e64c > > > > don't even know if it was right, I change addObject: to setValue: and then > > > > ./obj/TestObjectMerging: Uncaught exception > > NSInternalInconsistencyException, reason: Property tags of > > <Calendar(Calendar) 0xa1cc8a4 UUID=e78809d6-00c0-4ed3-6f3c-0e0a5db8feed > > properties=(tagDescription, typeDescription, tags, lastVersionDescription, > > creationDate, name, modificationDate, displayName, appointments, today)> is > > a collection but was not set up properly > > Looks like the example is outdated. > > > I gave up here. I wonder if COObject, while it is a WIP, can be seriously > > used. It's fine to catch up with nightly API changes, just wonder how to > > use it. I'm trying to build a 3D graphics state that allow mesh > > constructional history that allow branching and merging with it. Not sure > > if it is the right thing to use but it should be. > > Back in August, I had troubles to get CoreObject working on GNUstep because > of NSInvocation issues I was unable to track down, and also because > --disable-mixedabi was not working in Base. But all these issues appear to > have been eliminated with GNUstep SVN trunk, Clang 3.1 and libobjc2 1.6.1. > > So this week, I fixed the CoreObject test suite to pass all tests on both > GNUstep and Mac OS X. > If you could run the test suite now, and let me know of the results, that > would be great. > > In the meantime, I'll fix the example discussed above. > > Cheers, > Quentin. > _______________________________________________ > Etoile-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-discuss > > > > -- > I used to be a GNUstep developer like them, then I took an arrow in the > knee... > _______________________________________________ > Etoile-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-discuss _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
