gnustep-dev
[Top][All Lists]
Advanced

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

Re: Problem with GDL2 palette


From: Germán Arias
Subject: Re: Problem with GDL2 palette
Date: Tue, 30 Aug 2011 22:42:18 -0600

On dom, 2011-08-28 at 14:31 -0700, Matt Rice wrote:
> On Sun, Aug 28, 2011 at 12:32 PM, Germán Arias <address@hidden> wrote:
> > Currently trying to add the GDL2 palette in Gorm, I get the error:
> >
> > Error
> > (objc-load):/usr/GNUstep/Local/Library/ApplicationSupport/Palettes/GDL2.palette/./GDL2:
> >  undefined symbol: EOMPropertyPboardType
> > 2011-08-28 13:29:25.124 Gorm[7466] No classes in bundle
> 
> Yeah, that is because Dave Wetzel forked the top-level EOModeler/ dir
> into Apps/EOModeler/ subdirectory
> we now have 2 libraries with the same name, and different ABI's, awesome.
> 
> you'll need to A) cd EOModeler && make
> and fiddle with the GNUmakefile for GDL2Palette to link against the right 
> one...
> 
> then you'll have to unbreak DBModeler since EOModelerEditor doesn't
> appear to work with it (it doesn't have the Pboard type, how can it?)
> (GDL2Palette is useless on its own).
> 
> so you'll probably need to change the base classes of
> EOEntity/Attribute/Relationship/Join/etc etc to EOCustomObjects,
> otherwise things appear to work, but all data appears to be stale or
> worse.... been a year since i've tried. that's something i recommended
> to unbreak DBModeler but someone wanted to argue about it, so I forgot
> about it...  If i work on it again i'll just post something on
> gitorious.org,  I'll probably work on it again this week as I was
> considering using EOInterface for something in the near future.
> 
> try the above things, and see how that works though.
> 

Thanks, now I can add the GDL2 palette. But, why is needed have two
EOModeler? Or have two apps (EOModelEditor and DBModeler)?

I will test if this work as expected. 





reply via email to

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