Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 730039 Details for
Bug 946900
undefined symbol: _ZN5vmime8bodyPart5parseERKSsjjPj breaks zarafa-dagent
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
output of rpmbuild --rebuild
rpmbuild-log.txt (text/plain), 106.75 KB, created by
Matěj Cepl
on 2013-03-31 21:32:25 UTC
(
hide
)
Description:
output of rpmbuild --rebuild
Filename:
MIME Type:
Creator:
Matěj Cepl
Created:
2013-03-31 21:32:25 UTC
Size:
106.75 KB
patch
obsolete
>Instaluji: ./zarafa-7.1.4-1.0.newVMIME.el6.src.rpm >ProvádÄnÃ(%prep): /bin/sh -e /var/tmp/rpm-tmp.QtceuF >+ umask 022 >+ cd /home/matej/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /home/matej/build/BUILD >+ rm -rf zarafa-7.1.4 >+ /bin/tar -xf - >+ /usr/bin/gzip -dc /home/matej/build/SOURCES/zcp-7.1.4.tar.gz >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd zarafa-7.1.4 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ echo 'Patch #0 (zarafa-7.0.9-rpath.patch):' >Patch #0 (zarafa-7.0.9-rpath.patch): >+ /bin/cat /home/matej/build/SOURCES/zarafa-7.0.9-rpath.patch >+ /usr/bin/patch -p1 -b --suffix .rpath --fuzz=0 >patching file aclocal.m4 >patching file configure >Hunk #1 succeeded at 10100 (offset 3 lines). >Hunk #2 succeeded at 15294 (offset 3 lines). >+ touch -c -r aclocal.m4.rpath aclocal.m4 >+ echo 'Patch #1 (zarafa-7.0.8-va_list.patch):' >Patch #1 (zarafa-7.0.8-va_list.patch): >+ /bin/cat /home/matej/build/SOURCES/zarafa-7.0.8-va_list.patch >+ /usr/bin/patch -p1 -b --suffix .va_list --fuzz=0 >patching file common/Trace.cpp >+ echo 'Patch #3 (zarafa-7.1.4-swig20.patch):' >Patch #3 (zarafa-7.1.4-swig20.patch): >+ /bin/cat /home/matej/build/SOURCES/zarafa-7.1.4-swig20.patch >+ /usr/bin/patch -p1 -b --suffix .swig20 --fuzz=0 >patching file swig/icalmapi.i >+ exit 0 >ProvádÄnÃ(%build): /bin/sh -e /var/tmp/rpm-tmp.yFtU35 >+ umask 022 >+ cd /home/matej/build/BUILD >+ cd zarafa-7.1.4 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' >+ export CFLAGS >+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' >+ export CXXFLAGS >+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' >+ export FFLAGS >+ ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu --target=i686-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-userscript-prefix=/etc/zarafa/userscripts --with-quotatemplate-prefix=/etc/zarafa/quotamail --with-searchscripts-prefix=/usr/share/zarafa/searchscripts --with-clucene-lib-prefix=/usr/lib --with-clucene-include-prefix=/usr/include --enable-release --enable-epoll --enable-swig --enable-python --disable-static >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking how to create a ustar tar archive... gnutar >checking build system type... i686-redhat-linux-gnu >checking host system type... i686-redhat-linux-gnu >checking for style of include used by make... GNU >checking for i686-redhat-linux-gnu-gcc... no >checking for gcc... gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking for gcc option to accept ISO C89... none needed >checking dependency style of gcc... gcc3 >checking for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for fgrep... /bin/grep -F >checking for ld used by gcc... /usr/bin/ld >checking if the linker (/usr/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B >checking the name lister (/usr/bin/nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1966080 >checking whether the shell understands some XSI constructs... yes >checking whether the shell understands "+="... yes >checking for /usr/bin/ld option to reload object files... -r >checking for i686-redhat-linux-gnu-objdump... no >checking for objdump... objdump >checking how to recognize dependent libraries... pass_all >checking for i686-redhat-linux-gnu-ar... no >checking for ar... ar >checking for i686-redhat-linux-gnu-strip... no >checking for strip... strip >checking for i686-redhat-linux-gnu-ranlib... no >checking for ranlib... ranlib >checking command to parse /usr/bin/nm -B output from gcc object... ok >checking how to run the C preprocessor... gcc -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for dlfcn.h... yes >checking for objdir... .libs >checking if gcc supports -fno-rtti -fno-exceptions... no >checking for gcc option to produce PIC... -fPIC -DPIC >checking if gcc PIC flag -fPIC -DPIC works... yes >checking if gcc static flag -static works... no >checking if gcc supports -c -o file.o... yes >checking if gcc supports -c -o file.o... (cached) yes >checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking for i686-redhat-linux-gnu-gcc... gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether gcc accepts -g... (cached) yes >checking for gcc option to accept ISO C89... (cached) none needed >checking dependency style of gcc... (cached) gcc3 >checking whether gcc and cc understand -c and -o together... yes >checking for i686-redhat-linux-gnu-g++... no >checking for i686-redhat-linux-gnu-c++... no >checking for i686-redhat-linux-gnu-gpp... no >checking for i686-redhat-linux-gnu-aCC... no >checking for i686-redhat-linux-gnu-CC... no >checking for i686-redhat-linux-gnu-cxx... no >checking for i686-redhat-linux-gnu-cc++... no >checking for i686-redhat-linux-gnu-cl.exe... no >checking for i686-redhat-linux-gnu-FCC... no >checking for i686-redhat-linux-gnu-KCC... no >checking for i686-redhat-linux-gnu-RCC... no >checking for i686-redhat-linux-gnu-xlC_r... no >checking for i686-redhat-linux-gnu-xlC... no >checking for g++... g++ >checking whether we are using the GNU C++ compiler... yes >checking whether g++ accepts -g... yes >checking dependency style of g++... gcc3 >checking whether we are using the GNU C++ compiler... (cached) yes >checking whether g++ accepts -g... (cached) yes >checking dependency style of g++... (cached) gcc3 >checking how to run the C++ preprocessor... g++ -E >checking for ld used by g++... /usr/bin/ld >checking if the linker (/usr/bin/ld) is GNU ld... yes >checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes >checking for g++ option to produce PIC... -fPIC -DPIC >checking if g++ PIC flag -fPIC -DPIC works... yes >checking if g++ static flag -static works... no >checking if g++ supports -c -o file.o... yes >checking if g++ supports -c -o file.o... (cached) yes >checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether make sets $(MAKE)... (cached) yes >checking for flex... flex >checking lex output file root... lex.yy >checking lex library... -lfl >checking whether yytext is a pointer... yes >checking for bison... bison -y >checking for xmlto... /usr/bin/xmlto >checking for ant... /usr/bin/ant >checking whether C++ compiler understands -Wno-variadic-macros option... yes >checking for pthread_create in -lpthread... yes >checking specified Linux distribution name... using rhel >checking non-oss distro files... not found >checking for ANSI C header files... (cached) yes >checking for stdbool.h that conforms to C99... yes >checking for _Bool... no >checking for an ANSI C-conforming const... yes >checking for inline... inline >checking for C/C++ restrict keyword... __restrict >checking for size_t... yes >checking whether time.h and sys/time.h may both be included... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking for ncurses-config presence... /usr/bin/ncursesw5-config >checking for initscr... yes >checking for memory.h... (cached) yes >checking stddef.h usability... yes >checking stddef.h presence... yes >checking for stddef.h... yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking sys/timeb.h usability... yes >checking sys/timeb.h presence... yes >checking for sys/timeb.h... yes >checking wchar.h usability... yes >checking wchar.h presence... yes >checking for wchar.h... yes >checking syslog.h usability... yes >checking syslog.h presence... yes >checking for syslog.h... yes >checking sys/un.h usability... yes >checking sys/un.h presence... yes >checking for sys/un.h... yes >checking sys/ucred.h usability... no >checking sys/ucred.h presence... no >checking for sys/ucred.h... no >checking for sys/stat.h... (cached) yes >checking openssl/ssl.h usability... yes >checking openssl/ssl.h presence... yes >checking for openssl/ssl.h... yes >checking zlib.h usability... yes >checking zlib.h presence... yes >checking for zlib.h... yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible malloc... yes >checking for working memcmp... yes >checking for sys/time.h... yes >checking for unistd.h... (cached) yes >checking for alarm... yes >checking for working mktime... yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible realloc... yes >checking for strftime... yes >checking for working strtod... yes >checking for vprintf... yes >checking for _doprnt... no >checking return type of signal handlers... void >checking for random... yes >checking for gettimeofday... yes >checking for ftime... yes >checking for localtime_r... yes >checking for timegm... yes >checking for gmtime... yes >checking for gmtime_r... yes >checking for memchr... yes >checking for memset... yes >checking for select... yes >checking for socket... yes >checking for strchr... yes >checking for strerror... yes >checking for strrchr... yes >checking for strstr... yes >checking for strtol... yes >checking for strtoul... yes >checking for strtoll... yes >checking for strtoull... yes >checking for sscanf... yes >checking for strtof_l... yes >checking for strtod_l... yes >checking for wctomb... yes >checking for mbtowc... yes >checking for dcgettext... yes >checking for getpeereid... no >checking for gethostbyname_r... yes >checking for getpwnam_r... yes >checking for vsyslog... yes >checking for snprintf... yes >checking for sprintf_l... no >checking for vsnprintf_l... no >checking for swig... /usr/bin/swig >checking for python... yes >checking for PHP... checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib >checking for PHP extension directory... /usr/lib/php/modules >checking for PHP config scan directory... /etc/php.d >checking acquired PHP settings... ok >checking for xml2-config presence... /usr/bin/xml2-config >checking acquired XML2 settings... ok >checking for MySQL includes... -I/usr/include/mysql >checking for MySQL libs... -rdynamic -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lssl -lcrypto >checking for mysql_set_character_set... yes >checking for i686-redhat-linux-gnu-pkg-config... no >checking for pkg-config... /usr/bin/pkg-config >checking pkg-config is at least version 0.9.0... yes >checking vmime/utility/smartPtrInt.hpp usability... yes >checking vmime/utility/smartPtrInt.hpp presence... yes >checking for vmime/utility/smartPtrInt.hpp... yes >checking for KYOTOCABINET... yes >checking libical/ical.h usability... yes >checking libical/ical.h presence... yes >checking for libical/ical.h... yes >checking for _ZN6lucene5index11IndexReader4openEPKc in -lclucene... yes >checking library type for clucene... dynamic >checking CLucene.h usability... yes >checking CLucene.h presence... yes >checking for CLucene.h... yes >checking ldap.h usability... yes >checking ldap.h presence... yes >checking for ldap.h... yes >checking for -lldap_r without LDAP_DEPRECATED... no >checking for -lldap_r with LDAP_DEPRECATED... yes >checking for ldap_start_tls_s... yes >checking for ldap_create_page_control... yes >checking shadow.h usability... yes >checking shadow.h presence... yes >checking for shadow.h... yes >checking for iconv... yes >checking for crypt... no >checking for crypt in -lcrypt... yes >checking for SSL_accept in -lssl... yes >checking for BIO_accept in -lcrypto... yes >checking for EVP_PKEY_cmp... yes >checking for pam_start in -lpam... yes >checking for krb5-config presence... /usr/bin/krb5-config >checking for gss_acquire_cred... yes >checking for krb5_free_unparsed_name... yes >checking for krb5 usability... yes >checking for uuid_create... no >checking for uuid_create in -luuid... no >checking for uuid_generate in -luuid... yes >checking for dlopen... no >checking for dlopen in -ldl... yes >checking for gzopen in -lz... yes >checking for gettext... yes >checking for epoll_create... yes >checking for Boost headers version >= 103500... yes >checking for Boost's header version... 1_41 >checking boost/scoped_ptr.hpp usability... yes >checking boost/scoped_ptr.hpp presence... yes >checking for boost/scoped_ptr.hpp... yes >checking boost/shared_ptr.hpp usability... yes >checking boost/shared_ptr.hpp presence... yes >checking for boost/shared_ptr.hpp... yes >checking for the toolset name used by Boost for g++... gcc44 -gcc >checking boost/system/error_code.hpp usability... yes >checking boost/system/error_code.hpp presence... yes >checking for boost/system/error_code.hpp... yes >checking for the Boost system library... yes >checking boost/filesystem/path.hpp usability... yes >checking boost/filesystem/path.hpp presence... yes >checking for boost/filesystem/path.hpp... yes >checking for the Boost filesystem library... yes >checking boost/date_time/posix_time/posix_time.hpp usability... yes >checking boost/date_time/posix_time/posix_time.hpp presence... yes >checking for boost/date_time/posix_time/posix_time.hpp... yes >checking for the Boost date_time library... yes >checking for icu-config... /usr/bin/icu-config >checking for ICU >= 3.4... yes >checking ICU_CFLAGS... -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -fno-strict-aliasing -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long $(THREADSCFLAGS) >checking ICU_CXXFLAGS... -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -fno-strict-aliasing -W -Wall -ansi -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long >checking ICU_LIBS... -licui18n -licuuc -licudata -lpthread -lm >configure: creating ./config.status >config.status: creating Makefile >config.status: creating mapi4linux/Makefile >config.status: creating mapi4linux/include/Makefile >config.status: creating mapi4linux/src/Makefile >config.status: creating php-ext/Makefile >config.status: creating provider/Makefile >config.status: creating provider/client/Makefile >config.status: creating provider/contacts/Makefile >config.status: creating provider/common/Makefile >config.status: creating provider/include/Makefile >config.status: creating provider/libserver/Makefile >config.status: creating provider/plugins/Makefile >config.status: creating provider/server/Makefile >config.status: creating provider/soap/Makefile >config.status: creating provider/tools/Makefile >config.status: creating provider/tools/soapcpp2/Makefile >config.status: creating inetmapi/Makefile >config.status: creating spooler/Makefile >config.status: creating spooler/python/Makefile >config.status: creating spooler/python/plugins/Makefile >config.status: creating common/Makefile >config.status: creating ECtools/Makefile >config.status: creating ECtools/zarafa-admin/Makefile >config.status: creating ECtools/zarafa-passwd/Makefile >config.status: creating ECtools/zarafa-monitor/Makefile >config.status: creating ECtools/zarafa-fsck/Makefile >config.status: creating ECtools/zarafa-cfgchecker/Makefile >config.status: creating ECtools/zarafa-stats/Makefile >config.status: creating ECtools/zarafa-archiver/Makefile >config.status: creating ECtools/zarafa-search/Makefile >config.status: creating ECtools/zarafa-utils/Makefile >config.status: creating installer/Makefile >config.status: creating installer/linux/Makefile >config.status: creating installer/userscripts/Makefile >config.status: creating installer/userscripts/createcompany >config.status: creating installer/userscripts/createcompany.d/Makefile >config.status: creating installer/userscripts/creategroup >config.status: creating installer/userscripts/creategroup.d/Makefile >config.status: creating installer/userscripts/createuser >config.status: creating installer/userscripts/createuser.d/Makefile >config.status: creating installer/userscripts/deletecompany >config.status: creating installer/userscripts/deletecompany.d/Makefile >config.status: creating installer/userscripts/deletegroup >config.status: creating installer/userscripts/deletegroup.d/Makefile >config.status: creating installer/userscripts/deleteuser >config.status: creating installer/userscripts/deleteuser.d/Makefile >config.status: creating installer/quotamail/Makefile >config.status: creating installer/searchscripts/Makefile >config.status: creating po/Makefile >config.status: creating doc/Makefile >config.status: creating gateway/Makefile >config.status: creating libfreebusy/Makefile >config.status: creating libicalmapi/Makefile >config.status: creating caldav/Makefile >config.status: creating swig/Makefile >config.status: creating swig/python/Makefile >config.status: creating zarafa-libsync/Makefile >config.status: creating common/zarafa.pc >config.status: creating version >config.status: creating specialbuild >config.status: creating common/config.h >config.status: executing depfiles commands >config.status: executing libtool commands > >Install prefix : /usr >Mapiconfig dir : /etc/mapi >Userscript dir : /etc/zarafa/userscripts >Quota dir : /etc/zarafa/quotamail >Search scripts dir : /usr/share/zarafa/searchscripts > >Build host : i686-redhat-linux-gnu >Compile flags : -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -g -rdynamic -Wall -Wno-write-strings -DHAVE_CONFIG_H -pedantic -Wno-long-long -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-variadic-macros -pthread -O2 -fno-strict-aliasing -DNDEBUG -DFORCE_CHARSET_CONVERSION -DUNICODE >Debug flags : >PHP version : 5.3.3 >PHP ext dir : /usr/lib/php/modules >PHP config dir : /etc/php.d >PHP flags : -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib >PHP libs : >gSOAP flags : -DWITH_OPENSSL -DWITH_GZIP >gSOAP libs : -lz >OpenSSL libs : -lssl -lcrypto >MySQL flags : -I/usr/include/mysql >MySQL libs : -rdynamic -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lssl -lcrypto >VMime flags : -I/usr/include >VMime libs : -lvmime >XML2 flags : -I/usr/include/libxml2 >XML2 libs : -lxml2 -lz -lm >ICal flags : -I/usr/include >ICal libs : -lical -licalss >clucene flags : -DLUCENE_DISABLE_MEMTRACKING -I/usr/lib -I/usr/include >clucene libs : -lclucene >kyotocabinet libs : -lkyotocabinet >ncurses libs : -lncursesw >Clients libs : -luuid -lz -licui18n -licuuc -licudata -lpthread -lm >xmlto : /usr/bin/xmlto >LDAP support : yes >LDAP flags : -DLDAP_DEPRECATED=1 >LDAP libs : -lldap_r >Curl libs : >Pam libs : -lpam >Krb5 libs : -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err >TCMalloc lib : >Boost : > Flags : > FS ldflags : -L/usr/local/lib > FS libs : -lboost_filesystem-mt >ICU libs : -licui18n -licuuc -licudata -lpthread -lm >Swig : yes >Python module : yes > >+ make -j3 >make all-recursive >make[1]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4' >Making all in common >make[2]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/common' >make all-am >make[3]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/common' > CXX platform.lo > CXX platform.linux.lo > CXX md5.lo > CXX base64.lo > CXX ECLogger.lo > CXX ECConfig.lo > CXX ECConfigImpl.lo > CXX ECFifoBuffer.lo >ECConfigImpl.cpp: In member function 'void ECConfigImpl::InsertOrReplace(settingmap_t*, const settingkey_t&, const char*, bool)': >ECConfigImpl.cpp:296: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'size_t' >ECConfigImpl.cpp:296: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'size_t' > CXX ECSerializer.lo > CXX ECCache.lo > CXX my_getopt.lo > CXX ECScheduler.lo > CXX stringutil.lo > CXX Trace.lo > CXX UnixUtil.lo > CXX ECIConv.lo > CXX ustringutil.lo > CXX SymmetricCrypt.lo > CXX convert.lo > CXX convstring.lo > CXX traits.lo > CXX localeutil.lo > CXX TimeUtil.lo > CXX RecurrenceState.lo > CXX ECGetText.lo > CXX threadutil.lo > CXX ECRestriction.lo > CXX userutil.lo > CXX ECFeatures.lo > CXX ECACL.lo > CXX fileutil.lo > CXX ECThreadPool.lo > CXX ConsoleTable.lo > CXX utfutil.lo > CXX CommonUtil.lo > CXX rtfutil.lo >In file included from CommonUtil.cpp:78: >../libfreebusy/freebusytags.h:73:1: warning: "PR_PROCESS_MEETING_REQUESTS" redefined >In file included from CommonUtil.cpp:77: >mapiext.h:807:1: warning: this is the location of the previous definition >In file included from CommonUtil.cpp:78: >../libfreebusy/freebusytags.h:74:1: warning: "PR_DECLINE_CONFLICTING_MEETING_REQUESTS" redefined >In file included from CommonUtil.cpp:77: >mapiext.h:808:1: warning: this is the location of the previous definition >In file included from CommonUtil.cpp:78: >../libfreebusy/freebusytags.h:75:1: warning: "PR_DECLINE_RECURRING_MEETING_REQUESTS" redefined >In file included from CommonUtil.cpp:77: >mapiext.h:809:1: warning: this is the location of the previous definition > CXX codepage.lo > CXX ECGuid.lo > CXX ECUnknown.lo > CXX ECMemStream.lo > CXX ECFifoStream.lo > CXX ECMemTable.lo > CXX ECKeyTable.lo > CXX Util.lo > CXX ECDebug.lo >In file included from ECDebug.cpp:57: >../libfreebusy/freebusytags.h:73:1: warning: "PR_PROCESS_MEETING_REQUESTS" redefined >In file included from ECDebug.cpp:56: >mapiext.h:807:1: warning: this is the location of the previous definition >In file included from ECDebug.cpp:57: >../libfreebusy/freebusytags.h:74:1: warning: "PR_DECLINE_CONFLICTING_MEETING_REQUESTS" redefined >In file included from ECDebug.cpp:56: >mapiext.h:808:1: warning: this is the location of the previous definition >In file included from ECDebug.cpp:57: >../libfreebusy/freebusytags.h:75:1: warning: "PR_DECLINE_RECURRING_MEETING_REQUESTS" redefined >In file included from ECDebug.cpp:56: >mapiext.h:809:1: warning: this is the location of the previous definition > CXX favoritesutil.lo > CXX ZarafaCode.lo > CXX HtmlToTextParser.lo > CXX HtmlEntity.lo > CXX ECABEntryID.lo > CXX ECDebugPrint.lo > CXX ECIterators.lo > CXX MAPINotifSink.lo > CXX IStreamAdapter.lo > CXX MAPIConsoleTable.lo > CXX ECMAPIDebug.lo > CXX SSLUtil.lo > CXX ECChannelClient.lo > CXX ECChannel.lo > CXX ECDatabaseMySQL.lo > CXXLD libcommon_util.la > CXXLD libcommon_mapi.la > CXXLD libcommon_ssl.la > CXXLD libcommon_service.la >make[3]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/common' >make[2]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/common' >Making all in libfreebusy >make[2]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/libfreebusy' > CXX ECEnumFBBlock.lo > CXX ECFBBlockList.lo > CXX ECFreeBusyData.lo > CXX ECFreeBusySupport.lo > CXX ECFreeBusyUpdate.lo > CXX freebusyutil.lo >In file included from freebusyutil.cpp:61: >../common/mapiext.h:807:1: warning: "PR_PROCESS_MEETING_REQUESTS" redefined >In file included from freebusyutil.cpp:60: >freebusytags.h:73:1: warning: this is the location of the previous definition >In file included from freebusyutil.cpp:61: >../common/mapiext.h:808:1: warning: "PR_DECLINE_CONFLICTING_MEETING_REQUESTS" redefined >In file included from freebusyutil.cpp:60: >freebusytags.h:74:1: warning: this is the location of the previous definition >In file included from freebusyutil.cpp:61: >../common/mapiext.h:809:1: warning: "PR_DECLINE_RECURRING_MEETING_REQUESTS" redefined >In file included from freebusyutil.cpp:60: >freebusytags.h:75:1: warning: this is the location of the previous definition > CXX PublishFreeBusy.lo > CXX recurrence.lo >recurrence.cpp: In member function 'time_t recurrence::calcStartDate()': >recurrence.cpp:1160: warning: comparison between signed and unsigned integer expressions >recurrence.cpp:1165: warning: comparison between signed and unsigned integer expressions >recurrence.cpp:1175: warning: comparison between signed and unsigned integer expressions >recurrence.cpp:1187: warning: comparison between signed and unsigned integer expressions >recurrence.cpp:1231: warning: comparison between signed and unsigned integer expressions >recurrence.cpp:1247: warning: comparison between signed and unsigned integer expressions >recurrence.cpp:1110: warning: unused variable 'rStart' >recurrence.cpp:1273: warning: label 'exit' defined but not used > CXXLD libfreebusy.la >make[2]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/libfreebusy' >Making all in mapi4linux >make[2]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/mapi4linux' >Making all in src >make[3]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/mapi4linux/src' > CXX common.lo > CXX mapidefs.lo > CXX mapispi.lo > CXX mapiutil.lo > CXX mapix.lo > CXX rtf.lo >rtf.cpp: In function 'void strmatch(const char*, unsigned int, const char*, unsigned int, const char**, unsigned int*)': >rtf.cpp:255: warning: comparison between signed and unsigned integer expressions >rtf.cpp:265: warning: comparison between signed and unsigned integer expressions > CXX imessage.lo > CXX m4l.mapisvc.lo >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/stl_algo.h: In member function 'HRESULT INFLoader::MakeProperty(const std::string&, const std::string&, void*, _SPropValue*) const': >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/stl_algo.h:2178: warning: array subscript is above array bounds >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/stl_algo.h: In member function 'HRESULT SVCService::Init(const INFLoader&, const inf_section*)': >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/stl_algo.h:2178: warning: array subscript is above array bounds > CXXLD libmapi.la >make[3]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/mapi4linux/src' >Making all in include >make[3]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/mapi4linux/include' >make[3]: Nothing to be done for `all'. >make[3]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/mapi4linux/include' >make[3]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/mapi4linux' >make[3]: Nothing to be done for `all-am'. >make[3]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/mapi4linux' >make[2]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/mapi4linux' >Making all in zarafa-libsync >make[2]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/zarafa-libsync' > CXX ECSync.lo > CXX ECSyncLog.lo > CXX ECSyncUtil.lo > CXX ECSyncContext.lo > CXX ECOfflineABImporter.lo > CXX ECSyncSettings.lo >ECOfflineABImporter.cpp: In member function 'virtual HRESULT OfflineABImporter::ImportABChange(ULONG, ULONG, _s_ENTRYID*)': >ECOfflineABImporter.cpp:148: warning: ISO C++ does not support the '%S' gnu_printf format >ECOfflineABImporter.cpp:168: warning: ISO C++ does not support the '%S' gnu_printf format >ECOfflineABImporter.cpp:373: warning: ISO C++ does not support the '%S' gnu_printf format > CXX ECResyncSet.lo > CXXLD libzarafasync.la >make[2]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/zarafa-libsync' >Making all in provider >make[2]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/provider' >Making all in tools >make[3]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/tools' >Making all in soapcpp2 >make[4]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/tools/soapcpp2' >make all-am >make[5]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/tools/soapcpp2' > CC soapcpp2-soapcpp2_yacc.o > CC soapcpp2-symbol2.o > CC soapcpp2-soapcpp2_lex.o > CC soapcpp2-error2.o > CC soapcpp2-init2.o > CC soapcpp2-soapcpp2.o > CCLD soapcpp2 >make[5]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/tools/soapcpp2' >make[4]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/tools/soapcpp2' >make[4]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/tools' >make[4]: Nothing to be done for `all-am'. >make[4]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/tools' >make[3]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/tools' >Making all in include >make[3]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/include' >make[3]: Nothing to be done for `all'. >make[3]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/include' >Making all in soap >make[3]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/soap' >../../provider/tools/soapcpp2/soapcpp2 -I../../provider/include/ ../../provider/include/ZarafaProto.h > >** The gSOAP Stub and Skeleton Compiler for C and C++ 2.7.13 >** Copyright (C) 2000-2009, Robert van Engelen, Genivia Inc. >** All Rights Reserved. This product is provided "as is", without any warranty. >** The gSOAP compiler is released under one of the following three licenses: >** GPL, the gSOAP public license, or the commercial license by Genivia Inc. > >Saving soapStub.h annotated copy of the input definitions >Saving soapH.h serializers >Saving soapC.cpp serializers >Saving soapClient.cpp client calling stubs >Saving soapClientLib.cpp client calling stubs with static serializers for libs >Saving soapServer.cpp server request dispatcher >Saving soapServerLib.cpp server request dispatcher with static serializers for libs >Compliance warning: array 'struct mv_i2' is not compliant with WS-I Basic Profile 1.0a, reason: SOAP encoded array >Compliance warning: array 'struct mv_long' is not compliant with WS-I Basic Profile 1.0a, reason: SOAP encoded array >Compliance warning: array 'struct mv_r4' is not compliant with WS-I Basic Profile 1.0a, reason: SOAP encoded array >Compliance warning: array 'struct mv_double' is not compliant with WS-I Basic Profile 1.0a, reason: SOAP encoded array >Compliance warning: array 'struct mv_string8' is not compliant with WS-I Basic Profile 1.0a, reason: SOAP encoded array >Compliance warning: array 'struct mv_hiloLong' is not compliant with WS-I Basic Profile 1.0a, reason: SOAP encoded array >Compliance warning: array 'struct mv_binary' is not compliant with WS-I Basic Profile 1.0a, reason: SOAP encoded array >Compliance warning: array 'struct mv_i8' is not compliant with WS-I Basic Profile 1.0a, reason: SOAP encoded array >Compliance warning: array 'struct propValArray' is not compliant with WS-I Basic Profile 1.0a, reason: SOAP encoded array >Compliance warning: array 'struct propTagArray' is not compliant with WS-I Basic Profile 1.0a, reason: SOAP encoded array >Compliance warning: array 'struct sortOrderArray' is not compliant with WS-I Basic Profile 1.0a, reason: SOAP encoded array >Compliance warning: array 'struct rowSet' is not compliant with WS-I Basic Profile 1.0a, reason: SOAP encoded array >Compliance warning: array 'struct actions' is not compliant with WS-I Basic Profile 1.0a, reason: SOAP encoded array > >**WARNING**: typedef 'entryId' is not namespace qualified: schema definition for 'entryId' in WSDL file output may be invalid (detected at line 1229 in ../../provider/include/ZarafaProto.h) > >Using ns service name: ZarafaCmd >Using ns service style: rpc >Using ns service encoding: encoded >Using ns service location: http://localhost:236/zarafa >Using ns schema namespace: urn:zarafa >Saving ZarafaCmd.wsdl Web Service description >Compliance warning: operation 'ns__logon' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__ssoLogon' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getStore' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getStoreName' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getStoreType' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getPublicStore' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__logoff' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getRights' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__setRights' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getUserObjectList' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__loadProp' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__saveObject' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__loadObject' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__createFolder' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__deleteObjects' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__copyObjects' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__emptyFolder' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__deleteFolder' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__copyFolder' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__setReadFlags' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__setReceiveFolder' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getReceiveFolder' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getReceiveFolderTable' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getMessageStatus' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__setMessageStatus' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getIDsFromNames' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getNamesFromIDs' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__notify' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__notifySubscribe' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__notifySubscribeMulti' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__notifyUnSubscribe' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__notifyUnSubscribeMulti' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__notifyGetItems' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableOpen' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableClose' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableSetColumns' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableQueryColumns' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableSort' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableRestrict' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableGetRowCount' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableQueryRows' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableFindRow' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableSeekRow' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableCreateBookmark' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableFreeBookmark' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableSetSearchCriteria' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableGetSearchCriteria' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableSetMultiStoreEntryIDs' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableExpandRow' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableCollapseRow' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableGetCollapseState' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableSetCollapseState' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__tableMulti' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__submitMessage' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__finishedMessage' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__abortSubmit' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__isMessageInQueue' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__resolveStore' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__resolveUserStore' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__createUser' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__deleteUser' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__removeAllObjects' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getUser' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__setUser' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getUserList' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getSendAsList' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__addSendAsUser' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__delSendAsUser' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getUserClientUpdateStatus' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__purgeSoftDelete' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__purgeDeferredUpdates' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__purgeCache' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__createStore' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__deleteStore' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__removeStore' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__hookStore' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__unhookStore' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getOwner' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__resolveUsername' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__createGroup' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__setGroup' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getGroup' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getGroupList' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__groupDelete' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__resolveGroupname' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__deleteGroupUser' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__addGroupUser' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getUserListOfGroup' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getGroupListOfUser' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__createCompany' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__deleteCompany' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__setCompany' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getCompany' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__resolveCompanyname' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getCompanyList' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__addCompanyToRemoteViewList' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__delCompanyFromRemoteViewList' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getRemoteViewList' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__addUserToRemoteAdminList' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__delUserFromRemoteAdminList' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getRemoteAdminList' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__checkExistObject' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__readABProps' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__writeABProps' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__deleteABProps' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__loadABProp' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__abResolveNames' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__syncUsers' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__setLockState' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__resetFolderCount' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__GetQuota' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__SetQuota' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__AddQuotaRecipient' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__DeleteQuotaRecipient' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__GetQuotaRecipients' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__GetQuotaStatus' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getChanges' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__setSyncStatus' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getEntryIDFromSourceKey' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getSyncStates' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getLicenseAuth' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getLicenseCapa' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getLicenseUsers' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__resolvePseudoUrl' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getServerDetails' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getServerBehavior' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__setServerBehavior' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__exportMessageChangesAsStream' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__importMessageFromStream' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getChangeInfo' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__testPerform' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__testSet' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__testGet' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__getClientUpdate' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Compliance warning: operation 'ns__setClientUpdateStatus' is not compliant with WS-I Basic Profile 1.0a, reason: uses SOAP encoding >Saving soapZarafaCmdProxy.h client proxy >Saving soapZarafaCmdObject.h server object >Saving ZarafaCmd.logon.req.xml sample SOAP/XML request >Saving ZarafaCmd.logon.res.xml sample SOAP/XML response >Saving ZarafaCmd.ssoLogon.req.xml sample SOAP/XML request >Saving ZarafaCmd.ssoLogon.res.xml sample SOAP/XML response >Saving ZarafaCmd.getStore.req.xml sample SOAP/XML request >Saving ZarafaCmd.getStore.res.xml sample SOAP/XML response >Saving ZarafaCmd.getStoreName.req.xml sample SOAP/XML request >Saving ZarafaCmd.getStoreName.res.xml sample SOAP/XML response >Saving ZarafaCmd.getStoreType.req.xml sample SOAP/XML request >Saving ZarafaCmd.getStoreType.res.xml sample SOAP/XML response >Saving ZarafaCmd.getPublicStore.req.xml sample SOAP/XML request >Saving ZarafaCmd.getPublicStore.res.xml sample SOAP/XML response >Saving ZarafaCmd.logoff.req.xml sample SOAP/XML request >Saving ZarafaCmd.logoff.res.xml sample SOAP/XML response >Saving ZarafaCmd.getRights.req.xml sample SOAP/XML request >Saving ZarafaCmd.getRights.res.xml sample SOAP/XML response >Saving ZarafaCmd.setRights.req.xml sample SOAP/XML request >Saving ZarafaCmd.setRights.res.xml sample SOAP/XML response >Saving ZarafaCmd.getUserObjectList.req.xml sample SOAP/XML request >Saving ZarafaCmd.getUserObjectList.res.xml sample SOAP/XML response >Saving ZarafaCmd.loadProp.req.xml sample SOAP/XML request >Saving ZarafaCmd.loadProp.res.xml sample SOAP/XML response >Saving ZarafaCmd.saveObject.req.xml sample SOAP/XML request >Saving ZarafaCmd.saveObject.res.xml sample SOAP/XML response >Saving ZarafaCmd.loadObject.req.xml sample SOAP/XML request >Saving ZarafaCmd.loadObject.res.xml sample SOAP/XML response >Saving ZarafaCmd.createFolder.req.xml sample SOAP/XML request >Saving ZarafaCmd.createFolder.res.xml sample SOAP/XML response >Saving ZarafaCmd.deleteObjects.req.xml sample SOAP/XML request >Saving ZarafaCmd.deleteObjects.res.xml sample SOAP/XML response >Saving ZarafaCmd.copyObjects.req.xml sample SOAP/XML request >Saving ZarafaCmd.copyObjects.res.xml sample SOAP/XML response >Saving ZarafaCmd.emptyFolder.req.xml sample SOAP/XML request >Saving ZarafaCmd.emptyFolder.res.xml sample SOAP/XML response >Saving ZarafaCmd.deleteFolder.req.xml sample SOAP/XML request >Saving ZarafaCmd.deleteFolder.res.xml sample SOAP/XML response >Saving ZarafaCmd.copyFolder.req.xml sample SOAP/XML request >Saving ZarafaCmd.copyFolder.res.xml sample SOAP/XML response >Saving ZarafaCmd.setReadFlags.req.xml sample SOAP/XML request >Saving ZarafaCmd.setReadFlags.res.xml sample SOAP/XML response >Saving ZarafaCmd.setReceiveFolder.req.xml sample SOAP/XML request >Saving ZarafaCmd.setReceiveFolder.res.xml sample SOAP/XML response >Saving ZarafaCmd.getReceiveFolder.req.xml sample SOAP/XML request >Saving ZarafaCmd.getReceiveFolder.res.xml sample SOAP/XML response >Saving ZarafaCmd.getReceiveFolderTable.req.xml sample SOAP/XML request >Saving ZarafaCmd.getReceiveFolderTable.res.xml sample SOAP/XML response >Saving ZarafaCmd.getMessageStatus.req.xml sample SOAP/XML request >Saving ZarafaCmd.getMessageStatus.res.xml sample SOAP/XML response >Saving ZarafaCmd.setMessageStatus.req.xml sample SOAP/XML request >Saving ZarafaCmd.setMessageStatus.res.xml sample SOAP/XML response >Saving ZarafaCmd.getIDsFromNames.req.xml sample SOAP/XML request >Saving ZarafaCmd.getIDsFromNames.res.xml sample SOAP/XML response >Saving ZarafaCmd.getNamesFromIDs.req.xml sample SOAP/XML request >Saving ZarafaCmd.getNamesFromIDs.res.xml sample SOAP/XML response >Saving ZarafaCmd.notify.req.xml sample SOAP/XML request >Saving ZarafaCmd.notify.res.xml sample SOAP/XML response >Saving ZarafaCmd.notifySubscribe.req.xml sample SOAP/XML request >Saving ZarafaCmd.notifySubscribe.res.xml sample SOAP/XML response >Saving ZarafaCmd.notifySubscribeMulti.req.xml sample SOAP/XML request >Saving ZarafaCmd.notifySubscribeMulti.res.xml sample SOAP/XML response >Saving ZarafaCmd.notifyUnSubscribe.req.xml sample SOAP/XML request >Saving ZarafaCmd.notifyUnSubscribe.res.xml sample SOAP/XML response >Saving ZarafaCmd.notifyUnSubscribeMulti.req.xml sample SOAP/XML request >Saving ZarafaCmd.notifyUnSubscribeMulti.res.xml sample SOAP/XML response >Saving ZarafaCmd.notifyGetItems.req.xml sample SOAP/XML request >Saving ZarafaCmd.notifyGetItems.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableOpen.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableOpen.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableClose.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableClose.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableSetColumns.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableSetColumns.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableQueryColumns.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableQueryColumns.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableSort.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableSort.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableRestrict.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableRestrict.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableGetRowCount.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableGetRowCount.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableQueryRows.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableQueryRows.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableFindRow.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableFindRow.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableSeekRow.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableSeekRow.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableCreateBookmark.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableCreateBookmark.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableFreeBookmark.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableFreeBookmark.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableSetSearchCriteria.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableSetSearchCriteria.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableGetSearchCriteria.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableGetSearchCriteria.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableSetMultiStoreEntryIDs.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableSetMultiStoreEntryIDs.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableExpandRow.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableExpandRow.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableCollapseRow.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableCollapseRow.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableGetCollapseState.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableGetCollapseState.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableSetCollapseState.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableSetCollapseState.res.xml sample SOAP/XML response >Saving ZarafaCmd.tableMulti.req.xml sample SOAP/XML request >Saving ZarafaCmd.tableMulti.res.xml sample SOAP/XML response >Saving ZarafaCmd.submitMessage.req.xml sample SOAP/XML request >Saving ZarafaCmd.submitMessage.res.xml sample SOAP/XML response >Saving ZarafaCmd.finishedMessage.req.xml sample SOAP/XML request >Saving ZarafaCmd.finishedMessage.res.xml sample SOAP/XML response >Saving ZarafaCmd.abortSubmit.req.xml sample SOAP/XML request >Saving ZarafaCmd.abortSubmit.res.xml sample SOAP/XML response >Saving ZarafaCmd.isMessageInQueue.req.xml sample SOAP/XML request >Saving ZarafaCmd.isMessageInQueue.res.xml sample SOAP/XML response >Saving ZarafaCmd.resolveStore.req.xml sample SOAP/XML request >Saving ZarafaCmd.resolveStore.res.xml sample SOAP/XML response >Saving ZarafaCmd.resolveUserStore.req.xml sample SOAP/XML request >Saving ZarafaCmd.resolveUserStore.res.xml sample SOAP/XML response >Saving ZarafaCmd.createUser.req.xml sample SOAP/XML request >Saving ZarafaCmd.createUser.res.xml sample SOAP/XML response >Saving ZarafaCmd.deleteUser.req.xml sample SOAP/XML request >Saving ZarafaCmd.deleteUser.res.xml sample SOAP/XML response >Saving ZarafaCmd.removeAllObjects.req.xml sample SOAP/XML request >Saving ZarafaCmd.removeAllObjects.res.xml sample SOAP/XML response >Saving ZarafaCmd.getUser.req.xml sample SOAP/XML request >Saving ZarafaCmd.getUser.res.xml sample SOAP/XML response >Saving ZarafaCmd.setUser.req.xml sample SOAP/XML request >Saving ZarafaCmd.setUser.res.xml sample SOAP/XML response >Saving ZarafaCmd.getUserList.req.xml sample SOAP/XML request >Saving ZarafaCmd.getUserList.res.xml sample SOAP/XML response >Saving ZarafaCmd.getSendAsList.req.xml sample SOAP/XML request >Saving ZarafaCmd.getSendAsList.res.xml sample SOAP/XML response >Saving ZarafaCmd.addSendAsUser.req.xml sample SOAP/XML request >Saving ZarafaCmd.addSendAsUser.res.xml sample SOAP/XML response >Saving ZarafaCmd.delSendAsUser.req.xml sample SOAP/XML request >Saving ZarafaCmd.delSendAsUser.res.xml sample SOAP/XML response >Saving ZarafaCmd.getUserClientUpdateStatus.req.xml sample SOAP/XML request >Saving ZarafaCmd.getUserClientUpdateStatus.res.xml sample SOAP/XML response >Saving ZarafaCmd.purgeSoftDelete.req.xml sample SOAP/XML request >Saving ZarafaCmd.purgeSoftDelete.res.xml sample SOAP/XML response >Saving ZarafaCmd.purgeDeferredUpdates.req.xml sample SOAP/XML request >Saving ZarafaCmd.purgeDeferredUpdates.res.xml sample SOAP/XML response >Saving ZarafaCmd.purgeCache.req.xml sample SOAP/XML request >Saving ZarafaCmd.purgeCache.res.xml sample SOAP/XML response >Saving ZarafaCmd.createStore.req.xml sample SOAP/XML request >Saving ZarafaCmd.createStore.res.xml sample SOAP/XML response >Saving ZarafaCmd.deleteStore.req.xml sample SOAP/XML request >Saving ZarafaCmd.deleteStore.res.xml sample SOAP/XML response >Saving ZarafaCmd.removeStore.req.xml sample SOAP/XML request >Saving ZarafaCmd.removeStore.res.xml sample SOAP/XML response >Saving ZarafaCmd.hookStore.req.xml sample SOAP/XML request >Saving ZarafaCmd.hookStore.res.xml sample SOAP/XML response >Saving ZarafaCmd.unhookStore.req.xml sample SOAP/XML request >Saving ZarafaCmd.unhookStore.res.xml sample SOAP/XML response >Saving ZarafaCmd.getOwner.req.xml sample SOAP/XML request >Saving ZarafaCmd.getOwner.res.xml sample SOAP/XML response >Saving ZarafaCmd.resolveUsername.req.xml sample SOAP/XML request >Saving ZarafaCmd.resolveUsername.res.xml sample SOAP/XML response >Saving ZarafaCmd.createGroup.req.xml sample SOAP/XML request >Saving ZarafaCmd.createGroup.res.xml sample SOAP/XML response >Saving ZarafaCmd.setGroup.req.xml sample SOAP/XML request >Saving ZarafaCmd.setGroup.res.xml sample SOAP/XML response >Saving ZarafaCmd.getGroup.req.xml sample SOAP/XML request >Saving ZarafaCmd.getGroup.res.xml sample SOAP/XML response >Saving ZarafaCmd.getGroupList.req.xml sample SOAP/XML request >Saving ZarafaCmd.getGroupList.res.xml sample SOAP/XML response >Saving ZarafaCmd.groupDelete.req.xml sample SOAP/XML request >Saving ZarafaCmd.groupDelete.res.xml sample SOAP/XML response >Saving ZarafaCmd.resolveGroupname.req.xml sample SOAP/XML request >Saving ZarafaCmd.resolveGroupname.res.xml sample SOAP/XML response >Saving ZarafaCmd.deleteGroupUser.req.xml sample SOAP/XML request >Saving ZarafaCmd.deleteGroupUser.res.xml sample SOAP/XML response >Saving ZarafaCmd.addGroupUser.req.xml sample SOAP/XML request >Saving ZarafaCmd.addGroupUser.res.xml sample SOAP/XML response >Saving ZarafaCmd.getUserListOfGroup.req.xml sample SOAP/XML request >Saving ZarafaCmd.getUserListOfGroup.res.xml sample SOAP/XML response >Saving ZarafaCmd.getGroupListOfUser.req.xml sample SOAP/XML request >Saving ZarafaCmd.getGroupListOfUser.res.xml sample SOAP/XML response >Saving ZarafaCmd.createCompany.req.xml sample SOAP/XML request >Saving ZarafaCmd.createCompany.res.xml sample SOAP/XML response >Saving ZarafaCmd.deleteCompany.req.xml sample SOAP/XML request >Saving ZarafaCmd.deleteCompany.res.xml sample SOAP/XML response >Saving ZarafaCmd.setCompany.req.xml sample SOAP/XML request >Saving ZarafaCmd.setCompany.res.xml sample SOAP/XML response >Saving ZarafaCmd.getCompany.req.xml sample SOAP/XML request >Saving ZarafaCmd.getCompany.res.xml sample SOAP/XML response >Saving ZarafaCmd.resolveCompanyname.req.xml sample SOAP/XML request >Saving ZarafaCmd.resolveCompanyname.res.xml sample SOAP/XML response >Saving ZarafaCmd.getCompanyList.req.xml sample SOAP/XML request >Saving ZarafaCmd.getCompanyList.res.xml sample SOAP/XML response >Saving ZarafaCmd.addCompanyToRemoteViewList.req.xml sample SOAP/XML request >Saving ZarafaCmd.addCompanyToRemoteViewList.res.xml sample SOAP/XML response >Saving ZarafaCmd.delCompanyFromRemoteViewList.req.xml sample SOAP/XML request >Saving ZarafaCmd.delCompanyFromRemoteViewList.res.xml sample SOAP/XML response >Saving ZarafaCmd.getRemoteViewList.req.xml sample SOAP/XML request >Saving ZarafaCmd.getRemoteViewList.res.xml sample SOAP/XML response >Saving ZarafaCmd.addUserToRemoteAdminList.req.xml sample SOAP/XML request >Saving ZarafaCmd.addUserToRemoteAdminList.res.xml sample SOAP/XML response >Saving ZarafaCmd.delUserFromRemoteAdminList.req.xml sample SOAP/XML request >Saving ZarafaCmd.delUserFromRemoteAdminList.res.xml sample SOAP/XML response >Saving ZarafaCmd.getRemoteAdminList.req.xml sample SOAP/XML request >Saving ZarafaCmd.getRemoteAdminList.res.xml sample SOAP/XML response >Saving ZarafaCmd.checkExistObject.req.xml sample SOAP/XML request >Saving ZarafaCmd.checkExistObject.res.xml sample SOAP/XML response >Saving ZarafaCmd.readABProps.req.xml sample SOAP/XML request >Saving ZarafaCmd.readABProps.res.xml sample SOAP/XML response >Saving ZarafaCmd.writeABProps.req.xml sample SOAP/XML request >Saving ZarafaCmd.writeABProps.res.xml sample SOAP/XML response >Saving ZarafaCmd.deleteABProps.req.xml sample SOAP/XML request >Saving ZarafaCmd.deleteABProps.res.xml sample SOAP/XML response >Saving ZarafaCmd.loadABProp.req.xml sample SOAP/XML request >Saving ZarafaCmd.loadABProp.res.xml sample SOAP/XML response >Saving ZarafaCmd.abResolveNames.req.xml sample SOAP/XML request >Saving ZarafaCmd.abResolveNames.res.xml sample SOAP/XML response >Saving ZarafaCmd.syncUsers.req.xml sample SOAP/XML request >Saving ZarafaCmd.syncUsers.res.xml sample SOAP/XML response >Saving ZarafaCmd.setLockState.req.xml sample SOAP/XML request >Saving ZarafaCmd.setLockState.res.xml sample SOAP/XML response >Saving ZarafaCmd.resetFolderCount.req.xml sample SOAP/XML request >Saving ZarafaCmd.resetFolderCount.res.xml sample SOAP/XML response >Saving ZarafaCmd.GetQuota.req.xml sample SOAP/XML request >Saving ZarafaCmd.GetQuota.res.xml sample SOAP/XML response >Saving ZarafaCmd.SetQuota.req.xml sample SOAP/XML request >Saving ZarafaCmd.SetQuota.res.xml sample SOAP/XML response >Saving ZarafaCmd.AddQuotaRecipient.req.xml sample SOAP/XML request >Saving ZarafaCmd.AddQuotaRecipient.res.xml sample SOAP/XML response >Saving ZarafaCmd.DeleteQuotaRecipient.req.xml sample SOAP/XML request >Saving ZarafaCmd.DeleteQuotaRecipient.res.xml sample SOAP/XML response >Saving ZarafaCmd.GetQuotaRecipients.req.xml sample SOAP/XML request >Saving ZarafaCmd.GetQuotaRecipients.res.xml sample SOAP/XML response >Saving ZarafaCmd.GetQuotaStatus.req.xml sample SOAP/XML request >Saving ZarafaCmd.GetQuotaStatus.res.xml sample SOAP/XML response >Saving ZarafaCmd.getChanges.req.xml sample SOAP/XML request >Saving ZarafaCmd.getChanges.res.xml sample SOAP/XML response >Saving ZarafaCmd.setSyncStatus.req.xml sample SOAP/XML request >Saving ZarafaCmd.setSyncStatus.res.xml sample SOAP/XML response >Saving ZarafaCmd.getEntryIDFromSourceKey.req.xml sample SOAP/XML request >Saving ZarafaCmd.getEntryIDFromSourceKey.res.xml sample SOAP/XML response >Saving ZarafaCmd.getSyncStates.req.xml sample SOAP/XML request >Saving ZarafaCmd.getSyncStates.res.xml sample SOAP/XML response >Saving ZarafaCmd.getLicenseAuth.req.xml sample SOAP/XML request >Saving ZarafaCmd.getLicenseAuth.res.xml sample SOAP/XML response >Saving ZarafaCmd.getLicenseCapa.req.xml sample SOAP/XML request >Saving ZarafaCmd.getLicenseCapa.res.xml sample SOAP/XML response >Saving ZarafaCmd.getLicenseUsers.req.xml sample SOAP/XML request >Saving ZarafaCmd.getLicenseUsers.res.xml sample SOAP/XML response >Saving ZarafaCmd.resolvePseudoUrl.req.xml sample SOAP/XML request >Saving ZarafaCmd.resolvePseudoUrl.res.xml sample SOAP/XML response >Saving ZarafaCmd.getServerDetails.req.xml sample SOAP/XML request >Saving ZarafaCmd.getServerDetails.res.xml sample SOAP/XML response >Saving ZarafaCmd.getServerBehavior.req.xml sample SOAP/XML request >Saving ZarafaCmd.getServerBehavior.res.xml sample SOAP/XML response >Saving ZarafaCmd.setServerBehavior.req.xml sample SOAP/XML request >Saving ZarafaCmd.setServerBehavior.res.xml sample SOAP/XML response >Saving ZarafaCmd.exportMessageChangesAsStream.req.xml sample SOAP/XML request >Saving ZarafaCmd.exportMessageChangesAsStream.res.xml sample SOAP/XML response >Saving ZarafaCmd.importMessageFromStream.req.xml sample SOAP/XML request >Saving ZarafaCmd.importMessageFromStream.res.xml sample SOAP/XML response >Saving ZarafaCmd.getChangeInfo.req.xml sample SOAP/XML request >Saving ZarafaCmd.getChangeInfo.res.xml sample SOAP/XML response >Saving ZarafaCmd.testPerform.req.xml sample SOAP/XML request >Saving ZarafaCmd.testPerform.res.xml sample SOAP/XML response >Saving ZarafaCmd.testSet.req.xml sample SOAP/XML request >Saving ZarafaCmd.testSet.res.xml sample SOAP/XML response >Saving ZarafaCmd.testGet.req.xml sample SOAP/XML request >Saving ZarafaCmd.testGet.res.xml sample SOAP/XML response >Saving ZarafaCmd.getClientUpdate.req.xml sample SOAP/XML request >Saving ZarafaCmd.getClientUpdate.res.xml sample SOAP/XML response >Saving ZarafaCmd.setClientUpdateStatus.req.xml sample SOAP/XML request >Saving ZarafaCmd.setClientUpdateStatus.res.xml sample SOAP/XML response >Saving ZarafaCmd.nsmap namespace mapping table >Saving ns.xsd XML schema > >Compilation successful (1 warning) > >make all-am >make[4]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/soap' > CXX libsoapserver_la-soapC.lo > CXX libsoapserver_la-soapServer.lo > CXX libsoapclient_la-soapC.lo >soapC.cpp: In function 'void soap_serialize_syncStateArray(soap*, const syncStateArray*)': >soapC.cpp:34338: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_syncStateArray(soap*, const char*, int, const syncStateArray*, const char*)': >soapC.cpp:34360: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_messageStreamArray(soap*, const messageStreamArray*)': >soapC.cpp:34831: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_messageStreamArray(soap*, const char*, int, const messageStreamArray*, const char*)': >soapC.cpp:34853: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_sourceKeyPairArray(soap*, const sourceKeyPairArray*)': >soapC.cpp:35091: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_sourceKeyPairArray(soap*, const char*, int, const sourceKeyPairArray*, const char*)': >soapC.cpp:35113: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_serverList(soap*, const serverList*)': >soapC.cpp:35574: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_serverList(soap*, const char*, int, const serverList*, const char*)': >soapC.cpp:35596: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_syncStateArray(soap*, const syncStateArray*)': >soapC.cpp:34338: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_syncStateArray(soap*, const char*, int, const syncStateArray*, const char*)': >soapC.cpp:34360: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_licenseCapabilities(soap*, const licenseCapabilities*)': >soapC.cpp:36095: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_licenseCapabilities(soap*, const char*, int, const licenseCapabilities*, const char*)': >soapC.cpp:36116: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_messageStreamArray(soap*, const messageStreamArray*)': >soapC.cpp:34831: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_messageStreamArray(soap*, const char*, int, const messageStreamArray*, const char*)': >soapC.cpp:34853: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_sourceKeyPairArray(soap*, const sourceKeyPairArray*)': >soapC.cpp:35091: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_sourceKeyPairArray(soap*, const char*, int, const sourceKeyPairArray*, const char*)': >soapC.cpp:35113: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_serverList(soap*, const serverList*)': >soapC.cpp:35574: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_icsChangesArray(soap*, const icsChangesArray*)': >soapC.cpp:36828: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_serverList(soap*, const char*, int, const serverList*, const char*)': >soapC.cpp:35596: warning: comparison between signed and unsigned integer expressionssoapC.cpp: In function 'int soap_out_icsChangesArray(soap*, const char*, int, const icsChangesArray*, const char*)': >soapC.cpp:36850: warning: comparison between signed and unsigned integer expressions > >soapC.cpp: In function 'void soap_serialize_licenseCapabilities(soap*, const licenseCapabilities*)': >soapC.cpp:36095: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_licenseCapabilities(soap*, const char*, int, const licenseCapabilities*, const char*)': >soapC.cpp:36116: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_icsChangesArray(soap*, const icsChangesArray*)': >soapC.cpp:36828: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_icsChangesArray(soap*, const char*, int, const icsChangesArray*, const char*)': >soapC.cpp:36850: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_flagArray(soap*, const flagArray*)': >soapC.cpp:38219: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_flagArray(soap*, const char*, int, const flagArray*, const char*)': >soapC.cpp:38240: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_flagArray(soap*, const flagArray*)': >soapC.cpp:38219: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_flagArray(soap*, const char*, int, const flagArray*, const char*)': >soapC.cpp:38240: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_companyArray(soap*, const companyArray*)': >soapC.cpp:39610: warning: comparison between signed and unsigned integer expressionssoapC.cpp: In function 'void soap_serialize_companyArray(soap*, const companyArray*)': >soapC.cpp:39610: warning: comparison between signed and unsigned integer expressions > >soapC.cpp: In function 'int soap_out_companyArray(soap*, const char*, int, const companyArray*, const char*)': >soapC.cpp:39632: warning: comparison between signed and unsigned integer expressionssoapC.cpp: In function 'int soap_out_companyArray(soap*, const char*, int, const companyArray*, const char*)': >soapC.cpp:39632: warning: comparison between signed and unsigned integer expressions > >soapC.cpp: In function 'void soap_serialize_groupArray(soap*, const groupArray*)': >soapC.cpp:40290: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_groupArray(soap*, const groupArray*)': >soapC.cpp:40290: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_groupArray(soap*, const char*, int, const groupArray*, const char*)': >soapC.cpp:40312: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_groupArray(soap*, const char*, int, const groupArray*, const char*)': >soapC.cpp:40312: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_userArray(soap*, const userArray*)': >soapC.cpp:40959: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_userArray(soap*, const char*, int, const userArray*, const char*)': >soapC.cpp:40981: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_propmapMVPairArray(soap*, const propmapMVPairArray*)': >soapC.cpp:41329: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_userArray(soap*, const userArray*)': >soapC.cpp:40959: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_propmapMVPairArray(soap*, const char*, int, const propmapMVPairArray*, const char*)': >soapC.cpp:41351: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_userArray(soap*, const char*, int, const userArray*, const char*)': >soapC.cpp:40981: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_propmapPairArray(soap*, const propmapPairArray*)': >soapC.cpp:41578: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_propmapPairArray(soap*, const char*, int, const propmapPairArray*, const char*)': >soapC.cpp:41600: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_receiveFoldersArray(soap*, const receiveFoldersArray*)': >soapC.cpp:42069: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_receiveFoldersArray(soap*, const char*, int, const receiveFoldersArray*, const char*)': >soapC.cpp:42091: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_propmapMVPairArray(soap*, const propmapMVPairArray*)': >soapC.cpp:41329: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_propmapMVPairArray(soap*, const char*, int, const propmapMVPairArray*, const char*)': >soapC.cpp:41351: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_propmapPairArray(soap*, const propmapPairArray*)': >soapC.cpp:41578: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_propmapPairArray(soap*, const char*, int, const propmapPairArray*, const char*)': >soapC.cpp:41600: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_restrictOr(soap*, const restrictOr*)': >soapC.cpp:42940: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_restrictOr(soap*, const char*, int, const restrictOr*, const char*)': >soapC.cpp:42961: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_receiveFoldersArray(soap*, const receiveFoldersArray*)': >soapC.cpp:42069: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_receiveFoldersArray(soap*, const char*, int, const receiveFoldersArray*, const char*)': >soapC.cpp:42091: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_restrictAnd(soap*, const restrictAnd*)': >soapC.cpp:43775: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_restrictAnd(soap*, const char*, int, const restrictAnd*, const char*)': >soapC.cpp:43796: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_namedPropArray(soap*, const namedPropArray*)': >soapC.cpp:44141: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_namedPropArray(soap*, const char*, int, const namedPropArray*, const char*)': >soapC.cpp:44163: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_restrictOr(soap*, const restrictOr*)': >soapC.cpp:42940: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_restrictOr(soap*, const char*, int, const restrictOr*, const char*)': >soapC.cpp:42961: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_userobjectArray(soap*, const userobjectArray*)': >soapC.cpp:44775: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_userobjectArray(soap*, const char*, int, const userobjectArray*, const char*)': >soapC.cpp:44797: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_rightsArray(soap*, const rightsArray*)': >soapC.cpp:45161: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_rightsArray(soap*, const char*, int, const rightsArray*, const char*)': >soapC.cpp:45183: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_notifySubscribeArray(soap*, const notifySubscribeArray*)': >soapC.cpp:45441: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_notifySubscribeArray(soap*, const char*, int, const notifySubscribeArray*, const char*)': >soapC.cpp:45463: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_notificationArray(soap*, const notificationArray*)': >soapC.cpp:45943: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_notificationArray(soap*, const char*, int, const notificationArray*, const char*)': >soapC.cpp:45965: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_restrictAnd(soap*, const restrictAnd*)': >soapC.cpp:43775: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_restrictAnd(soap*, const char*, int, const restrictAnd*, const char*)': >soapC.cpp:43796: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_namedPropArray(soap*, const namedPropArray*)': >soapC.cpp:44141: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_namedPropArray(soap*, const char*, int, const namedPropArray*, const char*)': >soapC.cpp:44163: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_categoryStateArray(soap*, const categoryStateArray*)': >soapC.cpp:46915: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_categoryStateArray(soap*, const char*, int, const categoryStateArray*, const char*)': >soapC.cpp:46937: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_userobjectArray(soap*, const userobjectArray*)': >soapC.cpp:44775: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_userobjectArray(soap*, const char*, int, const userobjectArray*, const char*)': >soapC.cpp:44797: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_rightsArray(soap*, const rightsArray*)': >soapC.cpp:45161: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_rightsArray(soap*, const char*, int, const rightsArray*, const char*)': >soapC.cpp:45183: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_notifySubscribeArray(soap*, const notifySubscribeArray*)': >soapC.cpp:45441: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_notifySubscribeArray(soap*, const char*, int, const notifySubscribeArray*, const char*)': >soapC.cpp:45463: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_notificationArray(soap*, const notificationArray*)': >soapC.cpp:45943: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_notificationArray(soap*, const char*, int, const notificationArray*, const char*)': >soapC.cpp:45965: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_entryList(soap*, const entryList*)': >soapC.cpp:50822: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_entryList(soap*, const char*, int, const entryList*, const char*)': >soapC.cpp:50844: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_categoryStateArray(soap*, const categoryStateArray*)': >soapC.cpp:46915: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_categoryStateArray(soap*, const char*, int, const categoryStateArray*, const char*)': >soapC.cpp:46937: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'void soap_serialize_entryList(soap*, const entryList*)': >soapC.cpp:50822: warning: comparison between signed and unsigned integer expressions >soapC.cpp: In function 'int soap_out_entryList(soap*, const char*, int, const entryList*, const char*)': >soapC.cpp:50844: warning: comparison between signed and unsigned integer expressions > CXX libsoapclient_la-soapClient.lo > CXX libgsoap_la-stdsoap2.lo > CXXLD libgsoap.la > CXXLD libsoapserver.la > CXXLD libsoapclient.la >make[4]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/soap' >make[3]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/soap' >Making all in common >make[3]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/common' > CXX SOAPUtils.lo > CXX SOAPHelpers.lo > CXX SOAPDebug.lo > CXX SOAPSock.lo > CXX ZarafaUtil.lo > CXX ZarafaUser.lo > CXX ECLicenseClient.lo >ECLicenseClient.cpp: In member function 'ECRESULT ECLicenseClient::GetInfo(unsigned int, unsigned int*)': >ECLicenseClient.cpp:162: warning: unused variable 'ulTrialtime' > CXX ECSearchClient.lo > CXX ECOfflineState.lo > CXXLD libzarafacommon.la >make[3]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/common' >Making all in libserver >make[3]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/libserver' > CXX ZarafaCmd.lo > CXX ECABObjectTable.lo > CXX ECCacheManager.lo >ECCacheManager.cpp: In member function 'ECRESULT ECCacheManager::GetObjects(std::list<sObjectTableKey, std::allocator<sObjectTableKey> >&, std::map<sObjectTableKey, ECsObjects, std::less<sObjectTableKey>, std::allocator<std::pair<const sObjectTableKey, ECsObjects> > >&)': >ECCacheManager.cpp:589: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'size_t' >ECCacheManager.cpp:589: warning: format '%lu' expects type 'long unsigned int', but argument 5 has type 'size_t' >ECCacheManager.cpp: In member function 'ECRESULT ECCacheManager::GetUserObjects(const std::list<objectid_t, std::allocator<objectid_t> >&, std::map<objectid_t, unsigned int, std::less<objectid_t>, std::allocator<std::pair<const objectid_t, unsigned int> > >*)': >ECCacheManager.cpp:886: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'size_t' >ECCacheManager.cpp:948: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'size_t' > CXX ECDatabaseFactory.lo > CXX ECDatabaseMySQL.lo > CXX ECDatabaseUtils.lo >ECCacheManager.cpp: In member function 'ECRESULT ECCacheManager::_GetQuota(unsigned int, bool, quotadetails_t*)': >ECCacheManager.cpp:1320: warning: 'sQuota' may be used uninitialized in this function >ECCacheManager.cpp: In member function 'ECRESULT ECCacheManager::GetPropFromObject(unsigned int, unsigned int, soap*, unsigned int*, unsigned char**)': >ECCacheManager.cpp:1747: warning: 'sObject' may be used uninitialized in this function > CXX ECDatabaseUpdate.lo >ECDatabaseUpdate.cpp: In function 'ECRESULT UpdateDatabaseSyncTimeIndex(ECDatabase*)': >ECDatabaseUpdate.cpp:1811: warning: label 'exit' defined but not used > CXX ECGenProps.lo > CXX ECGenericObjectTable.lo >ECGenericObjectTable.cpp: In member function 'ECRESULT ECGenericObjectTable::UpdateCategoryMinMax(sObjectTableKey&, ECCategory*, unsigned int, propVal*, unsigned int, bool*)': >ECGenericObjectTable.cpp:2946: warning: comparison between signed and unsigned integer expressions >ECGenericObjectTable.cpp: In member function 'virtual ECRESULT ECGenericObjectTable::RemoveCategoryAfterRemoveRow(sObjectTableKey, unsigned int)': >ECGenericObjectTable.cpp:3135: warning: comparison between signed and unsigned integer expressions > CXX ECICS.lo > CXX ECICSHelpers.lo > CXX ECNotification.lo > CXX ECPluginFactory.lo >ECPluginFactory.cpp: In member function 'ECRESULT ECPluginFactory::CreateUserPlugin(UserPlugin**)': >ECPluginFactory.cpp:126: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object >ECPluginFactory.cpp:137: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object >ECPluginFactory.cpp:143: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object > CXX ECPluginSharedData.lo > CXX ECPamAuth.lo > CXX ECKrbAuth.lo > CXX ECSecurity.lo > CXX ECServerEntrypoint.lo > CXX ECSession.lo > CXX ECSessionGroup.lo > CXX ECSessionManager.lo > CXX ECStoreObjectTable.lo > CXX ECStringCompat.lo > CXX ECSubRestriction.lo > CXX ECTableManager.lo > CXX ECUserManagement.lo > CXX ECSessionManagerOffline.lo > CXX ECUserManagementOffline.lo > CXX ECSecurityOffline.lo > CXX ECSearchFolders.lo > CXX ECSearchObjectTable.lo > CXX ECConvenientDepthObjectTable.lo > CXX ECConvenientDepthABObjectTable.lo >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/stl_algo.h: In member function 'ECRESULT ECUserManagement::RemoveDefaultFeatures(objectdetails_t*)': >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/stl_algo.h:2178: warning: array subscript is above array bounds >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/stl_algo.h: In member function 'ECRESULT ECUserManagement::ComplementDefaultFeatures(objectdetails_t*)': >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/stl_algo.h:2178: warning: array subscript is above array bounds > CXX ECMultiStoreTable.lo > CXX ECUserStoreTable.lo > CXX ECConversion.lo > CXX ECAttachmentStorage.lo >ECUserStoreTable.cpp: In member function 'virtual ECRESULT ECUserStoreTable::Load()': >ECUserStoreTable.cpp:245: warning: 'objclass' may be used uninitialized in this function > CXX ECStatsCollector.lo > CXX ECStatsTables.lo > CXX ECNotificationManager.lo > CXX ECIndexer.lo >ECNotificationManager.cpp: In member function 'void* ECNotificationManager::Work()': >ECNotificationManager.cpp:243: warning: comparison between signed and unsigned integer expressions >ECNotificationManager.cpp:306: warning: comparison between signed and unsigned integer expressions > CXX StreamUtil.lo >ECStatsTables.cpp: In static member function 'static ECRESULT ECSessionStatsTable::QueryRowData(ECGenericObjectTable*, soap*, ECSession*, ECObjectTableList*, propTagArray*, void*, rowSet**, bool, bool)': >ECStatsTables.cpp:534: warning: 'szState' may be used uninitialized in this function > CXX StorageUtil.lo > CXX ECTPropsPurge.lo > CXX ECMailBoxTable.lo > CXX ECTestProtocol.lo > CXX ZarafaCmdUtil.lo > CXX ECLockManager.lo > CXXLD libserver.la >make[3]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/libserver' >Making all in server >make[3]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/server' > CXX ECServer.o > CXX ECSoapServerConnection.o > CXX ECClientUpdate.o > CXX ECThreadManager.o >ECServer.cpp: In function 'void sigsegv(int)': >ECServer.cpp:294: warning: '0' flag used with '%p' gnu_printf format >ECServer.cpp:296: warning: '0' flag used with '%p' gnu_printf format > CXXLD zarafa-server >make[3]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/server' >Making all in client >make[3]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/client' > CXX ECABLogon.lo > CXX ECAttach.lo > CXX ECABProvider.lo > CXX ECMAPIContainer.lo > CXX ECMAPIFolder.lo > CXX ECMAPIProp.lo > CXX ECMAPITable.lo > CXX ECMessage.lo > CXX ECMsgStore.lo > CXX ECMSProvider.lo >In file included from ECMsgStore.cpp:73: >../../libfreebusy/freebusytags.h:73:1: warning: "PR_PROCESS_MEETING_REQUESTS" redefined >In file included from ECMsgStore.cpp:71: >../../common/mapiext.h:807:1: warning: this is the location of the previous definition >In file included from ECMsgStore.cpp:73: >../../libfreebusy/freebusytags.h:74:1: warning: "PR_DECLINE_CONFLICTING_MEETING_REQUESTS" redefined >In file included from ECMsgStore.cpp:71: >../../common/mapiext.h:808:1: warning: this is the location of the previous definition >In file included from ECMsgStore.cpp:73: >../../libfreebusy/freebusytags.h:75:1: warning: "PR_DECLINE_RECURRING_MEETING_REQUESTS" redefined >In file included from ECMsgStore.cpp:71: >../../common/mapiext.h:809:1: warning: this is the location of the previous definition > CXX ECNamedProp.lo > CXX ECNotifyClient.lo > CXX ECNotifyMaster.lo >ECNotifyMaster.cpp: In static member function 'static void* ECNotifyMaster::NotifyWatch(void*)': >ECNotifyMaster.cpp:395: warning: comparison between signed and unsigned integer expressions > CXX SessionGroupData.lo > CXX ECSessionGroupManager.lo > CXX ECXPLogon.lo > CXX ECXPProvider.lo > CXX EntryPoint.lo >ECXPLogon.cpp: In member function 'virtual HRESULT ECXPLogon::SubmitMessage(ULONG, IMessage*, ULONG*, ULONG*)': >ECXPLogon.cpp:353: warning: unused variable 'lpMessageProps' >ECXPLogon.cpp:354: warning: unused variable 'ulValues' >EntryPoint.cpp: In function 'HRESULT InitializeProvider(IProviderAdmin*, IProfSect*, sGlobalProfileProps, ULONG*, _s_ENTRYID**)': >EntryPoint.cpp:236: warning: unused variable 'ulClientVersion' > CXX Mem.lo > CXX WSTransport.lo > CXX ECPropertyEntry.lo > CXX ECGenericProp.lo > CXX ECParentStorage.lo > CXX ECABProp.lo > CXX ECABContainer.lo >ECABProp.cpp: In static member function 'static HRESULT ECABProp::DefaultABGetProp(ULONG, void*, ULONG, _SPropValue*, void*, void*)': >ECABProp.cpp:127: warning: label 'exit' defined but not used > CXX ECDistList.lo > CXX ECMailUser.lo > CXX WSMAPIPropStorage.lo > CXX WSMAPIFolderOps.lo >WSMAPIPropStorage.cpp: In member function 'virtual HRESULT WSMAPIPropStorage::HrUpdateSoapObject(MAPIOBJECT*, saveObject*, convert_context*)': >WSMAPIPropStorage.cpp:347: warning: comparison between signed and unsigned integer expressions > CXX WSTableView.lo > CXX WSABPropStorage.lo > CXX WSUtil.lo > CXX WSABTableView.lo > CXX WSStoreTableView.lo > CXX ClientUtil.lo >ClientUtil.cpp: In function 'HRESULT HrGetServerURLFromStoreEntryId(ULONG, _s_ENTRYID*, char**, bool*)': >ClientUtil.cpp:1140: warning: invalid access to non-static data member 'EID_V0::szServer' of NULL object >ClientUtil.cpp:1140: warning: (perhaps the 'offsetof' macro was used incorrectly) >ClientUtil.cpp:1144: warning: invalid access to non-static data member 'EID::szServer' of NULL object >ClientUtil.cpp:1144: warning: (perhaps the 'offsetof' macro was used incorrectly) > CXX ECExchangeModifyTable.lo > CXX ECExchangeExportChanges.lo > CXX ECExchangeImportContentsChanges.lo >ECExchangeImportContentsChanges.cpp: In member function 'virtual HRESULT ECExchangeImportContentsChanges::ImportMessageChange(ULONG, _SPropValue*, ULONG, IMessage**)': >ECExchangeImportContentsChanges.cpp:346: warning: unused variable 'ulCount' > CXX ECExchangeImportHierarchyChanges.lo > CXX ECMSProviderSwitch.lo > CXX ECMSProviderOffline.lo > CXX ECABProviderSwitch.lo > CXX ECABProviderOffline.lo > CXX ProviderUtil.lo > CXX ECExportAddressbookChanges.lo > CXX ECMAPIFolderPublic.lo > CXX ECMemTablePublic.lo > CXX ECMsgStorePublic.lo > CXX ECChangeAdvisor.lo > CXX ECDisplayTable.lo > CXX ECArchiveAwareMsgStore.lo > CXX ECArchiveAwareMessage.lo > CXX ECArchiveAwareAttach.lo > CXX WSMessageStreamExporter.lo > CXX WSSerializedMessage.lo > CXX WSMessageStreamImporter.lo > CXX ECMessageStreamImporterIStreamAdapter.lo >WSMessageStreamImporter.h: In constructor 'WSMessageStreamSink::WSMessageStreamSink(ECFifoBuffer*, ULONG, WSMessageStreamImporter*)': >WSMessageStreamImporter.h:82: warning: 'WSMessageStreamSink::m_ulTimeout' will be initialized after >WSMessageStreamImporter.h:81: warning: 'WSMessageStreamImporter* WSMessageStreamSink::m_lpImporter' >WSMessageStreamImporter.cpp:127: warning: when initialized here > CXXLD libzarafaclient.la >make[3]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/client' >Making all in plugins >make[3]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/plugins' > CXX unixplugin_la-UnixUserPlugin.lo > CXX unixplugin_la-ZarafaUser.lo > CXX unixplugin_la-DBBase.lo >DBBase.cpp: In member function 'void DBPlugin::CreateObjectWithExternId(const objectid_t&, const objectdetails_t&)': >DBBase.cpp:1013: warning: unused variable 'lpDBRow' > CXX ldapplugin_la-LDAPUserPlugin.lo > CXX ldapplugin_la-LDAPCache.lo > CXX ldapplugin_la-ldappasswords.lo > CXX ldapplugin_la-ZarafaUser.lo > CXX dbplugin_la-DBUserPlugin.lo > CXX dbplugin_la-ZarafaUser.lo > CXX dbplugin_la-DBBase.lo >DBBase.cpp: In member function 'void DBPlugin::CreateObjectWithExternId(const objectid_t&, const objectdetails_t&)': >DBBase.cpp:1013: warning: unused variable 'lpDBRow' > CXXLD unixplugin.la > CXXLD ldapplugin.la > CXXLD dbplugin.la >make[3]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/plugins' >Making all in contacts >make[3]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/contacts' > CXX EntryPoint.lo > CXX ZCMAPIProp.lo > CXX ZCABProvider.lo > CXX ZCABLogon.lo > CXX ZCABContainer.lo > CXXLD libzarafacontacts.la >make[3]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/provider/contacts' >make[3]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/provider' >make[3]: Nothing to be done for `all-am'. >make[3]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/provider' >make[2]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/provider' >Making all in libicalmapi >make[2]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/libicalmapi' > CXX icalinit.lo > CXX nameids.lo > CXX icaluid.lo > CXX MAPIToICal.lo > CXX ICalToMAPI.lo > CXX vtimezone.lo > CXX valarm.lo > CXX vconverter.lo > CXX vevent.lo > CXX vtodo.lo > CXX icalrecurrence.lo > CXX vfreebusy.lo >vconverter.cpp: In member function 'virtual HRESULT VConverter::HrAddRecipients(icalcomponent*, icalitem*, std::list<_SPropValue, std::allocator<_SPropValue> >*, std::list<icalrecip, std::allocator<icalrecip> >*)': >vconverter.cpp:1215: warning: 'cbEntryID' may be used uninitialized in this function > CXXLD libicalmapi.la >make[2]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/libicalmapi' >Making all in inetmapi >make[2]: Entering directory `/home/matej/build/BUILD/zarafa-7.1.4/inetmapi' > CXX ECMapiUtils.lo > CXX ECVMIMEUtils.lo > CXX MAPIToVMIME.lo > CXX VMIMEToMAPI.lo >In file included from MAPIToVMIME.h:62, > from MAPIToVMIME.cpp:71: >SMIMEMessage.h:81: error: 'vmime::options' has not been declared >In file included from MAPIToVMIME.cpp:76: >mapiTextPart.h:260: error: conflicting return type specified for 'virtual int vmime::mapiTextPart::getPartCount() const' >/usr/include/vmime/textPart.hpp:90: error: overriding 'virtual size_t vmime::textPart::getPartCount() const' >MAPIToVMIME.cpp: In member function 'HRESULT MAPIToVMIME::setBoundaries(vmime::utility::ref<vmime::header>, vmime::utility::ref<vmime::body>, const std::string&)': >MAPIToVMIME.cpp:821: warning: comparison between signed and unsigned integer expressions >MAPIToVMIME.cpp: In member function 'HRESULT MAPIToVMIME::BuildNoteMessage(IMessage*, bool, vmime::utility::ref<vmime::message>*)': >MAPIToVMIME.cpp:907: warning: comparison between signed and unsigned integer expressions >make[2]: *** [MAPIToVMIME.lo] Error 1 >make[2]: *** Waiting for unfinished jobs.... >VMIMEToMAPI.cpp: In member function 'HRESULT VMIMEToMAPI::fillMAPIMail(vmime::utility::ref<vmime::message>, IMessage*)': >VMIMEToMAPI.cpp:489: warning: comparison between signed and unsigned integer expressions >VMIMEToMAPI.cpp: In member function 'HRESULT VMIMEToMAPI::handleHeaders(vmime::utility::ref<vmime::header>, IMessage*)': >VMIMEToMAPI.cpp:722: error: no match for 'operator=' in 'strFromEmail = vmime::utility::ref<T>::dynamicCast() const [with U = vmime::mailbox, T = vmime::headerFieldValue]().vmime::utility::ref<T>::operator-> [with T = vmime::mailbox]()->vmime::mailbox::getEmail()' >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/basic_string.h:510: note: candidates are: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::operator=(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/basic_string.h:518: note: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::operator=(const _CharT*) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/basic_string.h:529: note: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::operator=(_CharT) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] >VMIMEToMAPI.cpp:767: error: no match for 'operator=' in 'strSenderEmail = vmime::utility::ref<T>::dynamicCast() const [with U = vmime::mailbox, T = vmime::headerFieldValue]().vmime::utility::ref<T>::operator-> [with T = vmime::mailbox]()->vmime::mailbox::getEmail()' >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/basic_string.h:510: note: candidates are: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::operator=(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/basic_string.h:518: note: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::operator=(const _CharT*) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/basic_string.h:529: note: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::operator=(_CharT) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] >VMIMEToMAPI.cpp: In member function 'HRESULT VMIMEToMAPI::modifyRecipientList(_ADRLIST*, vmime::utility::ref<vmime::addressList>, ULONG)': >VMIMEToMAPI.cpp:1280: error: no match for 'operator=' in 'strEmail = mbx.vmime::utility::ref<T>::operator-> [with T = vmime::mailbox]()->vmime::mailbox::getEmail()' >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/basic_string.h:510: note: candidates are: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::operator=(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/basic_string.h:518: note: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::operator=(const _CharT*) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/basic_string.h:529: note: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::operator=(_CharT) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] >VMIMEToMAPI.cpp: In member function 'std::list<int, std::allocator<int> > VMIMEToMAPI::findBestAlternative(vmime::utility::ref<vmime::body>)': >VMIMEToMAPI.cpp:1615: warning: comparison between signed and unsigned integer expressions >VMIMEToMAPI.cpp: In member function 'HRESULT VMIMEToMAPI::disectBody(vmime::utility::ref<vmime::header>, vmime::utility::ref<vmime::body>, IMessage*, bool, bool, bool)': >VMIMEToMAPI.cpp:1713: warning: comparison between signed and unsigned integer expressions >VMIMEToMAPI.cpp: In member function 'std::string VMIMEToMAPI::mailboxToEnvelope(vmime::utility::ref<vmime::mailbox>)': >VMIMEToMAPI.cpp:2883: error: no match for 'operator+' in '"\"" + mbox.vmime::utility::ref<T>::operator-> [with T = vmime::mailbox]()->vmime::mailbox::getEmail()' >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/stl_bvector.h:264: note: candidates are: std::_Bit_iterator std::operator+(ptrdiff_t, const std::_Bit_iterator&) >/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/stl_bvector.h:350: note: std::_Bit_const_iterator std::operator+(ptrdiff_t, const std::_Bit_const_iterator&) >/usr/include/unicode/unistr.h:3398: note: icu_4_2::UnicodeString icu_4_2::operator+(const icu_4_2::UnicodeString&, const icu_4_2::UnicodeString&) >VMIMEToMAPI.cpp: In member function 'HRESULT VMIMEToMAPI::messagePartToStructure(const std::string&, vmime::utility::ref<vmime::bodyPart>, std::string*, std::string*)': >VMIMEToMAPI.cpp:3158: warning: comparison between signed and unsigned integer expressions >In file included from VMIMEToMAPI.h:59, > from VMIMEToMAPI.cpp:55: >../common/charset/convert.h: In member function '_To_Type details::iconv_context<_To_Type, _From_Type>::convert(const _From_Type&) [with _To_Type = std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, _From_Type = vmime::emailAddress]': >../common/charset/convert.h:437: instantiated from '_Type convert_context::helper<_Type>::convert(const _Other_Type&) [with _Other_Type = vmime::emailAddress, _Type = std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >]' >../common/charset/convert.h:363: instantiated from '_To_Type convert_context::convert_to(const _From_Type&) [with _To_Type = std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, _From_Type = vmime::emailAddress]' >VMIMEToMAPI.cpp:644: instantiated from here >../common/charset/convert.h:214: error: 'rawptr' is not a member of 'iconv_charset<vmime::emailAddress>' >../common/charset/convert.h:214: error: 'rawsize' is not a member of 'iconv_charset<vmime::emailAddress>' >In file included from VMIMEToMAPI.h:59, > from VMIMEToMAPI.cpp:55: >../common/charset/convert.h: In member function 'convert_context::context_key convert_context::create_key(const char*, const char*) [with _To_Type = std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, _From_Type = vmime::emailAddress]': >../common/charset/convert.h:631: instantiated from 'details::iconv_context<_To_Type, _From_Type>* convert_context::get_context() [with _To_Type = std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, _From_Type = vmime::emailAddress]' >../common/charset/convert.h:437: instantiated from '_Type convert_context::helper<_Type>::convert(const _Other_Type&) [with _Other_Type = vmime::emailAddress, _Type = std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >]' >../common/charset/convert.h:363: instantiated from '_To_Type convert_context::convert_to(const _From_Type&) [with _To_Type = std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, _From_Type = vmime::emailAddress]' >VMIMEToMAPI.cpp:644: instantiated from here >../common/charset/convert.h:582: error: 'name' is not a member of 'iconv_charset<vmime::emailAddress>' >../common/charset/convert.h:582: error: too many initializers for 'convert_context::context_key' >In file included from VMIMEToMAPI.h:59, > from VMIMEToMAPI.cpp:55: >../common/charset/convert.h: In constructor 'details::iconv_context<_To_Type, _From_Type>::iconv_context() [with _To_Type = std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, _From_Type = vmime::emailAddress]': >../common/charset/convert.h:634: instantiated from 'details::iconv_context<_To_Type, _From_Type>* convert_context::get_context() [with _To_Type = std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, _From_Type = vmime::emailAddress]' >../common/charset/convert.h:437: instantiated from '_Type convert_context::helper<_Type>::convert(const _Other_Type&) [with _Other_Type = vmime::emailAddress, _Type = std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >]' >../common/charset/convert.h:363: instantiated from '_To_Type convert_context::convert_to(const _From_Type&) [with _To_Type = std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, _From_Type = vmime::emailAddress]' >VMIMEToMAPI.cpp:644: instantiated from here >../common/charset/convert.h:169: error: 'name' is not a member of 'iconv_charset<vmime::emailAddress>' >make[2]: *** [VMIMEToMAPI.lo] Error 1 >make[2]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4/inetmapi' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/home/matej/build/BUILD/zarafa-7.1.4' >make: *** [all] Error 2 >chyba: Å patný návratový kód z /var/tmp/rpm-tmp.yFtU35 (%build) > > >chyby sestavenà RPM: > Å patný návratový kód z /var/tmp/rpm-tmp.yFtU35 (%build)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 946900
: 730039