Guest User

Untitled

a guest
Aug 17th, 2018
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.32 KB | None | 0 0
  1. scons: Reading SConscript files ...
  2. Found 64 bit system
  3. debug = False
  4. useVxworks = False
  5. use32bits = False
  6. OSNAME = Linux-x86_64
  7. Default install directory = /home/smancill/hep/coda
  8. binDir = /home/smancill/hep/coda/Linux-x86_64/bin
  9. libDir = /home/smancill/hep/coda/Linux-x86_64/lib
  10. incDir = /home/smancill/hep/coda/include
  11. scons: done reading SConscript files.
  12. scons: Building targets ...
  13. g++ -o src/examples/.Linux-x86_64/cMsgStringTest.o -c -O3 -Isrc/examples/.Linux-x86_64 -Isrc/examples -Isrc/regexp -Isrc/libsrc -Isrc/libsrc++ src/examples/cMsgStringTest.cc
  14. gcc -o src/regexp/.Linux-x86_64/regcomp.os -c -O3 -fPIC -Isrc/regexp/.Linux-x86_64 -Isrc/regexp -Isrc/regexp -Isrc/libsrc src/regexp/regcomp.c
  15. gcc -o src/regexp/.Linux-x86_64/regerror.os -c -O3 -fPIC -Isrc/regexp/.Linux-x86_64 -Isrc/regexp -Isrc/regexp -Isrc/libsrc src/regexp/regerror.c
  16. gcc -o src/regexp/.Linux-x86_64/regexec.os -c -O3 -fPIC -Isrc/regexp/.Linux-x86_64 -Isrc/regexp -Isrc/regexp -Isrc/libsrc src/regexp/regexec.c
  17. gcc -o src/regexp/.Linux-x86_64/regfree.os -c -O3 -fPIC -Isrc/regexp/.Linux-x86_64 -Isrc/regexp -Isrc/regexp -Isrc/libsrc src/regexp/regfree.c
  18. gcc -o src/regexp/.Linux-x86_64/libcmsgRegex.so -shared src/regexp/.Linux-x86_64/regcomp.os src/regexp/.Linux-x86_64/regerror.os src/regexp/.Linux-x86_64/regexec.os src/regexp/.Linux-x86_64/regfree.os
  19. gcc -o src/libsrc/.Linux-x86_64/cMsg.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/cMsg.c
  20. src/libsrc/cMsg.c: In function 'cMsgPayloadToStringImpl':
  21. src/libsrc/cMsg.c:5725:10: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'int64_t' [-Wformat]
  22. src/libsrc/cMsg.c:5769:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' [-Wformat]
  23. src/libsrc/cMsg.c:5990:14: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'int64_t' [-Wformat]
  24. src/libsrc/cMsg.c:5991:14: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'int64_t' [-Wformat]
  25. src/libsrc/cMsg.c:6062:14: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t' [-Wformat]
  26. src/libsrc/cMsg.c:6063:14: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' [-Wformat]
  27. gcc -o src/libsrc/.Linux-x86_64/cMsgCompoundPayload.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/cMsgCompoundPayload.c
  28. src/libsrc/cMsgCompoundPayload.c: In function 'cMsgAddHistoryToPayloadText':
  29. src/libsrc/cMsgCompoundPayload.c:1501:31: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  30. src/libsrc/cMsgCompoundPayload.c:1502:31: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  31. src/libsrc/cMsgCompoundPayload.c:1512:9: warning: passing argument 2 of 'createStringArrayItem' from incompatible pointer type [enabled by default]
  32. src/libsrc/cMsgCompoundPayload.c:168:13: note: expected 'const char **' but argument is of type 'char **'
  33. src/libsrc/cMsgCompoundPayload.c:1518:9: warning: passing argument 2 of 'createStringArrayItem' from incompatible pointer type [enabled by default]
  34. src/libsrc/cMsgCompoundPayload.c:168:13: note: expected 'const char **' but argument is of type 'char **'
  35. src/libsrc/cMsgCompoundPayload.c:1528:34: warning: passing argument 2 of 'createIntArrayItem' from incompatible pointer type [enabled by default]
  36. src/libsrc/cMsgCompoundPayload.c:162:13: note: expected 'const int *' but argument is of type 'int64_t *'
  37. src/libsrc/cMsgCompoundPayload.c: In function 'setFieldsFromText':
  38. src/libsrc/cMsgCompoundPayload.c:1732:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat]
  39. src/libsrc/cMsgCompoundPayload.c:1773:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat]
  40. src/libsrc/cMsgCompoundPayload.c: In function 'payloadPrintout':
  41. src/libsrc/cMsgCompoundPayload.c:2326:9: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int64_t' [-Wformat]
  42. src/libsrc/cMsgCompoundPayload.c:2334:9: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' [-Wformat]
  43. src/libsrc/cMsgCompoundPayload.c:2352:10: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'int64_t' [-Wformat]
  44. src/libsrc/cMsgCompoundPayload.c:2364:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t' [-Wformat]
  45. src/libsrc/cMsgCompoundPayload.c:2386:9: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'size_t' [-Wformat]
  46. src/libsrc/cMsgCompoundPayload.c:2405:13: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'size_t' [-Wformat]
  47. src/libsrc/cMsgCompoundPayload.c: In function 'addInt':
  48. src/libsrc/cMsgCompoundPayload.c:4652:51: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 8 has type 'long unsigned int' [-Wformat]
  49. src/libsrc/cMsgCompoundPayload.c:4656:51: warning: format '%lld' expects argument of type 'long long int', but argument 8 has type 'int64_t' [-Wformat]
  50. src/libsrc/cMsgCompoundPayload.c: In function 'createStringArrayItem':
  51. src/libsrc/cMsgCompoundPayload.c:5702:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat]
  52. src/libsrc/cMsgCompoundPayload.c: In function 'addMessage':
  53. src/libsrc/cMsgCompoundPayload.c:5996:45: warning: format '%d' expects argument of type 'int', but argument 6 has type 'size_t' [-Wformat]
  54. src/libsrc/cMsgCompoundPayload.c:6003:45: warning: format '%d' expects argument of type 'int', but argument 6 has type 'size_t' [-Wformat]
  55. src/libsrc/cMsgCompoundPayload.c:6010:45: warning: format '%d' expects argument of type 'int', but argument 6 has type 'size_t' [-Wformat]
  56. src/libsrc/cMsgCompoundPayload.c:6017:45: warning: format '%d' expects argument of type 'int', but argument 6 has type 'size_t' [-Wformat]
  57. src/libsrc/cMsgCompoundPayload.c:6024:46: warning: format '%d' expects argument of type 'int', but argument 6 has type 'size_t' [-Wformat]
  58. src/libsrc/cMsgCompoundPayload.c:6031:45: warning: format '%d' expects argument of type 'int', but argument 6 has type 'size_t' [-Wformat]
  59. src/libsrc/cMsgCompoundPayload.c:6038:45: warning: format '%d' expects argument of type 'int', but argument 7 has type 'size_t' [-Wformat]
  60. src/libsrc/cMsgCompoundPayload.c:6045:45: warning: format '%d' expects argument of type 'int', but argument 7 has type 'size_t' [-Wformat]
  61. src/libsrc/cMsgCompoundPayload.c: In function 'addMessageArray':
  62. src/libsrc/cMsgCompoundPayload.c:6420:47: warning: format '%d' expects argument of type 'int', but argument 6 has type 'size_t' [-Wformat]
  63. src/libsrc/cMsgCompoundPayload.c:6427:47: warning: format '%d' expects argument of type 'int', but argument 6 has type 'size_t' [-Wformat]
  64. src/libsrc/cMsgCompoundPayload.c:6434:47: warning: format '%d' expects argument of type 'int', but argument 6 has type 'size_t' [-Wformat]
  65. src/libsrc/cMsgCompoundPayload.c:6441:47: warning: format '%d' expects argument of type 'int', but argument 6 has type 'size_t' [-Wformat]
  66. src/libsrc/cMsgCompoundPayload.c:6448:48: warning: format '%d' expects argument of type 'int', but argument 6 has type 'size_t' [-Wformat]
  67. src/libsrc/cMsgCompoundPayload.c:6455:47: warning: format '%d' expects argument of type 'int', but argument 6 has type 'size_t' [-Wformat]
  68. src/libsrc/cMsgCompoundPayload.c:6462:47: warning: format '%d' expects argument of type 'int', but argument 7 has type 'size_t' [-Wformat]
  69. src/libsrc/cMsgCompoundPayload.c:6469:47: warning: format '%d' expects argument of type 'int', but argument 7 has type 'size_t' [-Wformat]
  70. src/libsrc/cMsgCompoundPayload.c: In function 'addIntFromText':
  71. src/libsrc/cMsgCompoundPayload.c:6952:5: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'uint64_t *' [-Wformat]
  72. src/libsrc/cMsgCompoundPayload.c:6954:1: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' [-Wformat]
  73. src/libsrc/cMsgCompoundPayload.c:6957:5: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'int64_t *' [-Wformat]
  74. src/libsrc/cMsgCompoundPayload.c:6959:1: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int64_t' [-Wformat]
  75. src/libsrc/cMsgCompoundPayload.c: In function 'addIntArrayFromText':
  76. src/libsrc/cMsgCompoundPayload.c:7230:5: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat]
  77. src/libsrc/cMsgCompoundPayload.c:7232:5: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'int64_t' [-Wformat]
  78. src/libsrc/cMsgCompoundPayload.c:7260:5: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat]
  79. src/libsrc/cMsgCompoundPayload.c:7262:5: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'int64_t' [-Wformat]
  80. In file included from /usr/include/string.h:642:0,
  81. from src/libsrc/cMsgCompoundPayload.c:101:
  82. In function 'memset',
  83. inlined from 'addMessage.constprop.32' at src/libsrc/cMsgCompoundPayload.c:5819:9,
  84. inlined from 'cMsgAddMessage' at src/libsrc/cMsgCompoundPayload.c:6176:3:
  85. /usr/include/x86_64-linux-gnu/bits/string3.h:85:3: warning: call to __builtin___memset_chk will always overflow destination buffer [enabled by default]
  86. gcc -o src/libsrc/.Linux-x86_64/cMsgDomain.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/cMsgDomain.c
  87. src/libsrc/cMsgDomain.c: In function 'cmsg_cmsg_reconnect':
  88. src/libsrc/cMsgDomain.c:873:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'intptr_t' [-Wformat]
  89. src/libsrc/cMsgDomain.c: In function 'cmsg_cmsg_disconnect':
  90. src/libsrc/cMsgDomain.c:5013:17: warning: format '%d' expects argument of type 'int', but argument 3 has type 'intptr_t' [-Wformat]
  91. src/libsrc/cMsgDomain.c: In function 'partialShutdown':
  92. src/libsrc/cMsgDomain.c:5129:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'intptr_t' [-Wformat]
  93. src/libsrc/cMsgDomain.c: In function 'totalShutdown':
  94. src/libsrc/cMsgDomain.c:5272:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'intptr_t' [-Wformat]
  95. src/libsrc/cMsgDomain.c: In function 'sendMonitorInfo':
  96. src/libsrc/cMsgDomain.c:6733:17: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t' [-Wformat]
  97. src/libsrc/cMsgDomain.c: In function 'parseUDL':
  98. src/libsrc/cMsgDomain.c:7034:1: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat]
  99. gcc -o src/libsrc/.Linux-x86_64/cMsgDomainListenThread.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/cMsgDomainListenThread.c
  100. src/libsrc/cMsgDomainListenThread.c: In function 'cMsgClientListeningThread':
  101. src/libsrc/cMsgDomainListenThread.c:225:11: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat]
  102. gcc -o src/libsrc/.Linux-x86_64/cMsgDomainUtil.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/cMsgDomainUtil.c
  103. gcc -o src/libsrc/.Linux-x86_64/cMsgMatching.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/cMsgMatching.c
  104. gcc -o src/libsrc/.Linux-x86_64/cMsgNetwork.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/cMsgNetwork.c
  105. src/libsrc/cMsgNetwork.c: In function 'cMsgLocalByteOrder':
  106. src/libsrc/cMsgNetwork.c:820:5: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat]
  107. gcc -o src/libsrc/.Linux-x86_64/encode.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/encode.c
  108. gcc -o src/libsrc/.Linux-x86_64/fileDomain.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/fileDomain.c
  109. src/libsrc/fileDomain.c:98:38: warning: initialization from incompatible pointer type [enabled by default]
  110. src/libsrc/fileDomain.c:98:38: warning: (near initialization for 'functions.getCurrentUDL') [enabled by default]
  111. gcc -o src/libsrc/.Linux-x86_64/dummyDomain.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/dummyDomain.c
  112. gcc -o src/libsrc/.Linux-x86_64/hash.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/hash.c
  113. gcc -o src/libsrc/.Linux-x86_64/rcDomain.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/rcDomain.c
  114. gcc -o src/libsrc/.Linux-x86_64/rcDomainListenThread.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/rcDomainListenThread.c
  115. src/libsrc/rcDomainListenThread.c: In function 'clientThread':
  116. src/libsrc/rcDomainListenThread.c:475:19: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' [-Wformat]
  117. gcc -o src/libsrc/.Linux-x86_64/rwlock.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/rwlock.c
  118. gcc -o src/libsrc/.Linux-x86_64/sunConcurrency.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/sunConcurrency.c
  119. gcc -o src/libsrc/.Linux-x86_64/polarssl_padlock.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/polarssl_padlock.c
  120. gcc -o src/libsrc/.Linux-x86_64/polarssl_aes.os -c -O3 -fPIC -Isrc/libsrc/.Linux-x86_64 -Isrc/libsrc -Isrc/regexp -Isrc/libsrc src/libsrc/polarssl_aes.c
  121. gcc -o src/libsrc/.Linux-x86_64/libcmsg.so -shared src/libsrc/.Linux-x86_64/cMsg.os src/libsrc/.Linux-x86_64/cMsgCompoundPayload.os src/libsrc/.Linux-x86_64/cMsgDomain.os src/libsrc/.Linux-x86_64/cMsgDomainListenThread.os src/libsrc/.Linux-x86_64/cMsgDomainUtil.os src/libsrc/.Linux-x86_64/cMsgMatching.os src/libsrc/.Linux-x86_64/cMsgNetwork.os src/libsrc/.Linux-x86_64/encode.os src/libsrc/.Linux-x86_64/fileDomain.os src/libsrc/.Linux-x86_64/dummyDomain.os src/libsrc/.Linux-x86_64/hash.os src/libsrc/.Linux-x86_64/rcDomain.os src/libsrc/.Linux-x86_64/rcDomainListenThread.os src/libsrc/.Linux-x86_64/rwlock.os src/libsrc/.Linux-x86_64/sunConcurrency.os src/libsrc/.Linux-x86_64/polarssl_padlock.os src/libsrc/.Linux-x86_64/polarssl_aes.os
  122. g++ -o src/libsrc++/.Linux-x86_64/cMsgWrapper.os -c -O3 -fPIC -Isrc/libsrc++/.Linux-x86_64 -Isrc/libsrc++ -Isrc/regexp -Isrc/libsrc src/libsrc++/cMsgWrapper.cc
  123. g++ -o src/libsrc++/.Linux-x86_64/cMsgPayload.os -c -O3 -fPIC -Isrc/libsrc++/.Linux-x86_64 -Isrc/libsrc++ -Isrc/regexp -Isrc/libsrc src/libsrc++/cMsgPayload.cc
  124. g++ -o src/libsrc++/.Linux-x86_64/libcmsgxx.so -shared src/libsrc++/.Linux-x86_64/cMsgWrapper.os src/libsrc++/.Linux-x86_64/cMsgPayload.os
  125. g++ -o src/examples/.Linux-x86_64/cMsgStringTest src/examples/.Linux-x86_64/cMsgStringTest.o -Lsrc/regexp/.Linux-x86_64 -Lsrc/regexp -Lsrc/libsrc/.Linux-x86_64 -Lsrc/libsrc -Lsrc/libsrc++/.Linux-x86_64 -Lsrc/libsrc++ -lcmsgRegex -lcmsg -lcmsgxx -lpthread -ldl -lrt
  126. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetUint32Array'
  127. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSendAndGet'
  128. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeGetSkipSize'
  129. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetMessage'
  130. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddInt16Array'
  131. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetNullGetResponse'
  132. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetReceiverTime'
  133. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetGetResponse'
  134. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddUint64'
  135. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetSubject'
  136. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgFlush'
  137. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetUint16'
  138. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgDisconnect'
  139. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeGetMessagesPerThread'
  140. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscriptionQueueCount'
  141. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddDouble'
  142. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgReceiveStart'
  143. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetByteArray'
  144. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetDouble'
  145. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgHasPayload'
  146. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddUint32'
  147. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetShutdownHandler'
  148. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetReceiverHost'
  149. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgPayloadSetAllFieldsFromText'
  150. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetSenderHost'
  151. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetType'
  152. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetReliableSend'
  153. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetMessageArray'
  154. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgReconnect'
  155. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetText'
  156. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetInt8Array'
  157. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddInt32'
  158. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetInt16'
  159. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetInt16Array'
  160. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddInt16'
  161. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgPayloadClear'
  162. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgPayloadCopy'
  163. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetByteArrayOffset'
  164. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddUint64Array'
  165. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetText'
  166. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetByteArrayEndian'
  167. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgReceiveStop'
  168. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeSetMaxThreads'
  169. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgPayloadGetType'
  170. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetByteArrayNoCopy'
  171. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeGetMustSerialize'
  172. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgPayloadGetCount'
  173. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeConfigCreate'
  174. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetInt64'
  175. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddInt32Array'
  176. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetByteArrayLength'
  177. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetPayloadText'
  178. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscriptionQueueClear'
  179. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddStringArray'
  180. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetNullGetResponse'
  181. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddMessageArray'
  182. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgPayloadPrint'
  183. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscriptionQueueIsFull'
  184. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetUint64Array'
  185. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetSubscriptionDomain'
  186. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgNeedToSwap'
  187. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeAndGet'
  188. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetSender'
  189. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetSenderTime'
  190. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgPayloadContainsName'
  191. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribe'
  192. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeSetMaySkip'
  193. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgShutdownClients'
  194. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddFloatArray'
  195. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddString'
  196. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetInt8'
  197. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetUserInt'
  198. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetUint8'
  199. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgPayloadReset'
  200. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgCreateResponseMessage'
  201. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgPayloadGetInfo'
  202. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddUint16'
  203. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetSubscriptionSubject'
  204. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscriptionPause'
  205. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddInt8'
  206. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetByteArrayOffset'
  207. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetByteArrayLength'
  208. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSyncSend'
  209. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetUserTime'
  210. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetConnectState'
  211. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetSubscriptionType'
  212. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetReliableSend'
  213. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddBinaryArray'
  214. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscriptionResume'
  215. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetInt32'
  216. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgCreateMessage'
  217. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetType'
  218. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgShutdownServers'
  219. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeSetSkipSize'
  220. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddInt64'
  221. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetDoubleArray'
  222. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgConnect'
  223. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddMessage'
  224. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgPayloadFieldDescription'
  225. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetBinaryArray'
  226. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeGetStackSize'
  227. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetUint64'
  228. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetGetResponse'
  229. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetStringArray'
  230. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeGetMaySkip'
  231. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetFloat'
  232. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddInt8Array'
  233. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgCreateNullResponseMessage'
  234. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeGetMaxThreads'
  235. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetByteArrayLengthFull'
  236. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetGetRequest'
  237. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetFloatArray'
  238. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgPayloadRemove'
  239. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetUint32'
  240. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetBinary'
  241. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgPerror'
  242. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeSetMessagesPerThread'
  243. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetCurrentUDL'
  244. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetReceiveState'
  245. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetUserTime'
  246. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgToString'
  247. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeSetStackSize'
  248. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeSetMustSerialize'
  249. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSend'
  250. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgMonitor'
  251. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgResetByteArrayLength'
  252. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetHistoryLengthMax'
  253. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetInt32Array'
  254. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetReceiver'
  255. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgFreeMessage'
  256. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscriptionMessagesTotal'
  257. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetVersion'
  258. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetUint16Array'
  259. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetByteArrayEndian'
  260. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetSubject'
  261. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddUint8'
  262. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeConfigDestroy'
  263. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgUnSubscribe'
  264. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddUint8Array'
  265. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetUint8Array'
  266. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetSubscriptionUDL'
  267. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetUserInt'
  268. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetUDL'
  269. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddFloat'
  270. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgCopyMessage'
  271. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddDoubleArray'
  272. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetSubscriptionCueSize'
  273. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddUint32Array'
  274. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddInt64Array'
  275. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetString'
  276. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddBinary'
  277. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetInt64Array'
  278. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgGetDomain'
  279. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeSetMaxCueSize'
  280. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgAddUint16Array'
  281. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSetByteArray'
  282. src/libsrc++/.Linux-x86_64/libcmsgxx.so: undefined reference to `cMsgSubscribeGetMaxCueSize'
  283. collect2: ld returned 1 exit status
  284. scons: *** [src/examples/.Linux-x86_64/cMsgStringTest] Error 1
  285. scons: building terminated because of errors.
Add Comment
Please, Sign In to add comment