[OGo-MacOSX] Successful build of Sope on Panther (1 bug)
Mont Rothstein
macosx@opengroupware.org
Sat, 10 Dec 2005 10:34:51 -0800
I thought it might be helpful to report that I successfully built Sope
on pather (with one bug detailed below). This is of note because I
haven't personally updated Sope since the switch to Xcode 2 and have
never used gnustep-make before.
Configuration:
Mac OS X 10.3.9
PostgreSQL 7.4.3 (installed from source, not using Entropy package)
Sope 4.5 1195
Setup gnustep-make as per:
http://sope.opengroupware.org/en/build/thirdparty.html
Built and installed sope as per:
http://sope.opengroupware.org/en/build/sope.html
My configure command line: ./configure --enable-debug
--frameworks=3D$HOME/Library/Frameworks
The one bug I hit was that the sopex subproject does not seem to
exist. To work around this I comment out the following line in
sope/GNUmakefile:
SUBPROJECTS +=3D sopex
I couldn't figure out how/where to report this bug using Bugzilla.=20
Perhaps a component is needed for SOPE/gnustep-make? The
ThirdParty/gnustep-make component seemded to be for the gnustep-make
engine and not the various GNUmakefile files.
Anyway thanks to everyone that helped to make this build so smooth on OS X.
-Mont