You are not logged in.
Pages: 1
hey guys,
did anyone out there manage to install sogo ( http://www.scalableogo.org/ ) on arch?
i'm always failing trying to compile libfoundation.
cheers
Offline
What is the error you get?
Offline
it's working now, just a stupid mistake... -_-
Offline
Could you plz upload your PKGBUILD to AUR or share it in this thread?
THX!
Offline
I tried installing sogo from source, but I get an error that I need to specify a GNUstep make tree. I found some info on GNUstep and installed it, ran the script, but the error persists. I can't figure out what this means. Didn't see the PKGBUILD discussed above anywhere.
Offline
timm - zenlord asked frY_xt to post a PKGBUILD in the AUR, but there was no response, so you should assume there is none for now.
Regarding your own issue, there is little point saying "I get an error" without posting the contents of that error.
Offline
The error is: need to specify a GNUstep make tree
Offline
Timm, you have to install gnustep-base and gcc-objc. Then add /opt/GNUstep/System/Tools to the PATH
export $PATH:/opt/GNUstep/System/Tools
and execute
./configure --gsmake=/opt/GNUstep/System/Library/Makefiles
make
But unfortunately there is at least one header file missing: NGExtensions/NSObject+Logs.h
Last edited by kfgz (2010-08-28 19:08:15)
Offline
Once we get into header files, I'm in over my head. :-(
The reason I was looking is I'm trying to figure out how to host a mozilla lightning calendar on my server and someone mentioned sogo as a way to do that.
Offline
I think Sogo would make a fine package for every soho-server, but I haven't found the time to try and build it. At the moment I'm perfectly happy with dovecot for mail and davical (PHP+postgresql) for shared calendars.
Offline
Pages: 1