[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Installing back (Local <-> System)
From: |
Andreas Höschler |
Subject: |
Re: Installing back (Local <-> System) |
Date: |
Fri, 24 Nov 2006 18:40:26 +0100 |
Hi all,
It wasn't changed. ;-)
Did you update your gnustep-make ? If you're using core/ from
subversion,
you need to build everything using gnustep-make from subversion.
What is most likely happening is that GNUSTEP_INSTALLATION_DOMAIN is
not
recognized
because your gnustep-make is too old. ;-)
You are right, I am using an older GNUstep make simply because the
latest GNUstep make did not work for me. the openapp script seemed
broken. I will retry the latest make and report the results.
Here are my results:
bash-3.00# svn co http://svn.gna.org/svn/gnustep/tools/make/trunk/ make
Checked out revision 24157.
cd make
bash-3.00# make install
Creating system domain: /opt/GNUstep/System
Creating local and network dirs: /opt/GNUstep/Local, /opt/GNUstep/Local
Creating makefile directories in: /opt/GNUstep/System/Library/Makefiles
Installing GNUstep configuration file in /etc/GNUstep/GNUstep.conf
Installing gnustep-make support software
Installing makefiles
bash-3.00#
Building base, gui, back... (no error message)
bash-3.00# find /opt/GNUstep -name "*back*"
/opt/GNUstep/System/Library/Themes/Nesedah.theme/ProgressBar/
ProgressBar-horizontal-background-caps.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/ProgressBar/
ProgressBar-horizontal-background-fill.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/ProgressBar/
ProgressBar-vertical-background-caps.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/ProgressBar/
ProgressBar-vertical-background-fill.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/ProgressBar/
ProgressBar-vertical-background-caps-disabled.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/ProgressBar/
ProgressBar-horizontal-background-caps-disabled.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/ProgressBar/
ProgressBar-horizontal-background-fill-disabled.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/ProgressBar/
ProgressBar-vertical-background-fill-disabled.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/Colors/Colors-
selected-row-background.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/Colors/Colors-control-
background.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/Colors/Colors-
alternate-row-background.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/Colors/Colors-row-
background.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/Colors/Colors-window-
background.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/Colors/Colors-
selected-text-background.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/Menu/Menu-background-
fill.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/Menu/Menu-background-
selected.tiff
/opt/GNUstep/System/Library/Themes/Nesedah.theme/Window/Window-
background.tiff-stripes
/opt/GNUstep/System/Library/Themes/Nesedah.theme/Window/Window-
background.tiff-metal
/opt/GNUstep/System/Library/Themes/Nesedah.theme/Window/Window-
background.tiff-gray
/opt/GNUstep/System/Library/Themes/Nesedah.theme/Window/Window-
background.tiff
/opt/GNUstep/Local/Library/Headers/EtoileExtensions/
UKPushbackMessenger.h
/opt/GNUstep/Local/Library/Headers/EtoileFoundation/
UKPushbackMessenger.h
I would have expected to see the back bundle here but nothing. And
openapp is broken. :-)
bash-3.00# openapp TextEdit
/usr/local/bin/openapp: syntax error at line 282: `end of file'
unexpected
Any ideas?
Regards,
Andreas