You are not logged in.
Pages: 1
Is there sogo-activesync aur ? I just setup samba dc, openchange, postfix dovecot. I am trying to get z-push to setup I guess I need php-mapi where I can get it installed?
I was trying to compile sogo active sync but I get some errors are there patches for it ?
iCalAlarm+ActiveSync.m:57:7: warning: @interface of class 'NSCalendarDate' not found
Compiling file iCalEvent+ActiveSync.m ...
Compiling file iCalRecurrenceRule+ActiveSync.m ...
Compiling file iCalTimeZone+ActiveSync.m ...
Compiling file iCalToDo+ActiveSync.m ...
Compiling file NSCalendarDate+ActiveSync.m ...
Compiling file NSData+ActiveSync.m ...
NSData+ActiveSync.m: In function '-[NSData(ActiveSync) wbxml2xml]':
NSData+ActiveSync.m:75:17: error: 'WBXML_LANG_ACTIVESYNC' undeclared (first usein this function)
params.lang = WBXML_LANG_ACTIVESYNC;
^
NSData+ActiveSync.m:75:17: note: each undeclared identifier is reported only once for each function it appears in
NSData+ActiveSync.m: In function '-[NSData(ActiveSync) xml2wbxml]':
NSData+ActiveSync.m:101:3: error: unknown type name 'WBXMLConvXML2WBXML'
WBXMLConvXML2WBXML *conv;
^
NSData+ActiveSync.m:113:3: warning: implicit declaration of function 'wbxml_conv_xml2wbxml_create' [-Wimplicit-function-declaration]
ret = wbxml_conv_xml2wbxml_create(&conv);
^
NSData+ActiveSync.m:122:3: warning: implicit declaration of function 'wbxml_conv_xml2wbxml_enable_preserve_whitespaces' [-Wimplicit-function-declaration]
wbxml_conv_xml2wbxml_enable_preserve_whitespaces(conv);
^
NSData+ActiveSync.m:125:3: warning: implicit declaration of function 'wbxml_convxml2wbxml_disable_public_id' [-Wimplicit-function-declaration]
wbxml_conv_xml2wbxml_disable_public_id(conv);
^
NSData+ActiveSync.m:126:3: warning: implicit declaration of function 'wbxml_convxml2wbxml_disable_string_table' [-Wimplicit-function-declaration]
wbxml_conv_xml2wbxml_disable_string_table(conv);
^
NSData+ActiveSync.m:128:3: warning: implicit declaration of function 'wbxml_conv _xml2wbxml_run' [-Wimplicit-function-declaration]
ret = wbxml_conv_xml2wbxml_run(conv, xml, xml_len, &wbxml, &wbxml_len);
^
NSData+ActiveSync.m:135:7: warning: implicit declaration of function 'wbxml_conv_xml2wbxml_destroy' [-Wimplicit-function-declaration]
wbxml_conv_xml2wbxml_destroy(conv);
^
/usr/share/GNUstep/Makefiles/rules.make:468: recipe for target 'obj/ActiveSync.obj/NSData+ActiveSync.m.o' failed
make[3]: *** [obj/ActiveSync.obj/NSData+ActiveSync.m.o] Error 1
/usr/share/GNUstep/Makefiles/Instance/bundle.make:193: recipe for target 'internal-bundle-run-compile-submake' failed
make[2]: *** [internal-bundle-run-compile-submake] Error 2
/usr/share/GNUstep/Makefiles/Master/rules.make:298: recipe for target 'ActiveSync.all.bundle.variables' failed
make[1]: *** [ActiveSync.all.bundle.variables] Error 2
/usr/share/GNUstep/Makefiles/Master/bundle.make:37: recipe for target 'internal-all' failed
make: *** [internal-all] Error 2
Last edited by tritron4 (2014-12-09 14:13:55)
Offline
Whisky Tango Foxtrot, Over.
That is the ugliest post I've seen on these forums[1]. Please clean it up, add BBCode code tags, get rid of the white space in the middle of words, and check the AUR (not saying they are there, but did you check ?)
1. Even worse than your usual ugly posts.
Last edited by ewaller (2014-12-09 06:52:20)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Well I figure it out it was missing libwbxml.
I also figured out that in order to start ocsmanager is looking libSOGo.so.2 in /usr/lib but it is located in /usr/lib/sogo
Offline
Pages: 1