[SOGo] problem compiling SOGo

Brent Roberts sogo@opengroupware.org
Wed, 9 Apr 2008 18:47:14 -0700


Hello all.

I am having some trouble compiling SOGo. =A0After I do:

=2E/configure --with-gnustep --enable-strip --disable-debug

make ends with:

make[2]: Entering directory `/home/brent/SOGo-trunk/SoObjects/SOGo'
Making all for library libSOGo...
=A0Compiling file SOGoCache.m ...
In file included from SOGoCache.m:27:
SOGoUser.h:124: error: syntax error before "NSMutableDictionary"
SOGoUser.h:125: fatal error: method definition not in class context
compilation terminated.


I have all the needed packages (Apache, Postgresql, etc) installed witht he=
=20
libs and devel packages as well. =A0I'm using SOPE-trunk and SOGo-trunk...=
=20
pulled the sources today using svn.

I installed GNUstep from the sources with the SOPE-trunk directory using th=
e=20
following:

cd gnustep-make
=2E/configure --prefix=3D$HOME/GNUstep \
=2D-with-config-file=3D$HOME/GNUstep/GNUstep.conf \
=2D-without-system-root \
=2D-with-network-root=3D$HOME/GNUstep \
=2D-with-local-root=3D$HOME/GNUstep \
=2D-with-user-root=3D$HOME/GNUstep \
=2D-with-library-combo=3Dgnu-fd-nil
make install

I installed SOPE with this:

=2E/configure --with-gnustep --enable-strip --disable-debug
make && make install

I tried to compile SOGo with this:

cd ../SOGo-trunk
=2E/configure --with-gnustep --enable-strip --disable-debug
make

but it ends as I described above.

I'm on CentOS 4.

Please let me know if any further information is needed.

Thanks in advance!

=2DBrent Roberts