[OGo-MacOSX] Building Latest versions of SOPE and Opengroupware on OS X Tiger
Merul Patel
macosx@opengroupware.org
Wed, 14 Feb 2007 15:33:40 +0000
Hi,
I've managed to build this, but only by making a couple of unsightly
hacks. Is there a config param that I'm missing somewhere?
My install process is below.
Thanks in advance,
Merul
Setup on OS X Tiger 10.4.8 with latest Apple Developer Tools
------------------------------------------------------------------------
----------------------
1. Install gnustep-make 1.13
a. OGoROOT="$HOME/OGoRoot"
b. ./configure --prefix=$OGoROOT \
--without-system-root \
--with-user-root=$OGoROOT \
--with-local-root=$OGoROOT \
--with-network-root=$OGoROOT \
--with-library-combo=apple-apple-nil
c. sudo make -s install
After this I just added 'source ~/OGoRoot/System/Library/Makefiles/
GNUstep.sh' to my ~/.profile and loaded a new terminal
2. Install SOPE 4.6
a. Checked out the repo, and moved out the included gnustep-make
directory
b. ./configure --enable-debug --with-gnustep
c. make all && sudo make install
3. Install Opengroupeware 1.1.6
a. Checked out the repo
b. ./configure --enable-debug --with-gnustep --disable-strip
c. make all
d. symlink ~/OGoRoot to ~/GNUstep
e. sudo make install
Without the symlink the install fails.
I also notice that the GNUstep.sh file created above defines
environment variables including 'GNUstep' in their path.