Advertisement
Guest User

Untitled

a guest
Nov 13th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. MAPIStoreDBMessage.m: In function '-[MAPIStoreDBMessage _updatePredecessorChangeList]':
  2. MAPIStoreDBMessage.m:152:11: error: invalid use of undefined type 'struct SizedXid'
  3. if (GUID_equal(&changes[count].XID.NameSpaceGuid, &currentChangeKey->NameSpaceGuid))
  4. ^
  5. MAPIStoreDBMessage.m:152:34: error: dereferencing pointer to incomplete type 'struct SizedXid'
  6. if (GUID_equal(&changes[count].XID.NameSpaceGuid, &currentChangeKey->NameSpaceGuid))
  7. ^
  8. MAPIStoreDBMessage.m:152:78: error: 'struct XID' has no member named 'NameSpaceGuid'
  9. if (GUID_equal(&changes[count].XID.NameSpaceGuid, &currentChangeKey->NameSpaceGuid))
  10. ^
  11. MAPIStoreDBMessage.m:155:15: error: invalid use of undefined type 'struct SizedXid'
  12. oldGlobCnt = [NSData dataWithBytes: changes[count].XID.LocalId.data length: changes[count].XID.LocalId.length];
  13. ^
  14. MAPIStoreDBMessage.m:155:15: error: invalid use of undefined type 'struct SizedXid'
  15. MAPIStoreDBMessage.m:156:64: error: 'struct XID' has no member named 'LocalId'
  16. globCnt = [NSData dataWithBytes: currentChangeKey->LocalId.data length: currentChangeKey->LocalId.length];
  17. ^
  18. MAPIStoreDBMessage.m:156:103: error: 'struct XID' has no member named 'LocalId'
  19. globCnt = [NSData dataWithBytes: currentChangeKey->LocalId.data length: currentChangeKey->LocalId.length];
  20. ^
  21. MAPIStoreDBMessage.m:164:19: error: invalid use of undefined type 'struct SizedXid'
  22. memcpy (changes[count].XID.LocalId.data, currentChangeKey->LocalId.data, currentChangeKey->LocalId.length);
  23. ^
  24. MAPIStoreDBMessage.m:164:76: error: 'struct XID' has no member named 'LocalId'
  25. memcpy (changes[count].XID.LocalId.data, currentChangeKey->LocalId.data, currentChangeKey->LocalId.length);
  26. ^
  27. MAPIStoreDBMessage.m:164:108: error: 'struct XID' has no member named 'LocalId'
  28. memcpy (changes[count].XID.LocalId.data, currentChangeKey->LocalId.data, currentChangeKey->LocalId.length);
  29. ^
  30. MAPIStoreDBMessage.m:178:11: error: invalid use of undefined type 'struct SizedXid'
  31. changeKey = [NSData dataWithXID: &changes[count].XID];
  32. ^
  33. /usr/share/GNUstep/Makefiles/rules.make:479: recipe for target 'obj/SOGoBackend.obj/MAPIStoreDBMessage.m.o' failed
  34. make[3]: *** [obj/SOGoBackend.obj/MAPIStoreDBMessage.m.o] Error 1
  35. /usr/share/GNUstep/Makefiles/Instance/bundle.make:193: recipe for target 'internal-bundle-run-compile-submake' failed
  36. make[2]: *** [internal-bundle-run-compile-submake] Error 2
  37. /usr/share/GNUstep/Makefiles/Master/rules.make:311: recipe for target 'SOGoBackend.all.bundle.variables' failed
  38. make[1]: *** [SOGoBackend.all.bundle.variables] Error 2
  39. /usr/share/GNUstep/Makefiles/Master/bundle.make:37: recipe for target 'internal-all' failed
  40. make: *** [internal-all] Error 2
  41. ==> ERROR: A failure occurred in package_sogo-openchange().
  42. Aborting...
  43. ==> ERROR: Makepkg was unable to build sogo.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement