[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Creating a GNUstep desktop on Solaris
From: |
Andreas Höschler |
Subject: |
Creating a GNUstep desktop on Solaris |
Date: |
Tue, 4 Jan 2005 16:15:38 +0100 |
Hi all,
some further expereinces with setting up ad esktopnon a Solaris
machine. I found sources for TextEdit.app and Terminal.app on
http://www.nongnu.org/backbone.
cd /usr/src
export CVS_RSH="ssh"
cvs -danoncvs@savannah.gnu.org:/cvsroot/backbone co System
TextEdit.app built successfully. It can be started. Howver, when I try
to create a new document the application crashes "Illegal Instruction
(core dumped)". Is this platform related or should I douwnload the
sources from anywhere else. I can't believe that a simple app like
TextEdit.app is not yet stable. While installing I got
Copying localized resources into the app wrapper...
Warning: German.lproj/Document.gorm not found - ignoring
Warning: German.lproj/Edit.gorm not found - ignoring
Warning: German.lproj/FindPanel.gorm not found - ignoring
...
I suppose this is related to the problem. Not sure what thsi means
bash-2.05# find . -name Document.gorm
./English.lproj/Document.gorm
./TextEdit.app/Resources/English.lproj/Document.gorm
./TextEdit.app/Resources/English.lproj/Document.gorm/Document.gorm
Thanks,
Andreas