[OGo-Users] Troubles installing Ogo from the SVN tree
Adam Tauno Williams
users@opengroupware.org
Thu, 18 Oct 2007 10:05:23 -0400
--=-vmLMeoC57vOjHHMTKKVv
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
> 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.=20
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=3D/usr/local/OGo-GNUstep \
--with-library-combo=3Dgnu-fd-nil \
--with-system-root=3D/usr/local/OGo-GNUstep \
--disable-importing-config-file \
--with-config-file=3D/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=3D-Wno-import
./configure
make -j1 all
sudo make install
cd ..
./configure --prefix=3D/usr/local --enable-debug\
--gsmake=3D/usr/local/OGo-GNUstep
make -j1 all
sudo make install
cd ..
tar xzvf opengroupware.tar.gz
cd opengroupware.org
./configure --prefix=3D/usr/local --enable-debug --without-pisock \
--gsmake=3D/usr/local/OGo-GNUstep
make -j1 all
sudo make install
> and again it's some problem as before with some pathes not properly
> set.=20
--=-vmLMeoC57vOjHHMTKKVv
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4-svn0 (GNU/Linux)
iD8DBQBHF2gjLRePpNle04MRAtbGAJ9kVncS02ggrobBzmZaEPxq4+QAfwCfeioh
DkZ4y3UIOA4jGLs7LCpqx6Y=
=Hti8
-----END PGP SIGNATURE-----
--=-vmLMeoC57vOjHHMTKKVv--