[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NSProcessInfo not found using 'defaults'
From: |
Chris Apers |
Subject: |
NSProcessInfo not found using 'defaults' |
Date: |
Mon, 12 Jul 2004 13:51:15 +0200 |
Hi,
Following the install process at :
http://gnustep.made-it.com/BuildGuide/index.html
I tried to set time zone and language after BASE build using
$ defaults write NSGlobalDomain "Local Time Zone" Europe/Paris
objc runtime: cannot find class NSProcessInfo
Aborted (core dumped)
As you can see there is an error executing this command.
Any idea how to fix this ?
Thanks
Chris