[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm fails)
From: |
Wolfgang Lux |
Subject: |
Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm fails) |
Date: |
Sun, 19 Jul 2009 11:04:38 +0200 |
bdpierce3@bdpierce.com wrote:
But I am getting these errors.
2009-07-18 12:23:03.828 Gorm[27716] Did not find correct version of
backend, falling back to std.
2009-07-18 12:23:03.846 Gorm[27716] NSApplication.m:286 Assertion
failed in initialize_gnustep_backend. Unable to find backend
libgnustep-art
/usr/GNUstep/Local/Applications/Gorm.app/Gorm: Uncaught exception
NSInternalInconsistencyException, reason: NSApplication.m:286
Assertion
failed in initialize_gnustep_backend. Unable to find backend
libgnustep-art
Abort trap
Looks like you have entered
defaults write NSGlobalDomain GSBackend art
on the console (or did change the backend bundle through the
SystemPreferences
application). Try
defaults delete NSGlobalDomain GSBackend
which should get you the default backend bundle. Note that this is
indeed the
libart bundle, but it is called libgnustep-back and not libgnustep-
art unless
you also specified a different name when configuring the backend bundle.
Wolfgang