bille2 wrote:
>
> Since I've installed the 0.6.5 GNUStep version, I can run any
> application with openapp, it crashes with:
>
> ./objc/class.c:284: failed assertion `impostor->instance_size ==
> super_class->instance_size'
> /usr/GNUstep/Tools/openapp: line 190: 31770 Aborted
> $full_appname/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/$LIBRARY_COMBO/$appname
> $@
>
That error typically occurs when class ivars change but not all the apps
that depend on the change were recompiled. I'd suggest recompiling all
your apps (or at least one to see if that is the problem):
make clean
make
-
Adam Fedor, Digital Optics | Fudd's law of opposition: Push
[EMAIL PROTECTED] (http://www.doc.com) | something hard enough, and it
[EMAIL PROTECTED] (http://www.gnustep.org)| will fall over.