[OGo-Users] Troubles installing Ogo from the SVN tree
Friedrich Dominicus
users@opengroupware.org
Fri, 19 Oct 2007 07:15:19 +0200
Adam Tauno Williams <adam@morrison-ind.com> writes:
>> Well people may say, don't try that if you want something workable
>> soon. Howerver the problem is that I have to install it from the
>> sources. There are no packages available for my System. I have tried
>> a few months ago and failed and again this time I run into more then
>> enough trouble spots.
>> I just can say that all the docs are outdated.
>
> Yep, unfortunately we do not have a webmaster.
>
>> And it is totally
>> unclear how one can combine the current GNUstep versions with the svn
>> tree.
>
> I can build from source on openSUSE with libobjc41-4.1.3_20070724-15 &
> gcc41-objc-4.1.3_20070724-15 without any troubles.
>
> You have to use the ogo_gnustep-make.
>
> tar xzvf gnustep-make.tar.gz
> cd gnustep-make-1.13.0/
> ./configure --prefix=/usr/local/OGo-GNUstep \
> --with-library-combo=gnu-fd-nil \
> --with-system-root=/usr/local/OGo-GNUstep \
> --disable-importing-config-file \
> --with-config-file=/usr/local/OGo-GNUstep}/GNUstep.conf
> make
> sudo make install
> cd ..
> tar xzvf sope.tar.gz
> cd sope/libFoundation
> source /usr/local/OGo-GNUstep/Library/Makefiles/GNUstep.sh
> export CFLAGS=-Wno-import
> ./configure
Now the following happens:
/usr/bin/install -c -m 644 $f LOCAL /Libraries/Resources/libFoundation/$f; \
fi;\
done)
mkdir LOCAL
mkdir /Libraries
mkdir: kann Verzeichnis \u201e/Libraries\u201c nicht anlegen: Keine Berechtigung
This is why I asked if all the things are placed under some
directory. So they are not.
Regards
Friedrich