Advertisement
Guest User

qpid_messaging ruby gem comoilation fails

a guest
Jun 2nd, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 238.28 KB | None | 0 0
  1. /home/user/.rvm/rubies/ruby-2.2.2/bin/ruby -r ./siteconf20150602-29969-uilor9.rb extconf.rb
  2. checking for main() in -lstdc++... yes
  3. checking for main() in -lstdc++... yes
  4. checking for main() in -lqpidclient... yes
  5. checking for main() in -lqpidcommon... yes
  6. checking for main() in -lqpidmessaging... yes
  7. checking for main() in -lqpidtypes... yes
  8. creating Makefile
  9.  
  10. make "DESTDIR=" clean
  11.  
  12. make "DESTDIR="
  13. compiling cqpid.cpp
  14. cqpid.cpp: In function ‘VALUE _wrap_new_Address__SWIG_0(int, VALUE*, VALUE)’:
  15. cqpid.cpp:2327:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  16.      catch(qpid::messaging::TransactionUnknown& error) {
  17.                             ^
  18. cqpid.cpp:2329:30: error: ‘error’ was not declared in this scope
  19.        rb_raise(merror, "%s", error.what());
  20.                               ^
  21. cqpid.cpp:2329:30: note: suggested alternatives:
  22. In file included from /usr/include/qpid/log/Selector.h:22:0,
  23.                  from /usr/include/qpid/messaging/Logger.h:15,
  24.                  from cqpid.cpp:1868:
  25. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  26.  enum Level { trace, debug, info, notice, warning, error, critical };
  27.                                                    ^
  28. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  29.                  from /usr/include/boost/program_options.hpp:15,
  30.                  from /usr/include/qpid/Options.h:33,
  31.                  from /usr/include/qpid/log/Options.h:21,
  32.                  from /usr/include/qpid/messaging/Logger.h:16,
  33.                  from cqpid.cpp:1868:
  34. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  35.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  36.                                       ^
  37. cqpid.cpp: In function ‘VALUE _wrap_new_Address__SWIG_1(int, VALUE*, VALUE)’:
  38. cqpid.cpp:2449:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  39.      catch(qpid::messaging::TransactionUnknown& error) {
  40.                             ^
  41. cqpid.cpp:2451:30: error: ‘error’ was not declared in this scope
  42.        rb_raise(merror, "%s", error.what());
  43.                               ^
  44. cqpid.cpp:2451:30: note: suggested alternatives:
  45. In file included from /usr/include/qpid/log/Selector.h:22:0,
  46.                  from /usr/include/qpid/messaging/Logger.h:15,
  47.                  from cqpid.cpp:1868:
  48. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  49.  enum Level { trace, debug, info, notice, warning, error, critical };
  50.                                                    ^
  51. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  52.                  from /usr/include/boost/program_options.hpp:15,
  53.                  from /usr/include/qpid/Options.h:33,
  54.                  from /usr/include/qpid/log/Options.h:21,
  55.                  from /usr/include/qpid/messaging/Logger.h:16,
  56.                  from cqpid.cpp:1868:
  57. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  58.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  59.                                       ^
  60. cqpid.cpp: In function ‘VALUE _wrap_new_Address__SWIG_2(int, VALUE*, VALUE)’:
  61. cqpid.cpp:2604:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  62.      catch(qpid::messaging::TransactionUnknown& error) {
  63.                             ^
  64. cqpid.cpp:2606:30: error: ‘error’ was not declared in this scope
  65.        rb_raise(merror, "%s", error.what());
  66.                               ^
  67. cqpid.cpp:2606:30: note: suggested alternatives:
  68. In file included from /usr/include/qpid/log/Selector.h:22:0,
  69.                  from /usr/include/qpid/messaging/Logger.h:15,
  70.                  from cqpid.cpp:1868:
  71. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  72.  enum Level { trace, debug, info, notice, warning, error, critical };
  73.                                                    ^
  74. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  75.                  from /usr/include/boost/program_options.hpp:15,
  76.                  from /usr/include/qpid/Options.h:33,
  77.                  from /usr/include/qpid/log/Options.h:21,
  78.                  from /usr/include/qpid/messaging/Logger.h:16,
  79.                  from cqpid.cpp:1868:
  80. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  81.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  82.                                       ^
  83. cqpid.cpp: In function ‘VALUE _wrap_new_Address__SWIG_3(int, VALUE*, VALUE)’:
  84. cqpid.cpp:2756:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  85.      catch(qpid::messaging::TransactionUnknown& error) {
  86.                             ^
  87. cqpid.cpp:2758:30: error: ‘error’ was not declared in this scope
  88.        rb_raise(merror, "%s", error.what());
  89.                               ^
  90. cqpid.cpp:2758:30: note: suggested alternatives:
  91. In file included from /usr/include/qpid/log/Selector.h:22:0,
  92.                  from /usr/include/qpid/messaging/Logger.h:15,
  93.                  from cqpid.cpp:1868:
  94. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  95.  enum Level { trace, debug, info, notice, warning, error, critical };
  96.                                                    ^
  97. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  98.                  from /usr/include/boost/program_options.hpp:15,
  99.                  from /usr/include/qpid/Options.h:33,
  100.                  from /usr/include/qpid/log/Options.h:21,
  101.                  from /usr/include/qpid/messaging/Logger.h:16,
  102.                  from cqpid.cpp:1868:
  103. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  104.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  105.                                       ^
  106. cqpid.cpp: In function ‘VALUE _wrap_new_Address__SWIG_4(int, VALUE*, VALUE)’:
  107. cqpid.cpp:2903:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  108.      catch(qpid::messaging::TransactionUnknown& error) {
  109.                             ^
  110. cqpid.cpp:2905:30: error: ‘error’ was not declared in this scope
  111.        rb_raise(merror, "%s", error.what());
  112.                               ^
  113. cqpid.cpp:2905:30: note: suggested alternatives:
  114. In file included from /usr/include/qpid/log/Selector.h:22:0,
  115.                  from /usr/include/qpid/messaging/Logger.h:15,
  116.                  from cqpid.cpp:1868:
  117. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  118.  enum Level { trace, debug, info, notice, warning, error, critical };
  119.                                                    ^
  120. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  121.                  from /usr/include/boost/program_options.hpp:15,
  122.                  from /usr/include/qpid/Options.h:33,
  123.                  from /usr/include/qpid/log/Options.h:21,
  124.                  from /usr/include/qpid/messaging/Logger.h:16,
  125.                  from cqpid.cpp:1868:
  126. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  127.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  128.                                       ^
  129. cqpid.cpp: In function ‘VALUE _wrap_Address_getName(int, VALUE*, VALUE)’:
  130. cqpid.cpp:3106:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  131.      catch(qpid::messaging::TransactionUnknown& error) {
  132.                             ^
  133. cqpid.cpp:3108:30: error: ‘error’ was not declared in this scope
  134.        rb_raise(merror, "%s", error.what());
  135.                               ^
  136. cqpid.cpp:3108:30: note: suggested alternatives:
  137. In file included from /usr/include/qpid/log/Selector.h:22:0,
  138.                  from /usr/include/qpid/messaging/Logger.h:15,
  139.                  from cqpid.cpp:1868:
  140. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  141.  enum Level { trace, debug, info, notice, warning, error, critical };
  142.                                                    ^
  143. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  144.                  from /usr/include/boost/program_options.hpp:15,
  145.                  from /usr/include/qpid/Options.h:33,
  146.                  from /usr/include/qpid/log/Options.h:21,
  147.                  from /usr/include/qpid/messaging/Logger.h:16,
  148.                  from cqpid.cpp:1868:
  149. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  150.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  151.                                       ^
  152. cqpid.cpp: In function ‘VALUE _wrap_Address_setName(int, VALUE*, VALUE)’:
  153. cqpid.cpp:3235:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  154.      catch(qpid::messaging::TransactionUnknown& error) {
  155.                             ^
  156. cqpid.cpp:3237:30: error: ‘error’ was not declared in this scope
  157.        rb_raise(merror, "%s", error.what());
  158.                               ^
  159. cqpid.cpp:3237:30: note: suggested alternatives:
  160. In file included from /usr/include/qpid/log/Selector.h:22:0,
  161.                  from /usr/include/qpid/messaging/Logger.h:15,
  162.                  from cqpid.cpp:1868:
  163. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  164.  enum Level { trace, debug, info, notice, warning, error, critical };
  165.                                                    ^
  166. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  167.                  from /usr/include/boost/program_options.hpp:15,
  168.                  from /usr/include/qpid/Options.h:33,
  169.                  from /usr/include/qpid/log/Options.h:21,
  170.                  from /usr/include/qpid/messaging/Logger.h:16,
  171.                  from cqpid.cpp:1868:
  172. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  173.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  174.                                       ^
  175. cqpid.cpp: In function ‘VALUE _wrap_Address_getSubject(int, VALUE*, VALUE)’:
  176. cqpid.cpp:3354:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  177.      catch(qpid::messaging::TransactionUnknown& error) {
  178.                             ^
  179. cqpid.cpp:3356:30: error: ‘error’ was not declared in this scope
  180.        rb_raise(merror, "%s", error.what());
  181.                               ^
  182. cqpid.cpp:3356:30: note: suggested alternatives:
  183. In file included from /usr/include/qpid/log/Selector.h:22:0,
  184.                  from /usr/include/qpid/messaging/Logger.h:15,
  185.                  from cqpid.cpp:1868:
  186. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  187.  enum Level { trace, debug, info, notice, warning, error, critical };
  188.                                                    ^
  189. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  190.                  from /usr/include/boost/program_options.hpp:15,
  191.                  from /usr/include/qpid/Options.h:33,
  192.                  from /usr/include/qpid/log/Options.h:21,
  193.                  from /usr/include/qpid/messaging/Logger.h:16,
  194.                  from cqpid.cpp:1868:
  195. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  196.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  197.                                       ^
  198. cqpid.cpp: In function ‘VALUE _wrap_Address_setSubject(int, VALUE*, VALUE)’:
  199. cqpid.cpp:3483:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  200.      catch(qpid::messaging::TransactionUnknown& error) {
  201.                             ^
  202. cqpid.cpp:3485:30: error: ‘error’ was not declared in this scope
  203.        rb_raise(merror, "%s", error.what());
  204.                               ^
  205. cqpid.cpp:3485:30: note: suggested alternatives:
  206. In file included from /usr/include/qpid/log/Selector.h:22:0,
  207.                  from /usr/include/qpid/messaging/Logger.h:15,
  208.                  from cqpid.cpp:1868:
  209. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  210.  enum Level { trace, debug, info, notice, warning, error, critical };
  211.                                                    ^
  212. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  213.                  from /usr/include/boost/program_options.hpp:15,
  214.                  from /usr/include/qpid/Options.h:33,
  215.                  from /usr/include/qpid/log/Options.h:21,
  216.                  from /usr/include/qpid/messaging/Logger.h:16,
  217.                  from cqpid.cpp:1868:
  218. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  219.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  220.                                       ^
  221. cqpid.cpp: In function ‘VALUE _wrap_Address_getOptions__SWIG_0(int, VALUE*, VALUE)’:
  222. cqpid.cpp:3602:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  223.      catch(qpid::messaging::TransactionUnknown& error) {
  224.                             ^
  225. cqpid.cpp:3604:30: error: ‘error’ was not declared in this scope
  226.        rb_raise(merror, "%s", error.what());
  227.                               ^
  228. cqpid.cpp:3604:30: note: suggested alternatives:
  229. In file included from /usr/include/qpid/log/Selector.h:22:0,
  230.                  from /usr/include/qpid/messaging/Logger.h:15,
  231.                  from cqpid.cpp:1868:
  232. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  233.  enum Level { trace, debug, info, notice, warning, error, critical };
  234.                                                    ^
  235. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  236.                  from /usr/include/boost/program_options.hpp:15,
  237.                  from /usr/include/qpid/Options.h:33,
  238.                  from /usr/include/qpid/log/Options.h:21,
  239.                  from /usr/include/qpid/messaging/Logger.h:16,
  240.                  from cqpid.cpp:1868:
  241. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  242.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  243.                                       ^
  244. cqpid.cpp: In function ‘VALUE _wrap_Address_getOptions__SWIG_1(int, VALUE*, VALUE)’:
  245. cqpid.cpp:3722:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  246.      catch(qpid::messaging::TransactionUnknown& error) {
  247.                             ^
  248. cqpid.cpp:3724:30: error: ‘error’ was not declared in this scope
  249.        rb_raise(merror, "%s", error.what());
  250.                               ^
  251. cqpid.cpp:3724:30: note: suggested alternatives:
  252. In file included from /usr/include/qpid/log/Selector.h:22:0,
  253.                  from /usr/include/qpid/messaging/Logger.h:15,
  254.                  from cqpid.cpp:1868:
  255. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  256.  enum Level { trace, debug, info, notice, warning, error, critical };
  257.                                                    ^
  258. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  259.                  from /usr/include/boost/program_options.hpp:15,
  260.                  from /usr/include/qpid/Options.h:33,
  261.                  from /usr/include/qpid/log/Options.h:21,
  262.                  from /usr/include/qpid/messaging/Logger.h:16,
  263.                  from cqpid.cpp:1868:
  264. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  265.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  266.                                       ^
  267. cqpid.cpp: In function ‘VALUE _wrap_Address_setOptions(int, VALUE*, VALUE)’:
  268. cqpid.cpp:3884:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  269.      catch(qpid::messaging::TransactionUnknown& error) {
  270.                             ^
  271. cqpid.cpp:3886:30: error: ‘error’ was not declared in this scope
  272.        rb_raise(merror, "%s", error.what());
  273.                               ^
  274. cqpid.cpp:3886:30: note: suggested alternatives:
  275. In file included from /usr/include/qpid/log/Selector.h:22:0,
  276.                  from /usr/include/qpid/messaging/Logger.h:15,
  277.                  from cqpid.cpp:1868:
  278. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  279.  enum Level { trace, debug, info, notice, warning, error, critical };
  280.                                                    ^
  281. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  282.                  from /usr/include/boost/program_options.hpp:15,
  283.                  from /usr/include/qpid/Options.h:33,
  284.                  from /usr/include/qpid/log/Options.h:21,
  285.                  from /usr/include/qpid/messaging/Logger.h:16,
  286.                  from cqpid.cpp:1868:
  287. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  288.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  289.                                       ^
  290. cqpid.cpp: In function ‘VALUE _wrap_Address_getType(int, VALUE*, VALUE)’:
  291. cqpid.cpp:4007:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  292.      catch(qpid::messaging::TransactionUnknown& error) {
  293.                             ^
  294. cqpid.cpp:4009:30: error: ‘error’ was not declared in this scope
  295.        rb_raise(merror, "%s", error.what());
  296.                               ^
  297. cqpid.cpp:4009:30: note: suggested alternatives:
  298. In file included from /usr/include/qpid/log/Selector.h:22:0,
  299.                  from /usr/include/qpid/messaging/Logger.h:15,
  300.                  from cqpid.cpp:1868:
  301. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  302.  enum Level { trace, debug, info, notice, warning, error, critical };
  303.                                                    ^
  304. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  305.                  from /usr/include/boost/program_options.hpp:15,
  306.                  from /usr/include/qpid/Options.h:33,
  307.                  from /usr/include/qpid/log/Options.h:21,
  308.                  from /usr/include/qpid/messaging/Logger.h:16,
  309.                  from cqpid.cpp:1868:
  310. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  311.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  312.                                       ^
  313. cqpid.cpp: In function ‘VALUE _wrap_Address_setType(int, VALUE*, VALUE)’:
  314. cqpid.cpp:4136:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  315.      catch(qpid::messaging::TransactionUnknown& error) {
  316.                             ^
  317. cqpid.cpp:4138:30: error: ‘error’ was not declared in this scope
  318.        rb_raise(merror, "%s", error.what());
  319.                               ^
  320. cqpid.cpp:4138:30: note: suggested alternatives:
  321. In file included from /usr/include/qpid/log/Selector.h:22:0,
  322.                  from /usr/include/qpid/messaging/Logger.h:15,
  323.                  from cqpid.cpp:1868:
  324. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  325.  enum Level { trace, debug, info, notice, warning, error, critical };
  326.                                                    ^
  327. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  328.                  from /usr/include/boost/program_options.hpp:15,
  329.                  from /usr/include/qpid/Options.h:33,
  330.                  from /usr/include/qpid/log/Options.h:21,
  331.                  from /usr/include/qpid/messaging/Logger.h:16,
  332.                  from cqpid.cpp:1868:
  333. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  334.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  335.                                       ^
  336. cqpid.cpp: In function ‘VALUE _wrap_Address_str(int, VALUE*, VALUE)’:
  337. cqpid.cpp:4255:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  338.      catch(qpid::messaging::TransactionUnknown& error) {
  339.                             ^
  340. cqpid.cpp:4257:30: error: ‘error’ was not declared in this scope
  341.        rb_raise(merror, "%s", error.what());
  342.                               ^
  343. cqpid.cpp:4257:30: note: suggested alternatives:
  344. In file included from /usr/include/qpid/log/Selector.h:22:0,
  345.                  from /usr/include/qpid/messaging/Logger.h:15,
  346.                  from cqpid.cpp:1868:
  347. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  348.  enum Level { trace, debug, info, notice, warning, error, critical };
  349.                                                    ^
  350. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  351.                  from /usr/include/boost/program_options.hpp:15,
  352.                  from /usr/include/qpid/Options.h:33,
  353.                  from /usr/include/qpid/log/Options.h:21,
  354.                  from /usr/include/qpid/messaging/Logger.h:16,
  355.                  from cqpid.cpp:1868:
  356. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  357.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  358.                                       ^
  359. cqpid.cpp: In function ‘VALUE _wrap_new_Duration(int, VALUE*, VALUE)’:
  360. cqpid.cpp:4391:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  361.      catch(qpid::messaging::TransactionUnknown& error) {
  362.                             ^
  363. cqpid.cpp:4393:30: error: ‘error’ was not declared in this scope
  364.        rb_raise(merror, "%s", error.what());
  365.                               ^
  366. cqpid.cpp:4393:30: note: suggested alternatives:
  367. In file included from /usr/include/qpid/log/Selector.h:22:0,
  368.                  from /usr/include/qpid/messaging/Logger.h:15,
  369.                  from cqpid.cpp:1868:
  370. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  371.  enum Level { trace, debug, info, notice, warning, error, critical };
  372.                                                    ^
  373. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  374.                  from /usr/include/boost/program_options.hpp:15,
  375.                  from /usr/include/qpid/Options.h:33,
  376.                  from /usr/include/qpid/log/Options.h:21,
  377.                  from /usr/include/qpid/messaging/Logger.h:16,
  378.                  from cqpid.cpp:1868:
  379. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  380.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  381.                                       ^
  382. cqpid.cpp: In function ‘VALUE _wrap_Duration_getMilliseconds(int, VALUE*, VALUE)’:
  383. cqpid.cpp:4508:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  384.      catch(qpid::messaging::TransactionUnknown& error) {
  385.                             ^
  386. cqpid.cpp:4510:30: error: ‘error’ was not declared in this scope
  387.        rb_raise(merror, "%s", error.what());
  388.                               ^
  389. cqpid.cpp:4510:30: note: suggested alternatives:
  390. In file included from /usr/include/qpid/log/Selector.h:22:0,
  391.                  from /usr/include/qpid/messaging/Logger.h:15,
  392.                  from cqpid.cpp:1868:
  393. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  394.  enum Level { trace, debug, info, notice, warning, error, critical };
  395.                                                    ^
  396. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  397.                  from /usr/include/boost/program_options.hpp:15,
  398.                  from /usr/include/qpid/Options.h:33,
  399.                  from /usr/include/qpid/log/Options.h:21,
  400.                  from /usr/include/qpid/messaging/Logger.h:16,
  401.                  from cqpid.cpp:1868:
  402. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  403.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  404.                                       ^
  405. cqpid.cpp: In function ‘VALUE _wrap_Duration___mul__(int, VALUE*, VALUE)’:
  406. cqpid.cpp:4671:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  407.      catch(qpid::messaging::TransactionUnknown& error) {
  408.                             ^
  409. cqpid.cpp:4673:30: error: ‘error’ was not declared in this scope
  410.        rb_raise(merror, "%s", error.what());
  411.                               ^
  412. cqpid.cpp:4673:30: note: suggested alternatives:
  413. In file included from /usr/include/qpid/log/Selector.h:22:0,
  414.                  from /usr/include/qpid/messaging/Logger.h:15,
  415.                  from cqpid.cpp:1868:
  416. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  417.  enum Level { trace, debug, info, notice, warning, error, critical };
  418.                                                    ^
  419. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  420.                  from /usr/include/boost/program_options.hpp:15,
  421.                  from /usr/include/qpid/Options.h:33,
  422.                  from /usr/include/qpid/log/Options.h:21,
  423.                  from /usr/include/qpid/messaging/Logger.h:16,
  424.                  from cqpid.cpp:1868:
  425. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  426.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  427.                                       ^
  428. cqpid.cpp: In function ‘VALUE _wrap___mul____SWIG_0(int, VALUE*, VALUE)’:
  429. cqpid.cpp:4804:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  430.      catch(qpid::messaging::TransactionUnknown& error) {
  431.                             ^
  432. cqpid.cpp:4806:30: error: ‘error’ was not declared in this scope
  433.        rb_raise(merror, "%s", error.what());
  434.                               ^
  435. cqpid.cpp:4806:30: note: suggested alternatives:
  436. In file included from /usr/include/qpid/log/Selector.h:22:0,
  437.                  from /usr/include/qpid/messaging/Logger.h:15,
  438.                  from cqpid.cpp:1868:
  439. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  440.  enum Level { trace, debug, info, notice, warning, error, critical };
  441.                                                    ^
  442. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  443.                  from /usr/include/boost/program_options.hpp:15,
  444.                  from /usr/include/qpid/Options.h:33,
  445.                  from /usr/include/qpid/log/Options.h:21,
  446.                  from /usr/include/qpid/messaging/Logger.h:16,
  447.                  from cqpid.cpp:1868:
  448. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  449.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  450.                                       ^
  451. cqpid.cpp: In function ‘VALUE _wrap___mul____SWIG_1(int, VALUE*, VALUE)’:
  452. cqpid.cpp:4932:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  453.      catch(qpid::messaging::TransactionUnknown& error) {
  454.                             ^
  455. cqpid.cpp:4934:30: error: ‘error’ was not declared in this scope
  456.        rb_raise(merror, "%s", error.what());
  457.                               ^
  458. cqpid.cpp:4934:30: note: suggested alternatives:
  459. In file included from /usr/include/qpid/log/Selector.h:22:0,
  460.                  from /usr/include/qpid/messaging/Logger.h:15,
  461.                  from cqpid.cpp:1868:
  462. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  463.  enum Level { trace, debug, info, notice, warning, error, critical };
  464.                                                    ^
  465. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  466.                  from /usr/include/boost/program_options.hpp:15,
  467.                  from /usr/include/qpid/Options.h:33,
  468.                  from /usr/include/qpid/log/Options.h:21,
  469.                  from /usr/include/qpid/messaging/Logger.h:16,
  470.                  from cqpid.cpp:1868:
  471. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  472.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  473.                                       ^
  474. cqpid.cpp: In function ‘VALUE _wrap___eq__(int, VALUE*, VALUE)’:
  475. cqpid.cpp:5121:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  476.      catch(qpid::messaging::TransactionUnknown& error) {
  477.                             ^
  478. cqpid.cpp:5123:30: error: ‘error’ was not declared in this scope
  479.        rb_raise(merror, "%s", error.what());
  480.                               ^
  481. cqpid.cpp:5123:30: note: suggested alternatives:
  482. In file included from /usr/include/qpid/log/Selector.h:22:0,
  483.                  from /usr/include/qpid/messaging/Logger.h:15,
  484.                  from cqpid.cpp:1868:
  485. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  486.  enum Level { trace, debug, info, notice, warning, error, critical };
  487.                                                    ^
  488. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  489.                  from /usr/include/boost/program_options.hpp:15,
  490.                  from /usr/include/qpid/Options.h:33,
  491.                  from /usr/include/qpid/log/Options.h:21,
  492.                  from /usr/include/qpid/messaging/Logger.h:16,
  493.                  from cqpid.cpp:1868:
  494. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  495.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  496.                                       ^
  497. cqpid.cpp: In function ‘VALUE _wrap_new_Message__SWIG_0(int, VALUE*, VALUE)’:
  498. cqpid.cpp:5237:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  499.      catch(qpid::messaging::TransactionUnknown& error) {
  500.                             ^
  501. cqpid.cpp:5239:30: error: ‘error’ was not declared in this scope
  502.        rb_raise(merror, "%s", error.what());
  503.                               ^
  504. cqpid.cpp:5239:30: note: suggested alternatives:
  505. In file included from /usr/include/qpid/log/Selector.h:22:0,
  506.                  from /usr/include/qpid/messaging/Logger.h:15,
  507.                  from cqpid.cpp:1868:
  508. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  509.  enum Level { trace, debug, info, notice, warning, error, critical };
  510.                                                    ^
  511. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  512.                  from /usr/include/boost/program_options.hpp:15,
  513.                  from /usr/include/qpid/Options.h:33,
  514.                  from /usr/include/qpid/log/Options.h:21,
  515.                  from /usr/include/qpid/messaging/Logger.h:16,
  516.                  from cqpid.cpp:1868:
  517. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  518.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  519.                                       ^
  520. cqpid.cpp: In function ‘VALUE _wrap_new_Message__SWIG_1(int, VALUE*, VALUE)’:
  521. cqpid.cpp:5365:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  522.      catch(qpid::messaging::TransactionUnknown& error) {
  523.                             ^
  524. cqpid.cpp:5367:30: error: ‘error’ was not declared in this scope
  525.        rb_raise(merror, "%s", error.what());
  526.                               ^
  527. cqpid.cpp:5367:30: note: suggested alternatives:
  528. In file included from /usr/include/qpid/log/Selector.h:22:0,
  529.                  from /usr/include/qpid/messaging/Logger.h:15,
  530.                  from cqpid.cpp:1868:
  531. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  532.  enum Level { trace, debug, info, notice, warning, error, critical };
  533.                                                    ^
  534. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  535.                  from /usr/include/boost/program_options.hpp:15,
  536.                  from /usr/include/qpid/Options.h:33,
  537.                  from /usr/include/qpid/log/Options.h:21,
  538.                  from /usr/include/qpid/messaging/Logger.h:16,
  539.                  from cqpid.cpp:1868:
  540. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  541.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  542.                                       ^
  543. cqpid.cpp: In function ‘VALUE _wrap_new_Message__SWIG_2(int, VALUE*, VALUE)’:
  544. cqpid.cpp:5476:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  545.      catch(qpid::messaging::TransactionUnknown& error) {
  546.                             ^
  547. cqpid.cpp:5478:30: error: ‘error’ was not declared in this scope
  548.        rb_raise(merror, "%s", error.what());
  549.                               ^
  550. cqpid.cpp:5478:30: note: suggested alternatives:
  551. In file included from /usr/include/qpid/log/Selector.h:22:0,
  552.                  from /usr/include/qpid/messaging/Logger.h:15,
  553.                  from cqpid.cpp:1868:
  554. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  555.  enum Level { trace, debug, info, notice, warning, error, critical };
  556.                                                    ^
  557. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  558.                  from /usr/include/boost/program_options.hpp:15,
  559.                  from /usr/include/qpid/Options.h:33,
  560.                  from /usr/include/qpid/log/Options.h:21,
  561.                  from /usr/include/qpid/messaging/Logger.h:16,
  562.                  from cqpid.cpp:1868:
  563. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  564.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  565.                                       ^
  566. cqpid.cpp: In function ‘VALUE _wrap_new_Message__SWIG_3(int, VALUE*, VALUE)’:
  567. cqpid.cpp:5602:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  568.      catch(qpid::messaging::TransactionUnknown& error) {
  569.                             ^
  570. cqpid.cpp:5604:30: error: ‘error’ was not declared in this scope
  571.        rb_raise(merror, "%s", error.what());
  572.                               ^
  573. cqpid.cpp:5604:30: note: suggested alternatives:
  574. In file included from /usr/include/qpid/log/Selector.h:22:0,
  575.                  from /usr/include/qpid/messaging/Logger.h:15,
  576.                  from cqpid.cpp:1868:
  577. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  578.  enum Level { trace, debug, info, notice, warning, error, critical };
  579.                                                    ^
  580. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  581.                  from /usr/include/boost/program_options.hpp:15,
  582.                  from /usr/include/qpid/Options.h:33,
  583.                  from /usr/include/qpid/log/Options.h:21,
  584.                  from /usr/include/qpid/messaging/Logger.h:16,
  585.                  from cqpid.cpp:1868:
  586. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  587.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  588.                                       ^
  589. cqpid.cpp: In function ‘VALUE _wrap_new_Message__SWIG_4(int, VALUE*, VALUE)’:
  590. cqpid.cpp:5741:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  591.      catch(qpid::messaging::TransactionUnknown& error) {
  592.                             ^
  593. cqpid.cpp:5743:30: error: ‘error’ was not declared in this scope
  594.        rb_raise(merror, "%s", error.what());
  595.                               ^
  596. cqpid.cpp:5743:30: note: suggested alternatives:
  597. In file included from /usr/include/qpid/log/Selector.h:22:0,
  598.                  from /usr/include/qpid/messaging/Logger.h:15,
  599.                  from cqpid.cpp:1868:
  600. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  601.  enum Level { trace, debug, info, notice, warning, error, critical };
  602.                                                    ^
  603. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  604.                  from /usr/include/boost/program_options.hpp:15,
  605.                  from /usr/include/qpid/Options.h:33,
  606.                  from /usr/include/qpid/log/Options.h:21,
  607.                  from /usr/include/qpid/messaging/Logger.h:16,
  608.                  from cqpid.cpp:1868:
  609. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  610.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  611.                                       ^
  612. cqpid.cpp: In function ‘VALUE _wrap_Message_setReplyTo(int, VALUE*, VALUE)’:
  613. cqpid.cpp:5943:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  614.      catch(qpid::messaging::TransactionUnknown& error) {
  615.                             ^
  616. cqpid.cpp:5945:30: error: ‘error’ was not declared in this scope
  617.        rb_raise(merror, "%s", error.what());
  618.                               ^
  619. cqpid.cpp:5945:30: note: suggested alternatives:
  620. In file included from /usr/include/qpid/log/Selector.h:22:0,
  621.                  from /usr/include/qpid/messaging/Logger.h:15,
  622.                  from cqpid.cpp:1868:
  623. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  624.  enum Level { trace, debug, info, notice, warning, error, critical };
  625.                                                    ^
  626. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  627.                  from /usr/include/boost/program_options.hpp:15,
  628.                  from /usr/include/qpid/Options.h:33,
  629.                  from /usr/include/qpid/log/Options.h:21,
  630.                  from /usr/include/qpid/messaging/Logger.h:16,
  631.                  from cqpid.cpp:1868:
  632. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  633.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  634.                                       ^
  635. cqpid.cpp: In function ‘VALUE _wrap_Message_getReplyTo(int, VALUE*, VALUE)’:
  636. cqpid.cpp:6060:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  637.      catch(qpid::messaging::TransactionUnknown& error) {
  638.                             ^
  639. cqpid.cpp:6062:30: error: ‘error’ was not declared in this scope
  640.        rb_raise(merror, "%s", error.what());
  641.                               ^
  642. cqpid.cpp:6062:30: note: suggested alternatives:
  643. In file included from /usr/include/qpid/log/Selector.h:22:0,
  644.                  from /usr/include/qpid/messaging/Logger.h:15,
  645.                  from cqpid.cpp:1868:
  646. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  647.  enum Level { trace, debug, info, notice, warning, error, critical };
  648.                                                    ^
  649. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  650.                  from /usr/include/boost/program_options.hpp:15,
  651.                  from /usr/include/qpid/Options.h:33,
  652.                  from /usr/include/qpid/log/Options.h:21,
  653.                  from /usr/include/qpid/messaging/Logger.h:16,
  654.                  from cqpid.cpp:1868:
  655. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  656.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  657.                                       ^
  658. cqpid.cpp: In function ‘VALUE _wrap_Message_setSubject(int, VALUE*, VALUE)’:
  659. cqpid.cpp:6189:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  660.      catch(qpid::messaging::TransactionUnknown& error) {
  661.                             ^
  662. cqpid.cpp:6191:30: error: ‘error’ was not declared in this scope
  663.        rb_raise(merror, "%s", error.what());
  664.                               ^
  665. cqpid.cpp:6191:30: note: suggested alternatives:
  666. In file included from /usr/include/qpid/log/Selector.h:22:0,
  667.                  from /usr/include/qpid/messaging/Logger.h:15,
  668.                  from cqpid.cpp:1868:
  669. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  670.  enum Level { trace, debug, info, notice, warning, error, critical };
  671.                                                    ^
  672. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  673.                  from /usr/include/boost/program_options.hpp:15,
  674.                  from /usr/include/qpid/Options.h:33,
  675.                  from /usr/include/qpid/log/Options.h:21,
  676.                  from /usr/include/qpid/messaging/Logger.h:16,
  677.                  from cqpid.cpp:1868:
  678. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  679.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  680.                                       ^
  681. cqpid.cpp: In function ‘VALUE _wrap_Message_getSubject(int, VALUE*, VALUE)’:
  682. cqpid.cpp:6308:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  683.      catch(qpid::messaging::TransactionUnknown& error) {
  684.                             ^
  685. cqpid.cpp:6310:30: error: ‘error’ was not declared in this scope
  686.        rb_raise(merror, "%s", error.what());
  687.                               ^
  688. cqpid.cpp:6310:30: note: suggested alternatives:
  689. In file included from /usr/include/qpid/log/Selector.h:22:0,
  690.                  from /usr/include/qpid/messaging/Logger.h:15,
  691.                  from cqpid.cpp:1868:
  692. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  693.  enum Level { trace, debug, info, notice, warning, error, critical };
  694.                                                    ^
  695. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  696.                  from /usr/include/boost/program_options.hpp:15,
  697.                  from /usr/include/qpid/Options.h:33,
  698.                  from /usr/include/qpid/log/Options.h:21,
  699.                  from /usr/include/qpid/messaging/Logger.h:16,
  700.                  from cqpid.cpp:1868:
  701. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  702.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  703.                                       ^
  704. cqpid.cpp: In function ‘VALUE _wrap_Message_setContentType(int, VALUE*, VALUE)’:
  705. cqpid.cpp:6437:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  706.      catch(qpid::messaging::TransactionUnknown& error) {
  707.                             ^
  708. cqpid.cpp:6439:30: error: ‘error’ was not declared in this scope
  709.        rb_raise(merror, "%s", error.what());
  710.                               ^
  711. cqpid.cpp:6439:30: note: suggested alternatives:
  712. In file included from /usr/include/qpid/log/Selector.h:22:0,
  713.                  from /usr/include/qpid/messaging/Logger.h:15,
  714.                  from cqpid.cpp:1868:
  715. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  716.  enum Level { trace, debug, info, notice, warning, error, critical };
  717.                                                    ^
  718. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  719.                  from /usr/include/boost/program_options.hpp:15,
  720.                  from /usr/include/qpid/Options.h:33,
  721.                  from /usr/include/qpid/log/Options.h:21,
  722.                  from /usr/include/qpid/messaging/Logger.h:16,
  723.                  from cqpid.cpp:1868:
  724. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  725.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  726.                                       ^
  727. cqpid.cpp: In function ‘VALUE _wrap_Message_getContentType(int, VALUE*, VALUE)’:
  728. cqpid.cpp:6556:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  729.      catch(qpid::messaging::TransactionUnknown& error) {
  730.                             ^
  731. cqpid.cpp:6558:30: error: ‘error’ was not declared in this scope
  732.        rb_raise(merror, "%s", error.what());
  733.                               ^
  734. cqpid.cpp:6558:30: note: suggested alternatives:
  735. In file included from /usr/include/qpid/log/Selector.h:22:0,
  736.                  from /usr/include/qpid/messaging/Logger.h:15,
  737.                  from cqpid.cpp:1868:
  738. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  739.  enum Level { trace, debug, info, notice, warning, error, critical };
  740.                                                    ^
  741. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  742.                  from /usr/include/boost/program_options.hpp:15,
  743.                  from /usr/include/qpid/Options.h:33,
  744.                  from /usr/include/qpid/log/Options.h:21,
  745.                  from /usr/include/qpid/messaging/Logger.h:16,
  746.                  from cqpid.cpp:1868:
  747. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  748.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  749.                                       ^
  750. cqpid.cpp: In function ‘VALUE _wrap_Message_setMessageId(int, VALUE*, VALUE)’:
  751. cqpid.cpp:6685:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  752.      catch(qpid::messaging::TransactionUnknown& error) {
  753.                             ^
  754. cqpid.cpp:6687:30: error: ‘error’ was not declared in this scope
  755.        rb_raise(merror, "%s", error.what());
  756.                               ^
  757. cqpid.cpp:6687:30: note: suggested alternatives:
  758. In file included from /usr/include/qpid/log/Selector.h:22:0,
  759.                  from /usr/include/qpid/messaging/Logger.h:15,
  760.                  from cqpid.cpp:1868:
  761. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  762.  enum Level { trace, debug, info, notice, warning, error, critical };
  763.                                                    ^
  764. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  765.                  from /usr/include/boost/program_options.hpp:15,
  766.                  from /usr/include/qpid/Options.h:33,
  767.                  from /usr/include/qpid/log/Options.h:21,
  768.                  from /usr/include/qpid/messaging/Logger.h:16,
  769.                  from cqpid.cpp:1868:
  770. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  771.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  772.                                       ^
  773. cqpid.cpp: In function ‘VALUE _wrap_Message_getMessageId(int, VALUE*, VALUE)’:
  774. cqpid.cpp:6804:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  775.      catch(qpid::messaging::TransactionUnknown& error) {
  776.                             ^
  777. cqpid.cpp:6806:30: error: ‘error’ was not declared in this scope
  778.        rb_raise(merror, "%s", error.what());
  779.                               ^
  780. cqpid.cpp:6806:30: note: suggested alternatives:
  781. In file included from /usr/include/qpid/log/Selector.h:22:0,
  782.                  from /usr/include/qpid/messaging/Logger.h:15,
  783.                  from cqpid.cpp:1868:
  784. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  785.  enum Level { trace, debug, info, notice, warning, error, critical };
  786.                                                    ^
  787. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  788.                  from /usr/include/boost/program_options.hpp:15,
  789.                  from /usr/include/qpid/Options.h:33,
  790.                  from /usr/include/qpid/log/Options.h:21,
  791.                  from /usr/include/qpid/messaging/Logger.h:16,
  792.                  from cqpid.cpp:1868:
  793. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  794.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  795.                                       ^
  796. cqpid.cpp: In function ‘VALUE _wrap_Message_setUserId(int, VALUE*, VALUE)’:
  797. cqpid.cpp:6933:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  798.      catch(qpid::messaging::TransactionUnknown& error) {
  799.                             ^
  800. cqpid.cpp:6935:30: error: ‘error’ was not declared in this scope
  801.        rb_raise(merror, "%s", error.what());
  802.                               ^
  803. cqpid.cpp:6935:30: note: suggested alternatives:
  804. In file included from /usr/include/qpid/log/Selector.h:22:0,
  805.                  from /usr/include/qpid/messaging/Logger.h:15,
  806.                  from cqpid.cpp:1868:
  807. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  808.  enum Level { trace, debug, info, notice, warning, error, critical };
  809.                                                    ^
  810. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  811.                  from /usr/include/boost/program_options.hpp:15,
  812.                  from /usr/include/qpid/Options.h:33,
  813.                  from /usr/include/qpid/log/Options.h:21,
  814.                  from /usr/include/qpid/messaging/Logger.h:16,
  815.                  from cqpid.cpp:1868:
  816. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  817.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  818.                                       ^
  819. cqpid.cpp: In function ‘VALUE _wrap_Message_getUserId(int, VALUE*, VALUE)’:
  820. cqpid.cpp:7052:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  821.      catch(qpid::messaging::TransactionUnknown& error) {
  822.                             ^
  823. cqpid.cpp:7054:30: error: ‘error’ was not declared in this scope
  824.        rb_raise(merror, "%s", error.what());
  825.                               ^
  826. cqpid.cpp:7054:30: note: suggested alternatives:
  827. In file included from /usr/include/qpid/log/Selector.h:22:0,
  828.                  from /usr/include/qpid/messaging/Logger.h:15,
  829.                  from cqpid.cpp:1868:
  830. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  831.  enum Level { trace, debug, info, notice, warning, error, critical };
  832.                                                    ^
  833. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  834.                  from /usr/include/boost/program_options.hpp:15,
  835.                  from /usr/include/qpid/Options.h:33,
  836.                  from /usr/include/qpid/log/Options.h:21,
  837.                  from /usr/include/qpid/messaging/Logger.h:16,
  838.                  from cqpid.cpp:1868:
  839. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  840.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  841.                                       ^
  842. cqpid.cpp: In function ‘VALUE _wrap_Message_setCorrelationId(int, VALUE*, VALUE)’:
  843. cqpid.cpp:7181:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  844.      catch(qpid::messaging::TransactionUnknown& error) {
  845.                             ^
  846. cqpid.cpp:7183:30: error: ‘error’ was not declared in this scope
  847.        rb_raise(merror, "%s", error.what());
  848.                               ^
  849. cqpid.cpp:7183:30: note: suggested alternatives:
  850. In file included from /usr/include/qpid/log/Selector.h:22:0,
  851.                  from /usr/include/qpid/messaging/Logger.h:15,
  852.                  from cqpid.cpp:1868:
  853. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  854.  enum Level { trace, debug, info, notice, warning, error, critical };
  855.                                                    ^
  856. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  857.                  from /usr/include/boost/program_options.hpp:15,
  858.                  from /usr/include/qpid/Options.h:33,
  859.                  from /usr/include/qpid/log/Options.h:21,
  860.                  from /usr/include/qpid/messaging/Logger.h:16,
  861.                  from cqpid.cpp:1868:
  862. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  863.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  864.                                       ^
  865. cqpid.cpp: In function ‘VALUE _wrap_Message_getCorrelationId(int, VALUE*, VALUE)’:
  866. cqpid.cpp:7300:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  867.      catch(qpid::messaging::TransactionUnknown& error) {
  868.                             ^
  869. cqpid.cpp:7302:30: error: ‘error’ was not declared in this scope
  870.        rb_raise(merror, "%s", error.what());
  871.                               ^
  872. cqpid.cpp:7302:30: note: suggested alternatives:
  873. In file included from /usr/include/qpid/log/Selector.h:22:0,
  874.                  from /usr/include/qpid/messaging/Logger.h:15,
  875.                  from cqpid.cpp:1868:
  876. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  877.  enum Level { trace, debug, info, notice, warning, error, critical };
  878.                                                    ^
  879. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  880.                  from /usr/include/boost/program_options.hpp:15,
  881.                  from /usr/include/qpid/Options.h:33,
  882.                  from /usr/include/qpid/log/Options.h:21,
  883.                  from /usr/include/qpid/messaging/Logger.h:16,
  884.                  from cqpid.cpp:1868:
  885. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  886.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  887.                                       ^
  888. cqpid.cpp: In function ‘VALUE _wrap_Message_setPriority(int, VALUE*, VALUE)’:
  889. cqpid.cpp:7420:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  890.      catch(qpid::messaging::TransactionUnknown& error) {
  891.                             ^
  892. cqpid.cpp:7422:30: error: ‘error’ was not declared in this scope
  893.        rb_raise(merror, "%s", error.what());
  894.                               ^
  895. cqpid.cpp:7422:30: note: suggested alternatives:
  896. In file included from /usr/include/qpid/log/Selector.h:22:0,
  897.                  from /usr/include/qpid/messaging/Logger.h:15,
  898.                  from cqpid.cpp:1868:
  899. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  900.  enum Level { trace, debug, info, notice, warning, error, critical };
  901.                                                    ^
  902. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  903.                  from /usr/include/boost/program_options.hpp:15,
  904.                  from /usr/include/qpid/Options.h:33,
  905.                  from /usr/include/qpid/log/Options.h:21,
  906.                  from /usr/include/qpid/messaging/Logger.h:16,
  907.                  from cqpid.cpp:1868:
  908. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  909.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  910.                                       ^
  911. cqpid.cpp: In function ‘VALUE _wrap_Message_getPriority(int, VALUE*, VALUE)’:
  912. cqpid.cpp:7537:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  913.      catch(qpid::messaging::TransactionUnknown& error) {
  914.                             ^
  915. cqpid.cpp:7539:30: error: ‘error’ was not declared in this scope
  916.        rb_raise(merror, "%s", error.what());
  917.                               ^
  918. cqpid.cpp:7539:30: note: suggested alternatives:
  919. In file included from /usr/include/qpid/log/Selector.h:22:0,
  920.                  from /usr/include/qpid/messaging/Logger.h:15,
  921.                  from cqpid.cpp:1868:
  922. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  923.  enum Level { trace, debug, info, notice, warning, error, critical };
  924.                                                    ^
  925. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  926.                  from /usr/include/boost/program_options.hpp:15,
  927.                  from /usr/include/qpid/Options.h:33,
  928.                  from /usr/include/qpid/log/Options.h:21,
  929.                  from /usr/include/qpid/messaging/Logger.h:16,
  930.                  from cqpid.cpp:1868:
  931. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  932.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  933.                                       ^
  934. cqpid.cpp: In function ‘VALUE _wrap_Message_setTtl(int, VALUE*, VALUE)’:
  935. cqpid.cpp:7669:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  936.      catch(qpid::messaging::TransactionUnknown& error) {
  937.                             ^
  938. cqpid.cpp:7671:30: error: ‘error’ was not declared in this scope
  939.        rb_raise(merror, "%s", error.what());
  940.                               ^
  941. cqpid.cpp:7671:30: note: suggested alternatives:
  942. In file included from /usr/include/qpid/log/Selector.h:22:0,
  943.                  from /usr/include/qpid/messaging/Logger.h:15,
  944.                  from cqpid.cpp:1868:
  945. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  946.  enum Level { trace, debug, info, notice, warning, error, critical };
  947.                                                    ^
  948. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  949.                  from /usr/include/boost/program_options.hpp:15,
  950.                  from /usr/include/qpid/Options.h:33,
  951.                  from /usr/include/qpid/log/Options.h:21,
  952.                  from /usr/include/qpid/messaging/Logger.h:16,
  953.                  from cqpid.cpp:1868:
  954. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  955.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  956.                                       ^
  957. cqpid.cpp: In function ‘VALUE _wrap_Message_getTtl(int, VALUE*, VALUE)’:
  958. cqpid.cpp:7786:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  959.      catch(qpid::messaging::TransactionUnknown& error) {
  960.                             ^
  961. cqpid.cpp:7788:30: error: ‘error’ was not declared in this scope
  962.        rb_raise(merror, "%s", error.what());
  963.                               ^
  964. cqpid.cpp:7788:30: note: suggested alternatives:
  965. In file included from /usr/include/qpid/log/Selector.h:22:0,
  966.                  from /usr/include/qpid/messaging/Logger.h:15,
  967.                  from cqpid.cpp:1868:
  968. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  969.  enum Level { trace, debug, info, notice, warning, error, critical };
  970.                                                    ^
  971. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  972.                  from /usr/include/boost/program_options.hpp:15,
  973.                  from /usr/include/qpid/Options.h:33,
  974.                  from /usr/include/qpid/log/Options.h:21,
  975.                  from /usr/include/qpid/messaging/Logger.h:16,
  976.                  from cqpid.cpp:1868:
  977. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  978.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  979.                                       ^
  980. cqpid.cpp: In function ‘VALUE _wrap_Message_setDurable(int, VALUE*, VALUE)’:
  981. cqpid.cpp:7910:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  982.      catch(qpid::messaging::TransactionUnknown& error) {
  983.                             ^
  984. cqpid.cpp:7912:30: error: ‘error’ was not declared in this scope
  985.        rb_raise(merror, "%s", error.what());
  986.                               ^
  987. cqpid.cpp:7912:30: note: suggested alternatives:
  988. In file included from /usr/include/qpid/log/Selector.h:22:0,
  989.                  from /usr/include/qpid/messaging/Logger.h:15,
  990.                  from cqpid.cpp:1868:
  991. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  992.  enum Level { trace, debug, info, notice, warning, error, critical };
  993.                                                    ^
  994. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  995.                  from /usr/include/boost/program_options.hpp:15,
  996.                  from /usr/include/qpid/Options.h:33,
  997.                  from /usr/include/qpid/log/Options.h:21,
  998.                  from /usr/include/qpid/messaging/Logger.h:16,
  999.                  from cqpid.cpp:1868:
  1000. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1001.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1002.                                       ^
  1003. cqpid.cpp: In function ‘VALUE _wrap_Message_getDurable(int, VALUE*, VALUE)’:
  1004. cqpid.cpp:8027:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1005.      catch(qpid::messaging::TransactionUnknown& error) {
  1006.                             ^
  1007. cqpid.cpp:8029:30: error: ‘error’ was not declared in this scope
  1008.        rb_raise(merror, "%s", error.what());
  1009.                               ^
  1010. cqpid.cpp:8029:30: note: suggested alternatives:
  1011. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1012.                  from /usr/include/qpid/messaging/Logger.h:15,
  1013.                  from cqpid.cpp:1868:
  1014. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1015.  enum Level { trace, debug, info, notice, warning, error, critical };
  1016.                                                    ^
  1017. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1018.                  from /usr/include/boost/program_options.hpp:15,
  1019.                  from /usr/include/qpid/Options.h:33,
  1020.                  from /usr/include/qpid/log/Options.h:21,
  1021.                  from /usr/include/qpid/messaging/Logger.h:16,
  1022.                  from cqpid.cpp:1868:
  1023. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1024.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1025.                                       ^
  1026. cqpid.cpp: In function ‘VALUE _wrap_Message_getRedelivered(int, VALUE*, VALUE)’:
  1027. cqpid.cpp:8145:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1028.      catch(qpid::messaging::TransactionUnknown& error) {
  1029.                             ^
  1030. cqpid.cpp:8147:30: error: ‘error’ was not declared in this scope
  1031.        rb_raise(merror, "%s", error.what());
  1032.                               ^
  1033. cqpid.cpp:8147:30: note: suggested alternatives:
  1034. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1035.                  from /usr/include/qpid/messaging/Logger.h:15,
  1036.                  from cqpid.cpp:1868:
  1037. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1038.  enum Level { trace, debug, info, notice, warning, error, critical };
  1039.                                                    ^
  1040. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1041.                  from /usr/include/boost/program_options.hpp:15,
  1042.                  from /usr/include/qpid/Options.h:33,
  1043.                  from /usr/include/qpid/log/Options.h:21,
  1044.                  from /usr/include/qpid/messaging/Logger.h:16,
  1045.                  from cqpid.cpp:1868:
  1046. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1047.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1048.                                       ^
  1049. cqpid.cpp: In function ‘VALUE _wrap_Message_setRedelivered(int, VALUE*, VALUE)’:
  1050. cqpid.cpp:8269:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1051.      catch(qpid::messaging::TransactionUnknown& error) {
  1052.                             ^
  1053. cqpid.cpp:8271:30: error: ‘error’ was not declared in this scope
  1054.        rb_raise(merror, "%s", error.what());
  1055.                               ^
  1056. cqpid.cpp:8271:30: note: suggested alternatives:
  1057. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1058.                  from /usr/include/qpid/messaging/Logger.h:15,
  1059.                  from cqpid.cpp:1868:
  1060. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1061.  enum Level { trace, debug, info, notice, warning, error, critical };
  1062.                                                    ^
  1063. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1064.                  from /usr/include/boost/program_options.hpp:15,
  1065.                  from /usr/include/qpid/Options.h:33,
  1066.                  from /usr/include/qpid/log/Options.h:21,
  1067.                  from /usr/include/qpid/messaging/Logger.h:16,
  1068.                  from cqpid.cpp:1868:
  1069. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1070.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1071.                                       ^
  1072. cqpid.cpp: In function ‘VALUE _wrap_Message_getProperties__SWIG_0(int, VALUE*, VALUE)’:
  1073. cqpid.cpp:8386:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1074.      catch(qpid::messaging::TransactionUnknown& error) {
  1075.                             ^
  1076. cqpid.cpp:8388:30: error: ‘error’ was not declared in this scope
  1077.        rb_raise(merror, "%s", error.what());
  1078.                               ^
  1079. cqpid.cpp:8388:30: note: suggested alternatives:
  1080. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1081.                  from /usr/include/qpid/messaging/Logger.h:15,
  1082.                  from cqpid.cpp:1868:
  1083. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1084.  enum Level { trace, debug, info, notice, warning, error, critical };
  1085.                                                    ^
  1086. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1087.                  from /usr/include/boost/program_options.hpp:15,
  1088.                  from /usr/include/qpid/Options.h:33,
  1089.                  from /usr/include/qpid/log/Options.h:21,
  1090.                  from /usr/include/qpid/messaging/Logger.h:16,
  1091.                  from cqpid.cpp:1868:
  1092. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1093.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1094.                                       ^
  1095. cqpid.cpp: In function ‘VALUE _wrap_Message_getProperties__SWIG_1(int, VALUE*, VALUE)’:
  1096. cqpid.cpp:8506:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1097.      catch(qpid::messaging::TransactionUnknown& error) {
  1098.                             ^
  1099. cqpid.cpp:8508:30: error: ‘error’ was not declared in this scope
  1100.        rb_raise(merror, "%s", error.what());
  1101.                               ^
  1102. cqpid.cpp:8508:30: note: suggested alternatives:
  1103. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1104.                  from /usr/include/qpid/messaging/Logger.h:15,
  1105.                  from cqpid.cpp:1868:
  1106. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1107.  enum Level { trace, debug, info, notice, warning, error, critical };
  1108.                                                    ^
  1109. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1110.                  from /usr/include/boost/program_options.hpp:15,
  1111.                  from /usr/include/qpid/Options.h:33,
  1112.                  from /usr/include/qpid/log/Options.h:21,
  1113.                  from /usr/include/qpid/messaging/Logger.h:16,
  1114.                  from cqpid.cpp:1868:
  1115. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1116.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1117.                                       ^
  1118. cqpid.cpp: In function ‘VALUE _wrap_Message_setProperties(int, VALUE*, VALUE)’:
  1119. cqpid.cpp:8654:15: error: ‘class qpid::messaging::Message’ has no member named ‘setProperties’
  1120.        (arg1)->setProperties((qpid::types::Variant::Map const &)*arg2);
  1121.                ^
  1122. cqpid.cpp:8668:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1123.      catch(qpid::messaging::TransactionUnknown& error) {
  1124.                             ^
  1125. cqpid.cpp:8670:30: error: ‘error’ was not declared in this scope
  1126.        rb_raise(merror, "%s", error.what());
  1127.                               ^
  1128. cqpid.cpp:8670:30: note: suggested alternatives:
  1129. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1130.                  from /usr/include/qpid/messaging/Logger.h:15,
  1131.                  from cqpid.cpp:1868:
  1132. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1133.  enum Level { trace, debug, info, notice, warning, error, critical };
  1134.                                                    ^
  1135. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1136.                  from /usr/include/boost/program_options.hpp:15,
  1137.                  from /usr/include/qpid/Options.h:33,
  1138.                  from /usr/include/qpid/log/Options.h:21,
  1139.                  from /usr/include/qpid/messaging/Logger.h:16,
  1140.                  from cqpid.cpp:1868:
  1141. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1142.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1143.                                       ^
  1144. cqpid.cpp: In function ‘VALUE _wrap_Message_setContent__SWIG_0(int, VALUE*, VALUE)’:
  1145. cqpid.cpp:8802:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1146.      catch(qpid::messaging::TransactionUnknown& error) {
  1147.                             ^
  1148. cqpid.cpp:8804:30: error: ‘error’ was not declared in this scope
  1149.        rb_raise(merror, "%s", error.what());
  1150.                               ^
  1151. cqpid.cpp:8804:30: note: suggested alternatives:
  1152. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1153.                  from /usr/include/qpid/messaging/Logger.h:15,
  1154.                  from cqpid.cpp:1868:
  1155. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1156.  enum Level { trace, debug, info, notice, warning, error, critical };
  1157.                                                    ^
  1158. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1159.                  from /usr/include/boost/program_options.hpp:15,
  1160.                  from /usr/include/qpid/Options.h:33,
  1161.                  from /usr/include/qpid/log/Options.h:21,
  1162.                  from /usr/include/qpid/messaging/Logger.h:16,
  1163.                  from cqpid.cpp:1868:
  1164. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1165.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1166.                                       ^
  1167. cqpid.cpp: In function ‘VALUE _wrap_Message_setContent__SWIG_1(int, VALUE*, VALUE)’:
  1168. cqpid.cpp:8936:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1169.      catch(qpid::messaging::TransactionUnknown& error) {
  1170.                             ^
  1171. cqpid.cpp:8938:30: error: ‘error’ was not declared in this scope
  1172.        rb_raise(merror, "%s", error.what());
  1173.                               ^
  1174. cqpid.cpp:8938:30: note: suggested alternatives:
  1175. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1176.                  from /usr/include/qpid/messaging/Logger.h:15,
  1177.                  from cqpid.cpp:1868:
  1178. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1179.  enum Level { trace, debug, info, notice, warning, error, critical };
  1180.                                                    ^
  1181. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1182.                  from /usr/include/boost/program_options.hpp:15,
  1183.                  from /usr/include/qpid/Options.h:33,
  1184.                  from /usr/include/qpid/log/Options.h:21,
  1185.                  from /usr/include/qpid/messaging/Logger.h:16,
  1186.                  from cqpid.cpp:1868:
  1187. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1188.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1189.                                       ^
  1190. cqpid.cpp: In function ‘VALUE _wrap_Message_getContent(int, VALUE*, VALUE)’:
  1191. cqpid.cpp:9108:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1192.      catch(qpid::messaging::TransactionUnknown& error) {
  1193.                             ^
  1194. cqpid.cpp:9110:30: error: ‘error’ was not declared in this scope
  1195.        rb_raise(merror, "%s", error.what());
  1196.                               ^
  1197. cqpid.cpp:9110:30: note: suggested alternatives:
  1198. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1199.                  from /usr/include/qpid/messaging/Logger.h:15,
  1200.                  from cqpid.cpp:1868:
  1201. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1202.  enum Level { trace, debug, info, notice, warning, error, critical };
  1203.                                                    ^
  1204. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1205.                  from /usr/include/boost/program_options.hpp:15,
  1206.                  from /usr/include/qpid/Options.h:33,
  1207.                  from /usr/include/qpid/log/Options.h:21,
  1208.                  from /usr/include/qpid/messaging/Logger.h:16,
  1209.                  from cqpid.cpp:1868:
  1210. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1211.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1212.                                       ^
  1213. cqpid.cpp: In function ‘VALUE _wrap_Message_getContentBytes(int, VALUE*, VALUE)’:
  1214. cqpid.cpp:9212:58: error: ‘const class qpid::messaging::Message’ has no member named ‘getContentBytes’
  1215.        result = ((qpid::messaging::Message const *)arg1)->getContentBytes();
  1216.                                                           ^
  1217. cqpid.cpp:9226:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1218.      catch(qpid::messaging::TransactionUnknown& error) {
  1219.                             ^
  1220. cqpid.cpp:9228:30: error: ‘error’ was not declared in this scope
  1221.        rb_raise(merror, "%s", error.what());
  1222.                               ^
  1223. cqpid.cpp:9228:30: note: suggested alternatives:
  1224. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1225.                  from /usr/include/qpid/messaging/Logger.h:15,
  1226.                  from cqpid.cpp:1868:
  1227. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1228.  enum Level { trace, debug, info, notice, warning, error, critical };
  1229.                                                    ^
  1230. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1231.                  from /usr/include/boost/program_options.hpp:15,
  1232.                  from /usr/include/qpid/Options.h:33,
  1233.                  from /usr/include/qpid/log/Options.h:21,
  1234.                  from /usr/include/qpid/messaging/Logger.h:16,
  1235.                  from cqpid.cpp:1868:
  1236. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1237.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1238.                                       ^
  1239. cqpid.cpp: In function ‘VALUE _wrap_Message_setContentBytes(int, VALUE*, VALUE)’:
  1240. cqpid.cpp:9341:15: error: ‘class qpid::messaging::Message’ has no member named ‘setContentBytes’
  1241.        (arg1)->setContentBytes((std::string const &)*arg2);
  1242.                ^
  1243. cqpid.cpp:9355:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1244.      catch(qpid::messaging::TransactionUnknown& error) {
  1245.                             ^
  1246. cqpid.cpp:9357:30: error: ‘error’ was not declared in this scope
  1247.        rb_raise(merror, "%s", error.what());
  1248.                               ^
  1249. cqpid.cpp:9357:30: note: suggested alternatives:
  1250. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1251.                  from /usr/include/qpid/messaging/Logger.h:15,
  1252.                  from cqpid.cpp:1868:
  1253. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1254.  enum Level { trace, debug, info, notice, warning, error, critical };
  1255.                                                    ^
  1256. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1257.                  from /usr/include/boost/program_options.hpp:15,
  1258.                  from /usr/include/qpid/Options.h:33,
  1259.                  from /usr/include/qpid/log/Options.h:21,
  1260.                  from /usr/include/qpid/messaging/Logger.h:16,
  1261.                  from cqpid.cpp:1868:
  1262. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1263.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1264.                                       ^
  1265. cqpid.cpp: In function ‘VALUE _wrap_Message_getContentObject__SWIG_0(int, VALUE*, VALUE)’:
  1266. cqpid.cpp:9460:50: error: ‘class qpid::messaging::Message’ has no member named ‘getContentObject’
  1267.        result = (qpid::types::Variant *) &(arg1)->getContentObject();
  1268.                                                   ^
  1269. cqpid.cpp:9474:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1270.      catch(qpid::messaging::TransactionUnknown& error) {
  1271.                             ^
  1272. cqpid.cpp:9476:30: error: ‘error’ was not declared in this scope
  1273.        rb_raise(merror, "%s", error.what());
  1274.                               ^
  1275. cqpid.cpp:9476:30: note: suggested alternatives:
  1276. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1277.                  from /usr/include/qpid/messaging/Logger.h:15,
  1278.                  from cqpid.cpp:1868:
  1279. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1280.  enum Level { trace, debug, info, notice, warning, error, critical };
  1281.                                                    ^
  1282. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1283.                  from /usr/include/boost/program_options.hpp:15,
  1284.                  from /usr/include/qpid/Options.h:33,
  1285.                  from /usr/include/qpid/log/Options.h:21,
  1286.                  from /usr/include/qpid/messaging/Logger.h:16,
  1287.                  from cqpid.cpp:1868:
  1288. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1289.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1290.                                       ^
  1291. cqpid.cpp: In function ‘VALUE _wrap_Message_getContentObject__SWIG_1(int, VALUE*, VALUE)’:
  1292. cqpid.cpp:9580:84: error: ‘const class qpid::messaging::Message’ has no member named ‘getContentObject’
  1293.        result = (qpid::types::Variant *) &((qpid::messaging::Message const *)arg1)->getContentObject();
  1294.                                                                                     ^
  1295. cqpid.cpp:9594:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1296.      catch(qpid::messaging::TransactionUnknown& error) {
  1297.                             ^
  1298. cqpid.cpp:9596:30: error: ‘error’ was not declared in this scope
  1299.        rb_raise(merror, "%s", error.what());
  1300.                               ^
  1301. cqpid.cpp:9596:30: note: suggested alternatives:
  1302. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1303.                  from /usr/include/qpid/messaging/Logger.h:15,
  1304.                  from cqpid.cpp:1868:
  1305. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1306.  enum Level { trace, debug, info, notice, warning, error, critical };
  1307.                                                    ^
  1308. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1309.                  from /usr/include/boost/program_options.hpp:15,
  1310.                  from /usr/include/qpid/Options.h:33,
  1311.                  from /usr/include/qpid/log/Options.h:21,
  1312.                  from /usr/include/qpid/messaging/Logger.h:16,
  1313.                  from cqpid.cpp:1868:
  1314. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1315.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1316.                                       ^
  1317. cqpid.cpp: In function ‘VALUE _wrap_Message_setContentObject(int, VALUE*, VALUE)’:
  1318. cqpid.cpp:9741:15: error: ‘class qpid::messaging::Message’ has no member named ‘setContentObject’
  1319.        (arg1)->setContentObject((qpid::types::Variant const &)*arg2);
  1320.                ^
  1321. cqpid.cpp:9755:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1322.      catch(qpid::messaging::TransactionUnknown& error) {
  1323.                             ^
  1324. cqpid.cpp:9757:30: error: ‘error’ was not declared in this scope
  1325.        rb_raise(merror, "%s", error.what());
  1326.                               ^
  1327. cqpid.cpp:9757:30: note: suggested alternatives:
  1328. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1329.                  from /usr/include/qpid/messaging/Logger.h:15,
  1330.                  from cqpid.cpp:1868:
  1331. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1332.  enum Level { trace, debug, info, notice, warning, error, critical };
  1333.                                                    ^
  1334. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1335.                  from /usr/include/boost/program_options.hpp:15,
  1336.                  from /usr/include/qpid/Options.h:33,
  1337.                  from /usr/include/qpid/log/Options.h:21,
  1338.                  from /usr/include/qpid/messaging/Logger.h:16,
  1339.                  from cqpid.cpp:1868:
  1340. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1341.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1342.                                       ^
  1343. cqpid.cpp: In function ‘VALUE _wrap_Message_getContentSize(int, VALUE*, VALUE)’:
  1344. cqpid.cpp:9878:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1345.      catch(qpid::messaging::TransactionUnknown& error) {
  1346.                             ^
  1347. cqpid.cpp:9880:30: error: ‘error’ was not declared in this scope
  1348.        rb_raise(merror, "%s", error.what());
  1349.                               ^
  1350. cqpid.cpp:9880:30: note: suggested alternatives:
  1351. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1352.                  from /usr/include/qpid/messaging/Logger.h:15,
  1353.                  from cqpid.cpp:1868:
  1354. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1355.  enum Level { trace, debug, info, notice, warning, error, critical };
  1356.                                                    ^
  1357. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1358.                  from /usr/include/boost/program_options.hpp:15,
  1359.                  from /usr/include/qpid/Options.h:33,
  1360.                  from /usr/include/qpid/log/Options.h:21,
  1361.                  from /usr/include/qpid/messaging/Logger.h:16,
  1362.                  from cqpid.cpp:1868:
  1363. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1364.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1365.                                       ^
  1366. cqpid.cpp: In function ‘VALUE _wrap_Message_setProperty(int, VALUE*, VALUE)’:
  1367. cqpid.cpp:10011:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1368.      catch(qpid::messaging::TransactionUnknown& error) {
  1369.                             ^
  1370. cqpid.cpp:10013:30: error: ‘error’ was not declared in this scope
  1371.        rb_raise(merror, "%s", error.what());
  1372.                               ^
  1373. cqpid.cpp:10013:30: note: suggested alternatives:
  1374. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1375.                  from /usr/include/qpid/messaging/Logger.h:15,
  1376.                  from cqpid.cpp:1868:
  1377. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1378.  enum Level { trace, debug, info, notice, warning, error, critical };
  1379.                                                    ^
  1380. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1381.                  from /usr/include/boost/program_options.hpp:15,
  1382.                  from /usr/include/qpid/Options.h:33,
  1383.                  from /usr/include/qpid/log/Options.h:21,
  1384.                  from /usr/include/qpid/messaging/Logger.h:16,
  1385.                  from cqpid.cpp:1868:
  1386. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1387.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1388.                                       ^
  1389. cqpid.cpp: In function ‘VALUE _wrap_Message_getContentPtr(int, VALUE*, VALUE)’:
  1390. cqpid.cpp:10136:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1391.      catch(qpid::messaging::TransactionUnknown& error) {
  1392.                             ^
  1393. cqpid.cpp:10138:30: error: ‘error’ was not declared in this scope
  1394.        rb_raise(merror, "%s", error.what());
  1395.                               ^
  1396. cqpid.cpp:10138:30: note: suggested alternatives:
  1397. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1398.                  from /usr/include/qpid/messaging/Logger.h:15,
  1399.                  from cqpid.cpp:1868:
  1400. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1401.  enum Level { trace, debug, info, notice, warning, error, critical };
  1402.                                                    ^
  1403. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1404.                  from /usr/include/boost/program_options.hpp:15,
  1405.                  from /usr/include/qpid/Options.h:33,
  1406.                  from /usr/include/qpid/log/Options.h:21,
  1407.                  from /usr/include/qpid/messaging/Logger.h:16,
  1408.                  from cqpid.cpp:1868:
  1409. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1410.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1411.                                       ^
  1412. cqpid.cpp: In function ‘VALUE _wrap_new_EncodingException(int, VALUE*, VALUE)’:
  1413. cqpid.cpp:10280:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1414.      catch(qpid::messaging::TransactionUnknown& error) {
  1415.                             ^
  1416. cqpid.cpp:10282:30: error: ‘error’ was not declared in this scope
  1417.        rb_raise(merror, "%s", error.what());
  1418.                               ^
  1419. cqpid.cpp:10282:30: note: suggested alternatives:
  1420. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1421.                  from /usr/include/qpid/messaging/Logger.h:15,
  1422.                  from cqpid.cpp:1868:
  1423. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1424.  enum Level { trace, debug, info, notice, warning, error, critical };
  1425.                                                    ^
  1426. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1427.                  from /usr/include/boost/program_options.hpp:15,
  1428.                  from /usr/include/qpid/Options.h:33,
  1429.                  from /usr/include/qpid/log/Options.h:21,
  1430.                  from /usr/include/qpid/messaging/Logger.h:16,
  1431.                  from cqpid.cpp:1868:
  1432. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1433.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1434.                                       ^
  1435. cqpid.cpp: In function ‘VALUE _wrap_decode__SWIG_0(int, VALUE*, VALUE)’:
  1436. cqpid.cpp:10423:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1437.      catch(qpid::messaging::TransactionUnknown& error) {
  1438.                             ^
  1439. cqpid.cpp:10425:30: error: ‘error’ was not declared in this scope
  1440.        rb_raise(merror, "%s", error.what());
  1441.                               ^
  1442. cqpid.cpp:10425:30: note: suggested alternatives:
  1443. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1444.                  from /usr/include/qpid/messaging/Logger.h:15,
  1445.                  from cqpid.cpp:1868:
  1446. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1447.  enum Level { trace, debug, info, notice, warning, error, critical };
  1448.                                                    ^
  1449. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1450.                  from /usr/include/boost/program_options.hpp:15,
  1451.                  from /usr/include/qpid/Options.h:33,
  1452.                  from /usr/include/qpid/log/Options.h:21,
  1453.                  from /usr/include/qpid/messaging/Logger.h:16,
  1454.                  from cqpid.cpp:1868:
  1455. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1456.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1457.                                       ^
  1458. cqpid.cpp: In function ‘VALUE _wrap_decode__SWIG_1(int, VALUE*, VALUE)’:
  1459. cqpid.cpp:10554:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1460.      catch(qpid::messaging::TransactionUnknown& error) {
  1461.                             ^
  1462. cqpid.cpp:10556:30: error: ‘error’ was not declared in this scope
  1463.        rb_raise(merror, "%s", error.what());
  1464.                               ^
  1465. cqpid.cpp:10556:30: note: suggested alternatives:
  1466. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1467.                  from /usr/include/qpid/messaging/Logger.h:15,
  1468.                  from cqpid.cpp:1868:
  1469. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1470.  enum Level { trace, debug, info, notice, warning, error, critical };
  1471.                                                    ^
  1472. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1473.                  from /usr/include/boost/program_options.hpp:15,
  1474.                  from /usr/include/qpid/Options.h:33,
  1475.                  from /usr/include/qpid/log/Options.h:21,
  1476.                  from /usr/include/qpid/messaging/Logger.h:16,
  1477.                  from cqpid.cpp:1868:
  1478. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1479.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1480.                                       ^
  1481. cqpid.cpp: In function ‘VALUE _wrap_decode__SWIG_2(int, VALUE*, VALUE)’:
  1482. cqpid.cpp:10696:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1483.      catch(qpid::messaging::TransactionUnknown& error) {
  1484.                             ^
  1485. cqpid.cpp:10698:30: error: ‘error’ was not declared in this scope
  1486.        rb_raise(merror, "%s", error.what());
  1487.                               ^
  1488. cqpid.cpp:10698:30: note: suggested alternatives:
  1489. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1490.                  from /usr/include/qpid/messaging/Logger.h:15,
  1491.                  from cqpid.cpp:1868:
  1492. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1493.  enum Level { trace, debug, info, notice, warning, error, critical };
  1494.                                                    ^
  1495. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1496.                  from /usr/include/boost/program_options.hpp:15,
  1497.                  from /usr/include/qpid/Options.h:33,
  1498.                  from /usr/include/qpid/log/Options.h:21,
  1499.                  from /usr/include/qpid/messaging/Logger.h:16,
  1500.                  from cqpid.cpp:1868:
  1501. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1502.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1503.                                       ^
  1504. cqpid.cpp: In function ‘VALUE _wrap_decode__SWIG_3(int, VALUE*, VALUE)’:
  1505. cqpid.cpp:10827:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1506.      catch(qpid::messaging::TransactionUnknown& error) {
  1507.                             ^
  1508. cqpid.cpp:10829:30: error: ‘error’ was not declared in this scope
  1509.        rb_raise(merror, "%s", error.what());
  1510.                               ^
  1511. cqpid.cpp:10829:30: note: suggested alternatives:
  1512. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1513.                  from /usr/include/qpid/messaging/Logger.h:15,
  1514.                  from cqpid.cpp:1868:
  1515. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1516.  enum Level { trace, debug, info, notice, warning, error, critical };
  1517.                                                    ^
  1518. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1519.                  from /usr/include/boost/program_options.hpp:15,
  1520.                  from /usr/include/qpid/Options.h:33,
  1521.                  from /usr/include/qpid/log/Options.h:21,
  1522.                  from /usr/include/qpid/messaging/Logger.h:16,
  1523.                  from cqpid.cpp:1868:
  1524. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1525.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1526.                                       ^
  1527. cqpid.cpp: In function ‘VALUE _wrap_encode__SWIG_0(int, VALUE*, VALUE)’:
  1528. cqpid.cpp:11055:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1529.      catch(qpid::messaging::TransactionUnknown& error) {
  1530.                             ^
  1531. cqpid.cpp:11057:30: error: ‘error’ was not declared in this scope
  1532.        rb_raise(merror, "%s", error.what());
  1533.                               ^
  1534. cqpid.cpp:11057:30: note: suggested alternatives:
  1535. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1536.                  from /usr/include/qpid/messaging/Logger.h:15,
  1537.                  from cqpid.cpp:1868:
  1538. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1539.  enum Level { trace, debug, info, notice, warning, error, critical };
  1540.                                                    ^
  1541. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1542.                  from /usr/include/boost/program_options.hpp:15,
  1543.                  from /usr/include/qpid/Options.h:33,
  1544.                  from /usr/include/qpid/log/Options.h:21,
  1545.                  from /usr/include/qpid/messaging/Logger.h:16,
  1546.                  from cqpid.cpp:1868:
  1547. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1548.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1549.                                       ^
  1550. cqpid.cpp: In function ‘VALUE _wrap_encode__SWIG_1(int, VALUE*, VALUE)’:
  1551. cqpid.cpp:11186:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1552.      catch(qpid::messaging::TransactionUnknown& error) {
  1553.                             ^
  1554. cqpid.cpp:11188:30: error: ‘error’ was not declared in this scope
  1555.        rb_raise(merror, "%s", error.what());
  1556.                               ^
  1557. cqpid.cpp:11188:30: note: suggested alternatives:
  1558. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1559.                  from /usr/include/qpid/messaging/Logger.h:15,
  1560.                  from cqpid.cpp:1868:
  1561. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1562.  enum Level { trace, debug, info, notice, warning, error, critical };
  1563.                                                    ^
  1564. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1565.                  from /usr/include/boost/program_options.hpp:15,
  1566.                  from /usr/include/qpid/Options.h:33,
  1567.                  from /usr/include/qpid/log/Options.h:21,
  1568.                  from /usr/include/qpid/messaging/Logger.h:16,
  1569.                  from cqpid.cpp:1868:
  1570. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1571.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1572.                                       ^
  1573. cqpid.cpp: In function ‘VALUE _wrap_encode__SWIG_2(int, VALUE*, VALUE)’:
  1574. cqpid.cpp:11328:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1575.      catch(qpid::messaging::TransactionUnknown& error) {
  1576.                             ^
  1577. cqpid.cpp:11330:30: error: ‘error’ was not declared in this scope
  1578.        rb_raise(merror, "%s", error.what());
  1579.                               ^
  1580. cqpid.cpp:11330:30: note: suggested alternatives:
  1581. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1582.                  from /usr/include/qpid/messaging/Logger.h:15,
  1583.                  from cqpid.cpp:1868:
  1584. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1585.  enum Level { trace, debug, info, notice, warning, error, critical };
  1586.                                                    ^
  1587. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1588.                  from /usr/include/boost/program_options.hpp:15,
  1589.                  from /usr/include/qpid/Options.h:33,
  1590.                  from /usr/include/qpid/log/Options.h:21,
  1591.                  from /usr/include/qpid/messaging/Logger.h:16,
  1592.                  from cqpid.cpp:1868:
  1593. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1594.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1595.                                       ^
  1596. cqpid.cpp: In function ‘VALUE _wrap_encode__SWIG_3(int, VALUE*, VALUE)’:
  1597. cqpid.cpp:11459:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1598.      catch(qpid::messaging::TransactionUnknown& error) {
  1599.                             ^
  1600. cqpid.cpp:11461:30: error: ‘error’ was not declared in this scope
  1601.        rb_raise(merror, "%s", error.what());
  1602.                               ^
  1603. cqpid.cpp:11461:30: note: suggested alternatives:
  1604. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1605.                  from /usr/include/qpid/messaging/Logger.h:15,
  1606.                  from cqpid.cpp:1868:
  1607. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1608.  enum Level { trace, debug, info, notice, warning, error, critical };
  1609.                                                    ^
  1610. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1611.                  from /usr/include/boost/program_options.hpp:15,
  1612.                  from /usr/include/qpid/Options.h:33,
  1613.                  from /usr/include/qpid/log/Options.h:21,
  1614.                  from /usr/include/qpid/messaging/Logger.h:16,
  1615.                  from cqpid.cpp:1868:
  1616. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1617.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1618.                                       ^
  1619. cqpid.cpp: In function ‘VALUE _wrap_new_Receiver__SWIG_0(int, VALUE*, VALUE)’:
  1620. cqpid.cpp:11670:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1621.      catch(qpid::messaging::TransactionUnknown& error) {
  1622.                             ^
  1623. cqpid.cpp:11672:30: error: ‘error’ was not declared in this scope
  1624.        rb_raise(merror, "%s", error.what());
  1625.                               ^
  1626. cqpid.cpp:11672:30: note: suggested alternatives:
  1627. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1628.                  from /usr/include/qpid/messaging/Logger.h:15,
  1629.                  from cqpid.cpp:1868:
  1630. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1631.  enum Level { trace, debug, info, notice, warning, error, critical };
  1632.                                                    ^
  1633. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1634.                  from /usr/include/boost/program_options.hpp:15,
  1635.                  from /usr/include/qpid/Options.h:33,
  1636.                  from /usr/include/qpid/log/Options.h:21,
  1637.                  from /usr/include/qpid/messaging/Logger.h:16,
  1638.                  from cqpid.cpp:1868:
  1639. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1640.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1641.                                       ^
  1642. cqpid.cpp: In function ‘VALUE _wrap_new_Receiver__SWIG_1(int, VALUE*, VALUE)’:
  1643. cqpid.cpp:11779:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1644.      catch(qpid::messaging::TransactionUnknown& error) {
  1645.                             ^
  1646. cqpid.cpp:11781:30: error: ‘error’ was not declared in this scope
  1647.        rb_raise(merror, "%s", error.what());
  1648.                               ^
  1649. cqpid.cpp:11781:30: note: suggested alternatives:
  1650. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1651.                  from /usr/include/qpid/messaging/Logger.h:15,
  1652.                  from cqpid.cpp:1868:
  1653. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1654.  enum Level { trace, debug, info, notice, warning, error, critical };
  1655.                                                    ^
  1656. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1657.                  from /usr/include/boost/program_options.hpp:15,
  1658.                  from /usr/include/qpid/Options.h:33,
  1659.                  from /usr/include/qpid/log/Options.h:21,
  1660.                  from /usr/include/qpid/messaging/Logger.h:16,
  1661.                  from cqpid.cpp:1868:
  1662. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1663.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1664.                                       ^
  1665. cqpid.cpp: In function ‘VALUE _wrap_new_Receiver__SWIG_2(int, VALUE*, VALUE)’:
  1666. cqpid.cpp:11916:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1667.      catch(qpid::messaging::TransactionUnknown& error) {
  1668.                             ^
  1669. cqpid.cpp:11918:30: error: ‘error’ was not declared in this scope
  1670.        rb_raise(merror, "%s", error.what());
  1671.                               ^
  1672. cqpid.cpp:11918:30: note: suggested alternatives:
  1673. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1674.                  from /usr/include/qpid/messaging/Logger.h:15,
  1675.                  from cqpid.cpp:1868:
  1676. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1677.  enum Level { trace, debug, info, notice, warning, error, critical };
  1678.                                                    ^
  1679. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1680.                  from /usr/include/boost/program_options.hpp:15,
  1681.                  from /usr/include/qpid/Options.h:33,
  1682.                  from /usr/include/qpid/log/Options.h:21,
  1683.                  from /usr/include/qpid/messaging/Logger.h:16,
  1684.                  from cqpid.cpp:1868:
  1685. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1686.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1687.                                       ^
  1688. cqpid.cpp: In function ‘VALUE _wrap_Receiver_get__SWIG_0(int, VALUE*, VALUE)’:
  1689. cqpid.cpp:12105:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1690.      catch(qpid::messaging::TransactionUnknown& error) {
  1691.                             ^
  1692. cqpid.cpp:12107:30: error: ‘error’ was not declared in this scope
  1693.        rb_raise(merror, "%s", error.what());
  1694.                               ^
  1695. cqpid.cpp:12107:30: note: suggested alternatives:
  1696. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1697.                  from /usr/include/qpid/messaging/Logger.h:15,
  1698.                  from cqpid.cpp:1868:
  1699. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1700.  enum Level { trace, debug, info, notice, warning, error, critical };
  1701.                                                    ^
  1702. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1703.                  from /usr/include/boost/program_options.hpp:15,
  1704.                  from /usr/include/qpid/Options.h:33,
  1705.                  from /usr/include/qpid/log/Options.h:21,
  1706.                  from /usr/include/qpid/messaging/Logger.h:16,
  1707.                  from cqpid.cpp:1868:
  1708. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1709.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1710.                                       ^
  1711. cqpid.cpp: In function ‘VALUE _wrap_Receiver_get__SWIG_1(int, VALUE*, VALUE)’:
  1712. cqpid.cpp:12234:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1713.      catch(qpid::messaging::TransactionUnknown& error) {
  1714.                             ^
  1715. cqpid.cpp:12236:30: error: ‘error’ was not declared in this scope
  1716.        rb_raise(merror, "%s", error.what());
  1717.                               ^
  1718. cqpid.cpp:12236:30: note: suggested alternatives:
  1719. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1720.                  from /usr/include/qpid/messaging/Logger.h:15,
  1721.                  from cqpid.cpp:1868:
  1722. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1723.  enum Level { trace, debug, info, notice, warning, error, critical };
  1724.                                                    ^
  1725. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1726.                  from /usr/include/boost/program_options.hpp:15,
  1727.                  from /usr/include/qpid/Options.h:33,
  1728.                  from /usr/include/qpid/log/Options.h:21,
  1729.                  from /usr/include/qpid/messaging/Logger.h:16,
  1730.                  from cqpid.cpp:1868:
  1731. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1732.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1733.                                       ^
  1734. cqpid.cpp: In function ‘VALUE _wrap_Receiver_get__SWIG_2(int, VALUE*, VALUE)’:
  1735. cqpid.cpp:12366:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1736.      catch(qpid::messaging::TransactionUnknown& error) {
  1737.                             ^
  1738. cqpid.cpp:12368:30: error: ‘error’ was not declared in this scope
  1739.        rb_raise(merror, "%s", error.what());
  1740.                               ^
  1741. cqpid.cpp:12368:30: note: suggested alternatives:
  1742. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1743.                  from /usr/include/qpid/messaging/Logger.h:15,
  1744.                  from cqpid.cpp:1868:
  1745. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1746.  enum Level { trace, debug, info, notice, warning, error, critical };
  1747.                                                    ^
  1748. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1749.                  from /usr/include/boost/program_options.hpp:15,
  1750.                  from /usr/include/qpid/Options.h:33,
  1751.                  from /usr/include/qpid/log/Options.h:21,
  1752.                  from /usr/include/qpid/messaging/Logger.h:16,
  1753.                  from cqpid.cpp:1868:
  1754. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1755.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1756.                                       ^
  1757. cqpid.cpp: In function ‘VALUE _wrap_Receiver_get__SWIG_3(int, VALUE*, VALUE)’:
  1758. cqpid.cpp:12484:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1759.      catch(qpid::messaging::TransactionUnknown& error) {
  1760.                             ^
  1761. cqpid.cpp:12486:30: error: ‘error’ was not declared in this scope
  1762.        rb_raise(merror, "%s", error.what());
  1763.                               ^
  1764. cqpid.cpp:12486:30: note: suggested alternatives:
  1765. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1766.                  from /usr/include/qpid/messaging/Logger.h:15,
  1767.                  from cqpid.cpp:1868:
  1768. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1769.  enum Level { trace, debug, info, notice, warning, error, critical };
  1770.                                                    ^
  1771. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1772.                  from /usr/include/boost/program_options.hpp:15,
  1773.                  from /usr/include/qpid/Options.h:33,
  1774.                  from /usr/include/qpid/log/Options.h:21,
  1775.                  from /usr/include/qpid/messaging/Logger.h:16,
  1776.                  from cqpid.cpp:1868:
  1777. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1778.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1779.                                       ^
  1780. cqpid.cpp: In function ‘VALUE _wrap_Receiver_fetch__SWIG_0(int, VALUE*, VALUE)’:
  1781. cqpid.cpp:12706:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1782.      catch(qpid::messaging::TransactionUnknown& error) {
  1783.                             ^
  1784. cqpid.cpp:12708:30: error: ‘error’ was not declared in this scope
  1785.        rb_raise(merror, "%s", error.what());
  1786.                               ^
  1787. cqpid.cpp:12708:30: note: suggested alternatives:
  1788. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1789.                  from /usr/include/qpid/messaging/Logger.h:15,
  1790.                  from cqpid.cpp:1868:
  1791. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1792.  enum Level { trace, debug, info, notice, warning, error, critical };
  1793.                                                    ^
  1794. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1795.                  from /usr/include/boost/program_options.hpp:15,
  1796.                  from /usr/include/qpid/Options.h:33,
  1797.                  from /usr/include/qpid/log/Options.h:21,
  1798.                  from /usr/include/qpid/messaging/Logger.h:16,
  1799.                  from cqpid.cpp:1868:
  1800. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1801.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1802.                                       ^
  1803. cqpid.cpp: In function ‘VALUE _wrap_Receiver_fetch__SWIG_1(int, VALUE*, VALUE)’:
  1804. cqpid.cpp:12835:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1805.      catch(qpid::messaging::TransactionUnknown& error) {
  1806.                             ^
  1807. cqpid.cpp:12837:30: error: ‘error’ was not declared in this scope
  1808.        rb_raise(merror, "%s", error.what());
  1809.                               ^
  1810. cqpid.cpp:12837:30: note: suggested alternatives:
  1811. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1812.                  from /usr/include/qpid/messaging/Logger.h:15,
  1813.                  from cqpid.cpp:1868:
  1814. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1815.  enum Level { trace, debug, info, notice, warning, error, critical };
  1816.                                                    ^
  1817. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1818.                  from /usr/include/boost/program_options.hpp:15,
  1819.                  from /usr/include/qpid/Options.h:33,
  1820.                  from /usr/include/qpid/log/Options.h:21,
  1821.                  from /usr/include/qpid/messaging/Logger.h:16,
  1822.                  from cqpid.cpp:1868:
  1823. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1824.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1825.                                       ^
  1826. cqpid.cpp: In function ‘VALUE _wrap_Receiver_fetch__SWIG_2(int, VALUE*, VALUE)’:
  1827. cqpid.cpp:12967:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1828.      catch(qpid::messaging::TransactionUnknown& error) {
  1829.                             ^
  1830. cqpid.cpp:12969:30: error: ‘error’ was not declared in this scope
  1831.        rb_raise(merror, "%s", error.what());
  1832.                               ^
  1833. cqpid.cpp:12969:30: note: suggested alternatives:
  1834. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1835.                  from /usr/include/qpid/messaging/Logger.h:15,
  1836.                  from cqpid.cpp:1868:
  1837. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1838.  enum Level { trace, debug, info, notice, warning, error, critical };
  1839.                                                    ^
  1840. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1841.                  from /usr/include/boost/program_options.hpp:15,
  1842.                  from /usr/include/qpid/Options.h:33,
  1843.                  from /usr/include/qpid/log/Options.h:21,
  1844.                  from /usr/include/qpid/messaging/Logger.h:16,
  1845.                  from cqpid.cpp:1868:
  1846. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1847.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1848.                                       ^
  1849. cqpid.cpp: In function ‘VALUE _wrap_Receiver_fetch__SWIG_3(int, VALUE*, VALUE)’:
  1850. cqpid.cpp:13085:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1851.      catch(qpid::messaging::TransactionUnknown& error) {
  1852.                             ^
  1853. cqpid.cpp:13087:30: error: ‘error’ was not declared in this scope
  1854.        rb_raise(merror, "%s", error.what());
  1855.                               ^
  1856. cqpid.cpp:13087:30: note: suggested alternatives:
  1857. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1858.                  from /usr/include/qpid/messaging/Logger.h:15,
  1859.                  from cqpid.cpp:1868:
  1860. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1861.  enum Level { trace, debug, info, notice, warning, error, critical };
  1862.                                                    ^
  1863. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1864.                  from /usr/include/boost/program_options.hpp:15,
  1865.                  from /usr/include/qpid/Options.h:33,
  1866.                  from /usr/include/qpid/log/Options.h:21,
  1867.                  from /usr/include/qpid/messaging/Logger.h:16,
  1868.                  from cqpid.cpp:1868:
  1869. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1870.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1871.                                       ^
  1872. cqpid.cpp: In function ‘VALUE _wrap_Receiver_setCapacity(int, VALUE*, VALUE)’:
  1873. cqpid.cpp:13287:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1874.      catch(qpid::messaging::TransactionUnknown& error) {
  1875.                             ^
  1876. cqpid.cpp:13289:30: error: ‘error’ was not declared in this scope
  1877.        rb_raise(merror, "%s", error.what());
  1878.                               ^
  1879. cqpid.cpp:13289:30: note: suggested alternatives:
  1880. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1881.                  from /usr/include/qpid/messaging/Logger.h:15,
  1882.                  from cqpid.cpp:1868:
  1883. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1884.  enum Level { trace, debug, info, notice, warning, error, critical };
  1885.                                                    ^
  1886. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1887.                  from /usr/include/boost/program_options.hpp:15,
  1888.                  from /usr/include/qpid/Options.h:33,
  1889.                  from /usr/include/qpid/log/Options.h:21,
  1890.                  from /usr/include/qpid/messaging/Logger.h:16,
  1891.                  from cqpid.cpp:1868:
  1892. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1893.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1894.                                       ^
  1895. cqpid.cpp: In function ‘VALUE _wrap_Receiver_getCapacity(int, VALUE*, VALUE)’:
  1896. cqpid.cpp:13404:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1897.      catch(qpid::messaging::TransactionUnknown& error) {
  1898.                             ^
  1899. cqpid.cpp:13406:30: error: ‘error’ was not declared in this scope
  1900.        rb_raise(merror, "%s", error.what());
  1901.                               ^
  1902. cqpid.cpp:13406:30: note: suggested alternatives:
  1903. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1904.                  from /usr/include/qpid/messaging/Logger.h:15,
  1905.                  from cqpid.cpp:1868:
  1906. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1907.  enum Level { trace, debug, info, notice, warning, error, critical };
  1908.                                                    ^
  1909. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1910.                  from /usr/include/boost/program_options.hpp:15,
  1911.                  from /usr/include/qpid/Options.h:33,
  1912.                  from /usr/include/qpid/log/Options.h:21,
  1913.                  from /usr/include/qpid/messaging/Logger.h:16,
  1914.                  from cqpid.cpp:1868:
  1915. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1916.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1917.                                       ^
  1918. cqpid.cpp: In function ‘VALUE _wrap_Receiver_getAvailable(int, VALUE*, VALUE)’:
  1919. cqpid.cpp:13524:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1920.      catch(qpid::messaging::TransactionUnknown& error) {
  1921.                             ^
  1922. cqpid.cpp:13526:30: error: ‘error’ was not declared in this scope
  1923.        rb_raise(merror, "%s", error.what());
  1924.                               ^
  1925. cqpid.cpp:13526:30: note: suggested alternatives:
  1926. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1927.                  from /usr/include/qpid/messaging/Logger.h:15,
  1928.                  from cqpid.cpp:1868:
  1929. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1930.  enum Level { trace, debug, info, notice, warning, error, critical };
  1931.                                                    ^
  1932. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1933.                  from /usr/include/boost/program_options.hpp:15,
  1934.                  from /usr/include/qpid/Options.h:33,
  1935.                  from /usr/include/qpid/log/Options.h:21,
  1936.                  from /usr/include/qpid/messaging/Logger.h:16,
  1937.                  from cqpid.cpp:1868:
  1938. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1939.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1940.                                       ^
  1941. cqpid.cpp: In function ‘VALUE _wrap_Receiver_getUnsettled(int, VALUE*, VALUE)’:
  1942. cqpid.cpp:13644:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1943.      catch(qpid::messaging::TransactionUnknown& error) {
  1944.                             ^
  1945. cqpid.cpp:13646:30: error: ‘error’ was not declared in this scope
  1946.        rb_raise(merror, "%s", error.what());
  1947.                               ^
  1948. cqpid.cpp:13646:30: note: suggested alternatives:
  1949. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1950.                  from /usr/include/qpid/messaging/Logger.h:15,
  1951.                  from cqpid.cpp:1868:
  1952. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1953.  enum Level { trace, debug, info, notice, warning, error, critical };
  1954.                                                    ^
  1955. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1956.                  from /usr/include/boost/program_options.hpp:15,
  1957.                  from /usr/include/qpid/Options.h:33,
  1958.                  from /usr/include/qpid/log/Options.h:21,
  1959.                  from /usr/include/qpid/messaging/Logger.h:16,
  1960.                  from cqpid.cpp:1868:
  1961. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1962.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1963.                                       ^
  1964. cqpid.cpp: In function ‘VALUE _wrap_Receiver_close(int, VALUE*, VALUE)’:
  1965. cqpid.cpp:13762:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1966.      catch(qpid::messaging::TransactionUnknown& error) {
  1967.                             ^
  1968. cqpid.cpp:13764:30: error: ‘error’ was not declared in this scope
  1969.        rb_raise(merror, "%s", error.what());
  1970.                               ^
  1971. cqpid.cpp:13764:30: note: suggested alternatives:
  1972. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1973.                  from /usr/include/qpid/messaging/Logger.h:15,
  1974.                  from cqpid.cpp:1868:
  1975. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1976.  enum Level { trace, debug, info, notice, warning, error, critical };
  1977.                                                    ^
  1978. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  1979.                  from /usr/include/boost/program_options.hpp:15,
  1980.                  from /usr/include/qpid/Options.h:33,
  1981.                  from /usr/include/qpid/log/Options.h:21,
  1982.                  from /usr/include/qpid/messaging/Logger.h:16,
  1983.                  from cqpid.cpp:1868:
  1984. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  1985.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  1986.                                       ^
  1987. cqpid.cpp: In function ‘VALUE _wrap_Receiver_isClosed(int, VALUE*, VALUE)’:
  1988. cqpid.cpp:13879:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  1989.      catch(qpid::messaging::TransactionUnknown& error) {
  1990.                             ^
  1991. cqpid.cpp:13881:30: error: ‘error’ was not declared in this scope
  1992.        rb_raise(merror, "%s", error.what());
  1993.                               ^
  1994. cqpid.cpp:13881:30: note: suggested alternatives:
  1995. In file included from /usr/include/qpid/log/Selector.h:22:0,
  1996.                  from /usr/include/qpid/messaging/Logger.h:15,
  1997.                  from cqpid.cpp:1868:
  1998. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  1999.  enum Level { trace, debug, info, notice, warning, error, critical };
  2000.                                                    ^
  2001. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2002.                  from /usr/include/boost/program_options.hpp:15,
  2003.                  from /usr/include/qpid/Options.h:33,
  2004.                  from /usr/include/qpid/log/Options.h:21,
  2005.                  from /usr/include/qpid/messaging/Logger.h:16,
  2006.                  from cqpid.cpp:1868:
  2007. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2008.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2009.                                       ^
  2010. cqpid.cpp: In function ‘VALUE _wrap_Receiver_getName(int, VALUE*, VALUE)’:
  2011. cqpid.cpp:13997:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2012.      catch(qpid::messaging::TransactionUnknown& error) {
  2013.                             ^
  2014. cqpid.cpp:13999:30: error: ‘error’ was not declared in this scope
  2015.        rb_raise(merror, "%s", error.what());
  2016.                               ^
  2017. cqpid.cpp:13999:30: note: suggested alternatives:
  2018. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2019.                  from /usr/include/qpid/messaging/Logger.h:15,
  2020.                  from cqpid.cpp:1868:
  2021. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2022.  enum Level { trace, debug, info, notice, warning, error, critical };
  2023.                                                    ^
  2024. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2025.                  from /usr/include/boost/program_options.hpp:15,
  2026.                  from /usr/include/qpid/Options.h:33,
  2027.                  from /usr/include/qpid/log/Options.h:21,
  2028.                  from /usr/include/qpid/messaging/Logger.h:16,
  2029.                  from cqpid.cpp:1868:
  2030. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2031.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2032.                                       ^
  2033. cqpid.cpp: In function ‘VALUE _wrap_Receiver_getSession(int, VALUE*, VALUE)’:
  2034. cqpid.cpp:14115:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2035.      catch(qpid::messaging::TransactionUnknown& error) {
  2036.                             ^
  2037. cqpid.cpp:14117:30: error: ‘error’ was not declared in this scope
  2038.        rb_raise(merror, "%s", error.what());
  2039.                               ^
  2040. cqpid.cpp:14117:30: note: suggested alternatives:
  2041. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2042.                  from /usr/include/qpid/messaging/Logger.h:15,
  2043.                  from cqpid.cpp:1868:
  2044. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2045.  enum Level { trace, debug, info, notice, warning, error, critical };
  2046.                                                    ^
  2047. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2048.                  from /usr/include/boost/program_options.hpp:15,
  2049.                  from /usr/include/qpid/Options.h:33,
  2050.                  from /usr/include/qpid/log/Options.h:21,
  2051.                  from /usr/include/qpid/messaging/Logger.h:16,
  2052.                  from cqpid.cpp:1868:
  2053. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2054.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2055.                                       ^
  2056. cqpid.cpp: In function ‘VALUE _wrap_Receiver_getAddress(int, VALUE*, VALUE)’:
  2057. cqpid.cpp:14219:59: error: ‘const class qpid::messaging::Receiver’ has no member named ‘getAddress’
  2058.        result = ((qpid::messaging::Receiver const *)arg1)->getAddress();
  2059.                                                            ^
  2060. cqpid.cpp:14233:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2061.      catch(qpid::messaging::TransactionUnknown& error) {
  2062.                             ^
  2063. cqpid.cpp:14235:30: error: ‘error’ was not declared in this scope
  2064.        rb_raise(merror, "%s", error.what());
  2065.                               ^
  2066. cqpid.cpp:14235:30: note: suggested alternatives:
  2067. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2068.                  from /usr/include/qpid/messaging/Logger.h:15,
  2069.                  from cqpid.cpp:1868:
  2070. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2071.  enum Level { trace, debug, info, notice, warning, error, critical };
  2072.                                                    ^
  2073. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2074.                  from /usr/include/boost/program_options.hpp:15,
  2075.                  from /usr/include/qpid/Options.h:33,
  2076.                  from /usr/include/qpid/log/Options.h:21,
  2077.                  from /usr/include/qpid/messaging/Logger.h:16,
  2078.                  from cqpid.cpp:1868:
  2079. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2080.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2081.                                       ^
  2082. cqpid.cpp: In function ‘VALUE _wrap_new_Sender__SWIG_0(int, VALUE*, VALUE)’:
  2083. cqpid.cpp:14353:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2084.      catch(qpid::messaging::TransactionUnknown& error) {
  2085.                             ^
  2086. cqpid.cpp:14355:30: error: ‘error’ was not declared in this scope
  2087.        rb_raise(merror, "%s", error.what());
  2088.                               ^
  2089. cqpid.cpp:14355:30: note: suggested alternatives:
  2090. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2091.                  from /usr/include/qpid/messaging/Logger.h:15,
  2092.                  from cqpid.cpp:1868:
  2093. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2094.  enum Level { trace, debug, info, notice, warning, error, critical };
  2095.                                                    ^
  2096. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2097.                  from /usr/include/boost/program_options.hpp:15,
  2098.                  from /usr/include/qpid/Options.h:33,
  2099.                  from /usr/include/qpid/log/Options.h:21,
  2100.                  from /usr/include/qpid/messaging/Logger.h:16,
  2101.                  from cqpid.cpp:1868:
  2102. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2103.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2104.                                       ^
  2105. cqpid.cpp: In function ‘VALUE _wrap_new_Sender__SWIG_1(int, VALUE*, VALUE)’:
  2106. cqpid.cpp:14462:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2107.      catch(qpid::messaging::TransactionUnknown& error) {
  2108.                             ^
  2109. cqpid.cpp:14464:30: error: ‘error’ was not declared in this scope
  2110.        rb_raise(merror, "%s", error.what());
  2111.                               ^
  2112. cqpid.cpp:14464:30: note: suggested alternatives:
  2113. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2114.                  from /usr/include/qpid/messaging/Logger.h:15,
  2115.                  from cqpid.cpp:1868:
  2116. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2117.  enum Level { trace, debug, info, notice, warning, error, critical };
  2118.                                                    ^
  2119. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2120.                  from /usr/include/boost/program_options.hpp:15,
  2121.                  from /usr/include/qpid/Options.h:33,
  2122.                  from /usr/include/qpid/log/Options.h:21,
  2123.                  from /usr/include/qpid/messaging/Logger.h:16,
  2124.                  from cqpid.cpp:1868:
  2125. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2126.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2127.                                       ^
  2128. cqpid.cpp: In function ‘VALUE _wrap_new_Sender__SWIG_2(int, VALUE*, VALUE)’:
  2129. cqpid.cpp:14599:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2130.      catch(qpid::messaging::TransactionUnknown& error) {
  2131.                             ^
  2132. cqpid.cpp:14601:30: error: ‘error’ was not declared in this scope
  2133.        rb_raise(merror, "%s", error.what());
  2134.                               ^
  2135. cqpid.cpp:14601:30: note: suggested alternatives:
  2136. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2137.                  from /usr/include/qpid/messaging/Logger.h:15,
  2138.                  from cqpid.cpp:1868:
  2139. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2140.  enum Level { trace, debug, info, notice, warning, error, critical };
  2141.                                                    ^
  2142. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2143.                  from /usr/include/boost/program_options.hpp:15,
  2144.                  from /usr/include/qpid/Options.h:33,
  2145.                  from /usr/include/qpid/log/Options.h:21,
  2146.                  from /usr/include/qpid/messaging/Logger.h:16,
  2147.                  from cqpid.cpp:1868:
  2148. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2149.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2150.                                       ^
  2151. cqpid.cpp: In function ‘VALUE _wrap_Sender_send__SWIG_0(int, VALUE*, VALUE)’:
  2152. cqpid.cpp:14780:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2153.      catch(qpid::messaging::TransactionUnknown& error) {
  2154.                             ^
  2155. cqpid.cpp:14782:30: error: ‘error’ was not declared in this scope
  2156.        rb_raise(merror, "%s", error.what());
  2157.                               ^
  2158. cqpid.cpp:14782:30: note: suggested alternatives:
  2159. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2160.                  from /usr/include/qpid/messaging/Logger.h:15,
  2161.                  from cqpid.cpp:1868:
  2162. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2163.  enum Level { trace, debug, info, notice, warning, error, critical };
  2164.                                                    ^
  2165. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2166.                  from /usr/include/boost/program_options.hpp:15,
  2167.                  from /usr/include/qpid/Options.h:33,
  2168.                  from /usr/include/qpid/log/Options.h:21,
  2169.                  from /usr/include/qpid/messaging/Logger.h:16,
  2170.                  from cqpid.cpp:1868:
  2171. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2172.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2173.                                       ^
  2174. cqpid.cpp: In function ‘VALUE _wrap_Sender_send__SWIG_1(int, VALUE*, VALUE)’:
  2175. cqpid.cpp:14906:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2176.      catch(qpid::messaging::TransactionUnknown& error) {
  2177.                             ^
  2178. cqpid.cpp:14908:30: error: ‘error’ was not declared in this scope
  2179.        rb_raise(merror, "%s", error.what());
  2180.                               ^
  2181. cqpid.cpp:14908:30: note: suggested alternatives:
  2182. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2183.                  from /usr/include/qpid/messaging/Logger.h:15,
  2184.                  from cqpid.cpp:1868:
  2185. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2186.  enum Level { trace, debug, info, notice, warning, error, critical };
  2187.                                                    ^
  2188. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2189.                  from /usr/include/boost/program_options.hpp:15,
  2190.                  from /usr/include/qpid/Options.h:33,
  2191.                  from /usr/include/qpid/log/Options.h:21,
  2192.                  from /usr/include/qpid/messaging/Logger.h:16,
  2193.                  from cqpid.cpp:1868:
  2194. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2195.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2196.                                       ^
  2197. cqpid.cpp: In function ‘VALUE _wrap_Sender_close(int, VALUE*, VALUE)’:
  2198. cqpid.cpp:15076:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2199.      catch(qpid::messaging::TransactionUnknown& error) {
  2200.                             ^
  2201. cqpid.cpp:15078:30: error: ‘error’ was not declared in this scope
  2202.        rb_raise(merror, "%s", error.what());
  2203.                               ^
  2204. cqpid.cpp:15078:30: note: suggested alternatives:
  2205. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2206.                  from /usr/include/qpid/messaging/Logger.h:15,
  2207.                  from cqpid.cpp:1868:
  2208. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2209.  enum Level { trace, debug, info, notice, warning, error, critical };
  2210.                                                    ^
  2211. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2212.                  from /usr/include/boost/program_options.hpp:15,
  2213.                  from /usr/include/qpid/Options.h:33,
  2214.                  from /usr/include/qpid/log/Options.h:21,
  2215.                  from /usr/include/qpid/messaging/Logger.h:16,
  2216.                  from cqpid.cpp:1868:
  2217. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2218.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2219.                                       ^
  2220. cqpid.cpp: In function ‘VALUE _wrap_Sender_setCapacity(int, VALUE*, VALUE)’:
  2221. cqpid.cpp:15198:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2222.      catch(qpid::messaging::TransactionUnknown& error) {
  2223.                             ^
  2224. cqpid.cpp:15200:30: error: ‘error’ was not declared in this scope
  2225.        rb_raise(merror, "%s", error.what());
  2226.                               ^
  2227. cqpid.cpp:15200:30: note: suggested alternatives:
  2228. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2229.                  from /usr/include/qpid/messaging/Logger.h:15,
  2230.                  from cqpid.cpp:1868:
  2231. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2232.  enum Level { trace, debug, info, notice, warning, error, critical };
  2233.                                                    ^
  2234. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2235.                  from /usr/include/boost/program_options.hpp:15,
  2236.                  from /usr/include/qpid/Options.h:33,
  2237.                  from /usr/include/qpid/log/Options.h:21,
  2238.                  from /usr/include/qpid/messaging/Logger.h:16,
  2239.                  from cqpid.cpp:1868:
  2240. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2241.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2242.                                       ^
  2243. cqpid.cpp: In function ‘VALUE _wrap_Sender_getCapacity(int, VALUE*, VALUE)’:
  2244. cqpid.cpp:15315:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2245.      catch(qpid::messaging::TransactionUnknown& error) {
  2246.                             ^
  2247. cqpid.cpp:15317:30: error: ‘error’ was not declared in this scope
  2248.        rb_raise(merror, "%s", error.what());
  2249.                               ^
  2250. cqpid.cpp:15317:30: note: suggested alternatives:
  2251. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2252.                  from /usr/include/qpid/messaging/Logger.h:15,
  2253.                  from cqpid.cpp:1868:
  2254. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2255.  enum Level { trace, debug, info, notice, warning, error, critical };
  2256.                                                    ^
  2257. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2258.                  from /usr/include/boost/program_options.hpp:15,
  2259.                  from /usr/include/qpid/Options.h:33,
  2260.                  from /usr/include/qpid/log/Options.h:21,
  2261.                  from /usr/include/qpid/messaging/Logger.h:16,
  2262.                  from cqpid.cpp:1868:
  2263. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2264.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2265.                                       ^
  2266. cqpid.cpp: In function ‘VALUE _wrap_Sender_getUnsettled(int, VALUE*, VALUE)’:
  2267. cqpid.cpp:15435:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2268.      catch(qpid::messaging::TransactionUnknown& error) {
  2269.                             ^
  2270. cqpid.cpp:15437:30: error: ‘error’ was not declared in this scope
  2271.        rb_raise(merror, "%s", error.what());
  2272.                               ^
  2273. cqpid.cpp:15437:30: note: suggested alternatives:
  2274. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2275.                  from /usr/include/qpid/messaging/Logger.h:15,
  2276.                  from cqpid.cpp:1868:
  2277. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2278.  enum Level { trace, debug, info, notice, warning, error, critical };
  2279.                                                    ^
  2280. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2281.                  from /usr/include/boost/program_options.hpp:15,
  2282.                  from /usr/include/qpid/Options.h:33,
  2283.                  from /usr/include/qpid/log/Options.h:21,
  2284.                  from /usr/include/qpid/messaging/Logger.h:16,
  2285.                  from cqpid.cpp:1868:
  2286. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2287.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2288.                                       ^
  2289. cqpid.cpp: In function ‘VALUE _wrap_Sender_getAvailable(int, VALUE*, VALUE)’:
  2290. cqpid.cpp:15555:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2291.      catch(qpid::messaging::TransactionUnknown& error) {
  2292.                             ^
  2293. cqpid.cpp:15557:30: error: ‘error’ was not declared in this scope
  2294.        rb_raise(merror, "%s", error.what());
  2295.                               ^
  2296. cqpid.cpp:15557:30: note: suggested alternatives:
  2297. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2298.                  from /usr/include/qpid/messaging/Logger.h:15,
  2299.                  from cqpid.cpp:1868:
  2300. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2301.  enum Level { trace, debug, info, notice, warning, error, critical };
  2302.                                                    ^
  2303. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2304.                  from /usr/include/boost/program_options.hpp:15,
  2305.                  from /usr/include/qpid/Options.h:33,
  2306.                  from /usr/include/qpid/log/Options.h:21,
  2307.                  from /usr/include/qpid/messaging/Logger.h:16,
  2308.                  from cqpid.cpp:1868:
  2309. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2310.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2311.                                       ^
  2312. cqpid.cpp: In function ‘VALUE _wrap_Sender_getName(int, VALUE*, VALUE)’:
  2313. cqpid.cpp:15675:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2314.      catch(qpid::messaging::TransactionUnknown& error) {
  2315.                             ^
  2316. cqpid.cpp:15677:30: error: ‘error’ was not declared in this scope
  2317.        rb_raise(merror, "%s", error.what());
  2318.                               ^
  2319. cqpid.cpp:15677:30: note: suggested alternatives:
  2320. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2321.                  from /usr/include/qpid/messaging/Logger.h:15,
  2322.                  from cqpid.cpp:1868:
  2323. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2324.  enum Level { trace, debug, info, notice, warning, error, critical };
  2325.                                                    ^
  2326. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2327.                  from /usr/include/boost/program_options.hpp:15,
  2328.                  from /usr/include/qpid/Options.h:33,
  2329.                  from /usr/include/qpid/log/Options.h:21,
  2330.                  from /usr/include/qpid/messaging/Logger.h:16,
  2331.                  from cqpid.cpp:1868:
  2332. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2333.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2334.                                       ^
  2335. cqpid.cpp: In function ‘VALUE _wrap_Sender_getSession(int, VALUE*, VALUE)’:
  2336. cqpid.cpp:15793:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2337.      catch(qpid::messaging::TransactionUnknown& error) {
  2338.                             ^
  2339. cqpid.cpp:15795:30: error: ‘error’ was not declared in this scope
  2340.        rb_raise(merror, "%s", error.what());
  2341.                               ^
  2342. cqpid.cpp:15795:30: note: suggested alternatives:
  2343. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2344.                  from /usr/include/qpid/messaging/Logger.h:15,
  2345.                  from cqpid.cpp:1868:
  2346. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2347.  enum Level { trace, debug, info, notice, warning, error, critical };
  2348.                                                    ^
  2349. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2350.                  from /usr/include/boost/program_options.hpp:15,
  2351.                  from /usr/include/qpid/Options.h:33,
  2352.                  from /usr/include/qpid/log/Options.h:21,
  2353.                  from /usr/include/qpid/messaging/Logger.h:16,
  2354.                  from cqpid.cpp:1868:
  2355. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2356.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2357.                                       ^
  2358. cqpid.cpp: In function ‘VALUE _wrap_Sender_getAddress(int, VALUE*, VALUE)’:
  2359. cqpid.cpp:15897:57: error: ‘const class qpid::messaging::Sender’ has no member named ‘getAddress’
  2360.        result = ((qpid::messaging::Sender const *)arg1)->getAddress();
  2361.                                                          ^
  2362. cqpid.cpp:15911:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2363.      catch(qpid::messaging::TransactionUnknown& error) {
  2364.                             ^
  2365. cqpid.cpp:15913:30: error: ‘error’ was not declared in this scope
  2366.        rb_raise(merror, "%s", error.what());
  2367.                               ^
  2368. cqpid.cpp:15913:30: note: suggested alternatives:
  2369. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2370.                  from /usr/include/qpid/messaging/Logger.h:15,
  2371.                  from cqpid.cpp:1868:
  2372. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2373.  enum Level { trace, debug, info, notice, warning, error, critical };
  2374.                                                    ^
  2375. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2376.                  from /usr/include/boost/program_options.hpp:15,
  2377.                  from /usr/include/qpid/Options.h:33,
  2378.                  from /usr/include/qpid/log/Options.h:21,
  2379.                  from /usr/include/qpid/messaging/Logger.h:16,
  2380.                  from cqpid.cpp:1868:
  2381. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2382.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2383.                                       ^
  2384. cqpid.cpp: In function ‘VALUE _wrap_new_Session__SWIG_0(int, VALUE*, VALUE)’:
  2385. cqpid.cpp:16031:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2386.      catch(qpid::messaging::TransactionUnknown& error) {
  2387.                             ^
  2388. cqpid.cpp:16033:30: error: ‘error’ was not declared in this scope
  2389.        rb_raise(merror, "%s", error.what());
  2390.                               ^
  2391. cqpid.cpp:16033:30: note: suggested alternatives:
  2392. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2393.                  from /usr/include/qpid/messaging/Logger.h:15,
  2394.                  from cqpid.cpp:1868:
  2395. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2396.  enum Level { trace, debug, info, notice, warning, error, critical };
  2397.                                                    ^
  2398. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2399.                  from /usr/include/boost/program_options.hpp:15,
  2400.                  from /usr/include/qpid/Options.h:33,
  2401.                  from /usr/include/qpid/log/Options.h:21,
  2402.                  from /usr/include/qpid/messaging/Logger.h:16,
  2403.                  from cqpid.cpp:1868:
  2404. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2405.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2406.                                       ^
  2407. cqpid.cpp: In function ‘VALUE _wrap_new_Session__SWIG_1(int, VALUE*, VALUE)’:
  2408. cqpid.cpp:16140:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2409.      catch(qpid::messaging::TransactionUnknown& error) {
  2410.                             ^
  2411. cqpid.cpp:16142:30: error: ‘error’ was not declared in this scope
  2412.        rb_raise(merror, "%s", error.what());
  2413.                               ^
  2414. cqpid.cpp:16142:30: note: suggested alternatives:
  2415. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2416.                  from /usr/include/qpid/messaging/Logger.h:15,
  2417.                  from cqpid.cpp:1868:
  2418. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2419.  enum Level { trace, debug, info, notice, warning, error, critical };
  2420.                                                    ^
  2421. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2422.                  from /usr/include/boost/program_options.hpp:15,
  2423.                  from /usr/include/qpid/Options.h:33,
  2424.                  from /usr/include/qpid/log/Options.h:21,
  2425.                  from /usr/include/qpid/messaging/Logger.h:16,
  2426.                  from cqpid.cpp:1868:
  2427. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2428.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2429.                                       ^
  2430. cqpid.cpp: In function ‘VALUE _wrap_new_Session__SWIG_2(int, VALUE*, VALUE)’:
  2431. cqpid.cpp:16277:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2432.      catch(qpid::messaging::TransactionUnknown& error) {
  2433.                             ^
  2434. cqpid.cpp:16279:30: error: ‘error’ was not declared in this scope
  2435.        rb_raise(merror, "%s", error.what());
  2436.                               ^
  2437. cqpid.cpp:16279:30: note: suggested alternatives:
  2438. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2439.                  from /usr/include/qpid/messaging/Logger.h:15,
  2440.                  from cqpid.cpp:1868:
  2441. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2442.  enum Level { trace, debug, info, notice, warning, error, critical };
  2443.                                                    ^
  2444. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2445.                  from /usr/include/boost/program_options.hpp:15,
  2446.                  from /usr/include/qpid/Options.h:33,
  2447.                  from /usr/include/qpid/log/Options.h:21,
  2448.                  from /usr/include/qpid/messaging/Logger.h:16,
  2449.                  from cqpid.cpp:1868:
  2450. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2451.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2452.                                       ^
  2453. cqpid.cpp: In function ‘VALUE _wrap_Session_close(int, VALUE*, VALUE)’:
  2454. cqpid.cpp:16439:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2455.      catch(qpid::messaging::TransactionUnknown& error) {
  2456.                             ^
  2457. cqpid.cpp:16441:30: error: ‘error’ was not declared in this scope
  2458.        rb_raise(merror, "%s", error.what());
  2459.                               ^
  2460. cqpid.cpp:16441:30: note: suggested alternatives:
  2461. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2462.                  from /usr/include/qpid/messaging/Logger.h:15,
  2463.                  from cqpid.cpp:1868:
  2464. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2465.  enum Level { trace, debug, info, notice, warning, error, critical };
  2466.                                                    ^
  2467. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2468.                  from /usr/include/boost/program_options.hpp:15,
  2469.                  from /usr/include/qpid/Options.h:33,
  2470.                  from /usr/include/qpid/log/Options.h:21,
  2471.                  from /usr/include/qpid/messaging/Logger.h:16,
  2472.                  from cqpid.cpp:1868:
  2473. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2474.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2475.                                       ^
  2476. cqpid.cpp: In function ‘VALUE _wrap_Session_commit(int, VALUE*, VALUE)’:
  2477. cqpid.cpp:16554:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2478.      catch(qpid::messaging::TransactionUnknown& error) {
  2479.                             ^
  2480. cqpid.cpp:16556:30: error: ‘error’ was not declared in this scope
  2481.        rb_raise(merror, "%s", error.what());
  2482.                               ^
  2483. cqpid.cpp:16556:30: note: suggested alternatives:
  2484. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2485.                  from /usr/include/qpid/messaging/Logger.h:15,
  2486.                  from cqpid.cpp:1868:
  2487. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2488.  enum Level { trace, debug, info, notice, warning, error, critical };
  2489.                                                    ^
  2490. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2491.                  from /usr/include/boost/program_options.hpp:15,
  2492.                  from /usr/include/qpid/Options.h:33,
  2493.                  from /usr/include/qpid/log/Options.h:21,
  2494.                  from /usr/include/qpid/messaging/Logger.h:16,
  2495.                  from cqpid.cpp:1868:
  2496. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2497.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2498.                                       ^
  2499. cqpid.cpp: In function ‘VALUE _wrap_Session_rollback(int, VALUE*, VALUE)’:
  2500. cqpid.cpp:16669:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2501.      catch(qpid::messaging::TransactionUnknown& error) {
  2502.                             ^
  2503. cqpid.cpp:16671:30: error: ‘error’ was not declared in this scope
  2504.        rb_raise(merror, "%s", error.what());
  2505.                               ^
  2506. cqpid.cpp:16671:30: note: suggested alternatives:
  2507. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2508.                  from /usr/include/qpid/messaging/Logger.h:15,
  2509.                  from cqpid.cpp:1868:
  2510. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2511.  enum Level { trace, debug, info, notice, warning, error, critical };
  2512.                                                    ^
  2513. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2514.                  from /usr/include/boost/program_options.hpp:15,
  2515.                  from /usr/include/qpid/Options.h:33,
  2516.                  from /usr/include/qpid/log/Options.h:21,
  2517.                  from /usr/include/qpid/messaging/Logger.h:16,
  2518.                  from cqpid.cpp:1868:
  2519. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2520.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2521.                                       ^
  2522. cqpid.cpp: In function ‘VALUE _wrap_Session_acknowledge__SWIG_0(int, VALUE*, VALUE)’:
  2523. cqpid.cpp:16792:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2524.      catch(qpid::messaging::TransactionUnknown& error) {
  2525.                             ^
  2526. cqpid.cpp:16794:30: error: ‘error’ was not declared in this scope
  2527.        rb_raise(merror, "%s", error.what());
  2528.                               ^
  2529. cqpid.cpp:16794:30: note: suggested alternatives:
  2530. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2531.                  from /usr/include/qpid/messaging/Logger.h:15,
  2532.                  from cqpid.cpp:1868:
  2533. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2534.  enum Level { trace, debug, info, notice, warning, error, critical };
  2535.                                                    ^
  2536. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2537.                  from /usr/include/boost/program_options.hpp:15,
  2538.                  from /usr/include/qpid/Options.h:33,
  2539.                  from /usr/include/qpid/log/Options.h:21,
  2540.                  from /usr/include/qpid/messaging/Logger.h:16,
  2541.                  from cqpid.cpp:1868:
  2542. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2543.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2544.                                       ^
  2545. cqpid.cpp: In function ‘VALUE _wrap_Session_acknowledge__SWIG_1(int, VALUE*, VALUE)’:
  2546. cqpid.cpp:16907:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2547.      catch(qpid::messaging::TransactionUnknown& error) {
  2548.                             ^
  2549. cqpid.cpp:16909:30: error: ‘error’ was not declared in this scope
  2550.        rb_raise(merror, "%s", error.what());
  2551.                               ^
  2552. cqpid.cpp:16909:30: note: suggested alternatives:
  2553. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2554.                  from /usr/include/qpid/messaging/Logger.h:15,
  2555.                  from cqpid.cpp:1868:
  2556. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2557.  enum Level { trace, debug, info, notice, warning, error, critical };
  2558.                                                    ^
  2559. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2560.                  from /usr/include/boost/program_options.hpp:15,
  2561.                  from /usr/include/qpid/Options.h:33,
  2562.                  from /usr/include/qpid/log/Options.h:21,
  2563.                  from /usr/include/qpid/messaging/Logger.h:16,
  2564.                  from cqpid.cpp:1868:
  2565. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2566.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2567.                                       ^
  2568. cqpid.cpp: In function ‘VALUE _wrap_Session_acknowledge__SWIG_2(int, VALUE*, VALUE)’:
  2569. cqpid.cpp:17041:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2570.      catch(qpid::messaging::TransactionUnknown& error) {
  2571.                             ^
  2572. cqpid.cpp:17043:30: error: ‘error’ was not declared in this scope
  2573.        rb_raise(merror, "%s", error.what());
  2574.                               ^
  2575. cqpid.cpp:17043:30: note: suggested alternatives:
  2576. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2577.                  from /usr/include/qpid/messaging/Logger.h:15,
  2578.                  from cqpid.cpp:1868:
  2579. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2580.  enum Level { trace, debug, info, notice, warning, error, critical };
  2581.                                                    ^
  2582. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2583.                  from /usr/include/boost/program_options.hpp:15,
  2584.                  from /usr/include/qpid/Options.h:33,
  2585.                  from /usr/include/qpid/log/Options.h:21,
  2586.                  from /usr/include/qpid/messaging/Logger.h:16,
  2587.                  from cqpid.cpp:1868:
  2588. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2589.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2590.                                       ^
  2591. cqpid.cpp: In function ‘VALUE _wrap_Session_acknowledge__SWIG_3(int, VALUE*, VALUE)’:
  2592. cqpid.cpp:17167:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2593.      catch(qpid::messaging::TransactionUnknown& error) {
  2594.                             ^
  2595. cqpid.cpp:17169:30: error: ‘error’ was not declared in this scope
  2596.        rb_raise(merror, "%s", error.what());
  2597.                               ^
  2598. cqpid.cpp:17169:30: note: suggested alternatives:
  2599. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2600.                  from /usr/include/qpid/messaging/Logger.h:15,
  2601.                  from cqpid.cpp:1868:
  2602. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2603.  enum Level { trace, debug, info, notice, warning, error, critical };
  2604.                                                    ^
  2605. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2606.                  from /usr/include/boost/program_options.hpp:15,
  2607.                  from /usr/include/qpid/Options.h:33,
  2608.                  from /usr/include/qpid/log/Options.h:21,
  2609.                  from /usr/include/qpid/messaging/Logger.h:16,
  2610.                  from cqpid.cpp:1868:
  2611. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2612.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2613.                                       ^
  2614. cqpid.cpp: In function ‘VALUE _wrap_Session_acknowledgeUpTo__SWIG_0(int, VALUE*, VALUE)’:
  2615. cqpid.cpp:17382:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2616.      catch(qpid::messaging::TransactionUnknown& error) {
  2617.                             ^
  2618. cqpid.cpp:17384:30: error: ‘error’ was not declared in this scope
  2619.        rb_raise(merror, "%s", error.what());
  2620.                               ^
  2621. cqpid.cpp:17384:30: note: suggested alternatives:
  2622. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2623.                  from /usr/include/qpid/messaging/Logger.h:15,
  2624.                  from cqpid.cpp:1868:
  2625. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2626.  enum Level { trace, debug, info, notice, warning, error, critical };
  2627.                                                    ^
  2628. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2629.                  from /usr/include/boost/program_options.hpp:15,
  2630.                  from /usr/include/qpid/Options.h:33,
  2631.                  from /usr/include/qpid/log/Options.h:21,
  2632.                  from /usr/include/qpid/messaging/Logger.h:16,
  2633.                  from cqpid.cpp:1868:
  2634. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2635.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2636.                                       ^
  2637. cqpid.cpp: In function ‘VALUE _wrap_Session_acknowledgeUpTo__SWIG_1(int, VALUE*, VALUE)’:
  2638. cqpid.cpp:17508:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2639.      catch(qpid::messaging::TransactionUnknown& error) {
  2640.                             ^
  2641. cqpid.cpp:17510:30: error: ‘error’ was not declared in this scope
  2642.        rb_raise(merror, "%s", error.what());
  2643.                               ^
  2644. cqpid.cpp:17510:30: note: suggested alternatives:
  2645. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2646.                  from /usr/include/qpid/messaging/Logger.h:15,
  2647.                  from cqpid.cpp:1868:
  2648. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2649.  enum Level { trace, debug, info, notice, warning, error, critical };
  2650.                                                    ^
  2651. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2652.                  from /usr/include/boost/program_options.hpp:15,
  2653.                  from /usr/include/qpid/Options.h:33,
  2654.                  from /usr/include/qpid/log/Options.h:21,
  2655.                  from /usr/include/qpid/messaging/Logger.h:16,
  2656.                  from cqpid.cpp:1868:
  2657. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2658.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2659.                                       ^
  2660. cqpid.cpp: In function ‘VALUE _wrap_Session_reject(int, VALUE*, VALUE)’:
  2661. cqpid.cpp:17698:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2662.      catch(qpid::messaging::TransactionUnknown& error) {
  2663.                             ^
  2664. cqpid.cpp:17700:30: error: ‘error’ was not declared in this scope
  2665.        rb_raise(merror, "%s", error.what());
  2666.                               ^
  2667. cqpid.cpp:17700:30: note: suggested alternatives:
  2668. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2669.                  from /usr/include/qpid/messaging/Logger.h:15,
  2670.                  from cqpid.cpp:1868:
  2671. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2672.  enum Level { trace, debug, info, notice, warning, error, critical };
  2673.                                                    ^
  2674. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2675.                  from /usr/include/boost/program_options.hpp:15,
  2676.                  from /usr/include/qpid/Options.h:33,
  2677.                  from /usr/include/qpid/log/Options.h:21,
  2678.                  from /usr/include/qpid/messaging/Logger.h:16,
  2679.                  from cqpid.cpp:1868:
  2680. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2681.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2682.                                       ^
  2683. cqpid.cpp: In function ‘VALUE _wrap_Session_release(int, VALUE*, VALUE)’:
  2684. cqpid.cpp:17824:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2685.      catch(qpid::messaging::TransactionUnknown& error) {
  2686.                             ^
  2687. cqpid.cpp:17826:30: error: ‘error’ was not declared in this scope
  2688.        rb_raise(merror, "%s", error.what());
  2689.                               ^
  2690. cqpid.cpp:17826:30: note: suggested alternatives:
  2691. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2692.                  from /usr/include/qpid/messaging/Logger.h:15,
  2693.                  from cqpid.cpp:1868:
  2694. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2695.  enum Level { trace, debug, info, notice, warning, error, critical };
  2696.                                                    ^
  2697. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2698.                  from /usr/include/boost/program_options.hpp:15,
  2699.                  from /usr/include/qpid/Options.h:33,
  2700.                  from /usr/include/qpid/log/Options.h:21,
  2701.                  from /usr/include/qpid/messaging/Logger.h:16,
  2702.                  from cqpid.cpp:1868:
  2703. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2704.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2705.                                       ^
  2706. cqpid.cpp: In function ‘VALUE _wrap_Session_sync__SWIG_0(int, VALUE*, VALUE)’:
  2707. cqpid.cpp:17947:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2708.      catch(qpid::messaging::TransactionUnknown& error) {
  2709.                             ^
  2710. cqpid.cpp:17949:30: error: ‘error’ was not declared in this scope
  2711.        rb_raise(merror, "%s", error.what());
  2712.                               ^
  2713. cqpid.cpp:17949:30: note: suggested alternatives:
  2714. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2715.                  from /usr/include/qpid/messaging/Logger.h:15,
  2716.                  from cqpid.cpp:1868:
  2717. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2718.  enum Level { trace, debug, info, notice, warning, error, critical };
  2719.                                                    ^
  2720. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2721.                  from /usr/include/boost/program_options.hpp:15,
  2722.                  from /usr/include/qpid/Options.h:33,
  2723.                  from /usr/include/qpid/log/Options.h:21,
  2724.                  from /usr/include/qpid/messaging/Logger.h:16,
  2725.                  from cqpid.cpp:1868:
  2726. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2727.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2728.                                       ^
  2729. cqpid.cpp: In function ‘VALUE _wrap_Session_sync__SWIG_1(int, VALUE*, VALUE)’:
  2730. cqpid.cpp:18062:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2731.      catch(qpid::messaging::TransactionUnknown& error) {
  2732.                             ^
  2733. cqpid.cpp:18064:30: error: ‘error’ was not declared in this scope
  2734.        rb_raise(merror, "%s", error.what());
  2735.                               ^
  2736. cqpid.cpp:18064:30: note: suggested alternatives:
  2737. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2738.                  from /usr/include/qpid/messaging/Logger.h:15,
  2739.                  from cqpid.cpp:1868:
  2740. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2741.  enum Level { trace, debug, info, notice, warning, error, critical };
  2742.                                                    ^
  2743. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2744.                  from /usr/include/boost/program_options.hpp:15,
  2745.                  from /usr/include/qpid/Options.h:33,
  2746.                  from /usr/include/qpid/log/Options.h:21,
  2747.                  from /usr/include/qpid/messaging/Logger.h:16,
  2748.                  from cqpid.cpp:1868:
  2749. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2750.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2751.                                       ^
  2752. cqpid.cpp: In function ‘VALUE _wrap_Session_getReceivable(int, VALUE*, VALUE)’:
  2753. cqpid.cpp:18224:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2754.      catch(qpid::messaging::TransactionUnknown& error) {
  2755.                             ^
  2756. cqpid.cpp:18226:30: error: ‘error’ was not declared in this scope
  2757.        rb_raise(merror, "%s", error.what());
  2758.                               ^
  2759. cqpid.cpp:18226:30: note: suggested alternatives:
  2760. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2761.                  from /usr/include/qpid/messaging/Logger.h:15,
  2762.                  from cqpid.cpp:1868:
  2763. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2764.  enum Level { trace, debug, info, notice, warning, error, critical };
  2765.                                                    ^
  2766. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2767.                  from /usr/include/boost/program_options.hpp:15,
  2768.                  from /usr/include/qpid/Options.h:33,
  2769.                  from /usr/include/qpid/log/Options.h:21,
  2770.                  from /usr/include/qpid/messaging/Logger.h:16,
  2771.                  from cqpid.cpp:1868:
  2772. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2773.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2774.                                       ^
  2775. cqpid.cpp: In function ‘VALUE _wrap_Session_getUnsettledAcks(int, VALUE*, VALUE)’:
  2776. cqpid.cpp:18344:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2777.      catch(qpid::messaging::TransactionUnknown& error) {
  2778.                             ^
  2779. cqpid.cpp:18346:30: error: ‘error’ was not declared in this scope
  2780.        rb_raise(merror, "%s", error.what());
  2781.                               ^
  2782. cqpid.cpp:18346:30: note: suggested alternatives:
  2783. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2784.                  from /usr/include/qpid/messaging/Logger.h:15,
  2785.                  from cqpid.cpp:1868:
  2786. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2787.  enum Level { trace, debug, info, notice, warning, error, critical };
  2788.                                                    ^
  2789. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2790.                  from /usr/include/boost/program_options.hpp:15,
  2791.                  from /usr/include/qpid/Options.h:33,
  2792.                  from /usr/include/qpid/log/Options.h:21,
  2793.                  from /usr/include/qpid/messaging/Logger.h:16,
  2794.                  from cqpid.cpp:1868:
  2795. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2796.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2797.                                       ^
  2798. cqpid.cpp: In function ‘VALUE _wrap_Session_nextReceiver__SWIG_0(int, VALUE*, VALUE)’:
  2799. cqpid.cpp:18489:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2800.      catch(qpid::messaging::TransactionUnknown& error) {
  2801.                             ^
  2802. cqpid.cpp:18491:30: error: ‘error’ was not declared in this scope
  2803.        rb_raise(merror, "%s", error.what());
  2804.                               ^
  2805. cqpid.cpp:18491:30: note: suggested alternatives:
  2806. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2807.                  from /usr/include/qpid/messaging/Logger.h:15,
  2808.                  from cqpid.cpp:1868:
  2809. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2810.  enum Level { trace, debug, info, notice, warning, error, critical };
  2811.                                                    ^
  2812. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2813.                  from /usr/include/boost/program_options.hpp:15,
  2814.                  from /usr/include/qpid/Options.h:33,
  2815.                  from /usr/include/qpid/log/Options.h:21,
  2816.                  from /usr/include/qpid/messaging/Logger.h:16,
  2817.                  from cqpid.cpp:1868:
  2818. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2819.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2820.                                       ^
  2821. cqpid.cpp: In function ‘VALUE _wrap_Session_nextReceiver__SWIG_1(int, VALUE*, VALUE)’:
  2822. cqpid.cpp:18618:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2823.      catch(qpid::messaging::TransactionUnknown& error) {
  2824.                             ^
  2825. cqpid.cpp:18620:30: error: ‘error’ was not declared in this scope
  2826.        rb_raise(merror, "%s", error.what());
  2827.                               ^
  2828. cqpid.cpp:18620:30: note: suggested alternatives:
  2829. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2830.                  from /usr/include/qpid/messaging/Logger.h:15,
  2831.                  from cqpid.cpp:1868:
  2832. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2833.  enum Level { trace, debug, info, notice, warning, error, critical };
  2834.                                                    ^
  2835. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2836.                  from /usr/include/boost/program_options.hpp:15,
  2837.                  from /usr/include/qpid/Options.h:33,
  2838.                  from /usr/include/qpid/log/Options.h:21,
  2839.                  from /usr/include/qpid/messaging/Logger.h:16,
  2840.                  from cqpid.cpp:1868:
  2841. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2842.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2843.                                       ^
  2844. cqpid.cpp: In function ‘VALUE _wrap_Session_nextReceiver__SWIG_2(int, VALUE*, VALUE)’:
  2845. cqpid.cpp:18750:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2846.      catch(qpid::messaging::TransactionUnknown& error) {
  2847.                             ^
  2848. cqpid.cpp:18752:30: error: ‘error’ was not declared in this scope
  2849.        rb_raise(merror, "%s", error.what());
  2850.                               ^
  2851. cqpid.cpp:18752:30: note: suggested alternatives:
  2852. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2853.                  from /usr/include/qpid/messaging/Logger.h:15,
  2854.                  from cqpid.cpp:1868:
  2855. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2856.  enum Level { trace, debug, info, notice, warning, error, critical };
  2857.                                                    ^
  2858. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2859.                  from /usr/include/boost/program_options.hpp:15,
  2860.                  from /usr/include/qpid/Options.h:33,
  2861.                  from /usr/include/qpid/log/Options.h:21,
  2862.                  from /usr/include/qpid/messaging/Logger.h:16,
  2863.                  from cqpid.cpp:1868:
  2864. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2865.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2866.                                       ^
  2867. cqpid.cpp: In function ‘VALUE _wrap_Session_nextReceiver__SWIG_3(int, VALUE*, VALUE)’:
  2868. cqpid.cpp:18868:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2869.      catch(qpid::messaging::TransactionUnknown& error) {
  2870.                             ^
  2871. cqpid.cpp:18870:30: error: ‘error’ was not declared in this scope
  2872.        rb_raise(merror, "%s", error.what());
  2873.                               ^
  2874. cqpid.cpp:18870:30: note: suggested alternatives:
  2875. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2876.                  from /usr/include/qpid/messaging/Logger.h:15,
  2877.                  from cqpid.cpp:1868:
  2878. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2879.  enum Level { trace, debug, info, notice, warning, error, critical };
  2880.                                                    ^
  2881. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2882.                  from /usr/include/boost/program_options.hpp:15,
  2883.                  from /usr/include/qpid/Options.h:33,
  2884.                  from /usr/include/qpid/log/Options.h:21,
  2885.                  from /usr/include/qpid/messaging/Logger.h:16,
  2886.                  from cqpid.cpp:1868:
  2887. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2888.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2889.                                       ^
  2890. cqpid.cpp: In function ‘VALUE _wrap_Session_createSender__SWIG_0(int, VALUE*, VALUE)’:
  2891. cqpid.cpp:19076:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2892.      catch(qpid::messaging::TransactionUnknown& error) {
  2893.                             ^
  2894. cqpid.cpp:19078:30: error: ‘error’ was not declared in this scope
  2895.        rb_raise(merror, "%s", error.what());
  2896.                               ^
  2897. cqpid.cpp:19078:30: note: suggested alternatives:
  2898. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2899.                  from /usr/include/qpid/messaging/Logger.h:15,
  2900.                  from cqpid.cpp:1868:
  2901. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2902.  enum Level { trace, debug, info, notice, warning, error, critical };
  2903.                                                    ^
  2904. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2905.                  from /usr/include/boost/program_options.hpp:15,
  2906.                  from /usr/include/qpid/Options.h:33,
  2907.                  from /usr/include/qpid/log/Options.h:21,
  2908.                  from /usr/include/qpid/messaging/Logger.h:16,
  2909.                  from cqpid.cpp:1868:
  2910. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2911.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2912.                                       ^
  2913. cqpid.cpp: In function ‘VALUE _wrap_Session_createSender__SWIG_1(int, VALUE*, VALUE)’:
  2914. cqpid.cpp:19207:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2915.      catch(qpid::messaging::TransactionUnknown& error) {
  2916.                             ^
  2917. cqpid.cpp:19209:30: error: ‘error’ was not declared in this scope
  2918.        rb_raise(merror, "%s", error.what());
  2919.                               ^
  2920. cqpid.cpp:19209:30: note: suggested alternatives:
  2921. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2922.                  from /usr/include/qpid/messaging/Logger.h:15,
  2923.                  from cqpid.cpp:1868:
  2924. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2925.  enum Level { trace, debug, info, notice, warning, error, critical };
  2926.                                                    ^
  2927. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2928.                  from /usr/include/boost/program_options.hpp:15,
  2929.                  from /usr/include/qpid/Options.h:33,
  2930.                  from /usr/include/qpid/log/Options.h:21,
  2931.                  from /usr/include/qpid/messaging/Logger.h:16,
  2932.                  from cqpid.cpp:1868:
  2933. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2934.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2935.                                       ^
  2936. cqpid.cpp: In function ‘VALUE _wrap_Session_createReceiver__SWIG_0(int, VALUE*, VALUE)’:
  2937. cqpid.cpp:19386:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2938.      catch(qpid::messaging::TransactionUnknown& error) {
  2939.                             ^
  2940. cqpid.cpp:19388:30: error: ‘error’ was not declared in this scope
  2941.        rb_raise(merror, "%s", error.what());
  2942.                               ^
  2943. cqpid.cpp:19388:30: note: suggested alternatives:
  2944. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2945.                  from /usr/include/qpid/messaging/Logger.h:15,
  2946.                  from cqpid.cpp:1868:
  2947. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2948.  enum Level { trace, debug, info, notice, warning, error, critical };
  2949.                                                    ^
  2950. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2951.                  from /usr/include/boost/program_options.hpp:15,
  2952.                  from /usr/include/qpid/Options.h:33,
  2953.                  from /usr/include/qpid/log/Options.h:21,
  2954.                  from /usr/include/qpid/messaging/Logger.h:16,
  2955.                  from cqpid.cpp:1868:
  2956. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2957.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2958.                                       ^
  2959. cqpid.cpp: In function ‘VALUE _wrap_Session_createReceiver__SWIG_1(int, VALUE*, VALUE)’:
  2960. cqpid.cpp:19517:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2961.      catch(qpid::messaging::TransactionUnknown& error) {
  2962.                             ^
  2963. cqpid.cpp:19519:30: error: ‘error’ was not declared in this scope
  2964.        rb_raise(merror, "%s", error.what());
  2965.                               ^
  2966. cqpid.cpp:19519:30: note: suggested alternatives:
  2967. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2968.                  from /usr/include/qpid/messaging/Logger.h:15,
  2969.                  from cqpid.cpp:1868:
  2970. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2971.  enum Level { trace, debug, info, notice, warning, error, critical };
  2972.                                                    ^
  2973. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2974.                  from /usr/include/boost/program_options.hpp:15,
  2975.                  from /usr/include/qpid/Options.h:33,
  2976.                  from /usr/include/qpid/log/Options.h:21,
  2977.                  from /usr/include/qpid/messaging/Logger.h:16,
  2978.                  from cqpid.cpp:1868:
  2979. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  2980.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  2981.                                       ^
  2982. cqpid.cpp: In function ‘VALUE _wrap_Session_getSender(int, VALUE*, VALUE)’:
  2983. cqpid.cpp:19698:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  2984.      catch(qpid::messaging::TransactionUnknown& error) {
  2985.                             ^
  2986. cqpid.cpp:19700:30: error: ‘error’ was not declared in this scope
  2987.        rb_raise(merror, "%s", error.what());
  2988.                               ^
  2989. cqpid.cpp:19700:30: note: suggested alternatives:
  2990. In file included from /usr/include/qpid/log/Selector.h:22:0,
  2991.                  from /usr/include/qpid/messaging/Logger.h:15,
  2992.                  from cqpid.cpp:1868:
  2993. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  2994.  enum Level { trace, debug, info, notice, warning, error, critical };
  2995.                                                    ^
  2996. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  2997.                  from /usr/include/boost/program_options.hpp:15,
  2998.                  from /usr/include/qpid/Options.h:33,
  2999.                  from /usr/include/qpid/log/Options.h:21,
  3000.                  from /usr/include/qpid/messaging/Logger.h:16,
  3001.                  from cqpid.cpp:1868:
  3002. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3003.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3004.                                       ^
  3005. cqpid.cpp: In function ‘VALUE _wrap_Session_getReceiver(int, VALUE*, VALUE)’:
  3006. cqpid.cpp:19831:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3007.      catch(qpid::messaging::TransactionUnknown& error) {
  3008.                             ^
  3009. cqpid.cpp:19833:30: error: ‘error’ was not declared in this scope
  3010.        rb_raise(merror, "%s", error.what());
  3011.                               ^
  3012. cqpid.cpp:19833:30: note: suggested alternatives:
  3013. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3014.                  from /usr/include/qpid/messaging/Logger.h:15,
  3015.                  from cqpid.cpp:1868:
  3016. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3017.  enum Level { trace, debug, info, notice, warning, error, critical };
  3018.                                                    ^
  3019. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3020.                  from /usr/include/boost/program_options.hpp:15,
  3021.                  from /usr/include/qpid/Options.h:33,
  3022.                  from /usr/include/qpid/log/Options.h:21,
  3023.                  from /usr/include/qpid/messaging/Logger.h:16,
  3024.                  from cqpid.cpp:1868:
  3025. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3026.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3027.                                       ^
  3028. cqpid.cpp: In function ‘VALUE _wrap_Session_getConnection(int, VALUE*, VALUE)’:
  3029. cqpid.cpp:19951:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3030.      catch(qpid::messaging::TransactionUnknown& error) {
  3031.                             ^
  3032. cqpid.cpp:19953:30: error: ‘error’ was not declared in this scope
  3033.        rb_raise(merror, "%s", error.what());
  3034.                               ^
  3035. cqpid.cpp:19953:30: note: suggested alternatives:
  3036. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3037.                  from /usr/include/qpid/messaging/Logger.h:15,
  3038.                  from cqpid.cpp:1868:
  3039. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3040.  enum Level { trace, debug, info, notice, warning, error, critical };
  3041.                                                    ^
  3042. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3043.                  from /usr/include/boost/program_options.hpp:15,
  3044.                  from /usr/include/qpid/Options.h:33,
  3045.                  from /usr/include/qpid/log/Options.h:21,
  3046.                  from /usr/include/qpid/messaging/Logger.h:16,
  3047.                  from cqpid.cpp:1868:
  3048. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3049.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3050.                                       ^
  3051. cqpid.cpp: In function ‘VALUE _wrap_Session_hasError(int, VALUE*, VALUE)’:
  3052. cqpid.cpp:20069:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3053.      catch(qpid::messaging::TransactionUnknown& error) {
  3054.                             ^
  3055. cqpid.cpp:20071:30: error: ‘error’ was not declared in this scope
  3056.        rb_raise(merror, "%s", error.what());
  3057.                               ^
  3058. cqpid.cpp:20071:30: note: suggested alternatives:
  3059. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3060.                  from /usr/include/qpid/messaging/Logger.h:15,
  3061.                  from cqpid.cpp:1868:
  3062. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3063.  enum Level { trace, debug, info, notice, warning, error, critical };
  3064.                                                    ^
  3065. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3066.                  from /usr/include/boost/program_options.hpp:15,
  3067.                  from /usr/include/qpid/Options.h:33,
  3068.                  from /usr/include/qpid/log/Options.h:21,
  3069.                  from /usr/include/qpid/messaging/Logger.h:16,
  3070.                  from cqpid.cpp:1868:
  3071. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3072.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3073.                                       ^
  3074. cqpid.cpp: In function ‘VALUE _wrap_Session_checkError(int, VALUE*, VALUE)’:
  3075. cqpid.cpp:20185:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3076.      catch(qpid::messaging::TransactionUnknown& error) {
  3077.                             ^
  3078. cqpid.cpp:20187:30: error: ‘error’ was not declared in this scope
  3079.        rb_raise(merror, "%s", error.what());
  3080.                               ^
  3081. cqpid.cpp:20187:30: note: suggested alternatives:
  3082. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3083.                  from /usr/include/qpid/messaging/Logger.h:15,
  3084.                  from cqpid.cpp:1868:
  3085. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3086.  enum Level { trace, debug, info, notice, warning, error, critical };
  3087.                                                    ^
  3088. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3089.                  from /usr/include/boost/program_options.hpp:15,
  3090.                  from /usr/include/qpid/Options.h:33,
  3091.                  from /usr/include/qpid/log/Options.h:21,
  3092.                  from /usr/include/qpid/messaging/Logger.h:16,
  3093.                  from cqpid.cpp:1868:
  3094. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3095.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3096.                                       ^
  3097. cqpid.cpp: In function ‘VALUE _wrap_new_Connection__SWIG_0(int, VALUE*, VALUE)’:
  3098. cqpid.cpp:20304:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3099.      catch(qpid::messaging::TransactionUnknown& error) {
  3100.                             ^
  3101. cqpid.cpp:20306:30: error: ‘error’ was not declared in this scope
  3102.        rb_raise(merror, "%s", error.what());
  3103.                               ^
  3104. cqpid.cpp:20306:30: note: suggested alternatives:
  3105. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3106.                  from /usr/include/qpid/messaging/Logger.h:15,
  3107.                  from cqpid.cpp:1868:
  3108. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3109.  enum Level { trace, debug, info, notice, warning, error, critical };
  3110.                                                    ^
  3111. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3112.                  from /usr/include/boost/program_options.hpp:15,
  3113.                  from /usr/include/qpid/Options.h:33,
  3114.                  from /usr/include/qpid/log/Options.h:21,
  3115.                  from /usr/include/qpid/messaging/Logger.h:16,
  3116.                  from cqpid.cpp:1868:
  3117. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3118.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3119.                                       ^
  3120. cqpid.cpp: In function ‘VALUE _wrap_new_Connection__SWIG_1(int, VALUE*, VALUE)’:
  3121. cqpid.cpp:20424:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3122.      catch(qpid::messaging::TransactionUnknown& error) {
  3123.                             ^
  3124. cqpid.cpp:20426:30: error: ‘error’ was not declared in this scope
  3125.        rb_raise(merror, "%s", error.what());
  3126.                               ^
  3127. cqpid.cpp:20426:30: note: suggested alternatives:
  3128. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3129.                  from /usr/include/qpid/messaging/Logger.h:15,
  3130.                  from cqpid.cpp:1868:
  3131. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3132.  enum Level { trace, debug, info, notice, warning, error, critical };
  3133.                                                    ^
  3134. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3135.                  from /usr/include/boost/program_options.hpp:15,
  3136.                  from /usr/include/qpid/Options.h:33,
  3137.                  from /usr/include/qpid/log/Options.h:21,
  3138.                  from /usr/include/qpid/messaging/Logger.h:16,
  3139.                  from cqpid.cpp:1868:
  3140. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3141.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3142.                                       ^
  3143. cqpid.cpp: In function ‘VALUE _wrap_new_Connection__SWIG_2(int, VALUE*, VALUE)’:
  3144. cqpid.cpp:20533:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3145.      catch(qpid::messaging::TransactionUnknown& error) {
  3146.                             ^
  3147. cqpid.cpp:20535:30: error: ‘error’ was not declared in this scope
  3148.        rb_raise(merror, "%s", error.what());
  3149.                               ^
  3150. cqpid.cpp:20535:30: note: suggested alternatives:
  3151. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3152.                  from /usr/include/qpid/messaging/Logger.h:15,
  3153.                  from cqpid.cpp:1868:
  3154. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3155.  enum Level { trace, debug, info, notice, warning, error, critical };
  3156.                                                    ^
  3157. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3158.                  from /usr/include/boost/program_options.hpp:15,
  3159.                  from /usr/include/qpid/Options.h:33,
  3160.                  from /usr/include/qpid/log/Options.h:21,
  3161.                  from /usr/include/qpid/messaging/Logger.h:16,
  3162.                  from cqpid.cpp:1868:
  3163. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3164.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3165.                                       ^
  3166. cqpid.cpp: In function ‘VALUE _wrap_new_Connection__SWIG_3(int, VALUE*, VALUE)’:
  3167. cqpid.cpp:20660:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3168.      catch(qpid::messaging::TransactionUnknown& error) {
  3169.                             ^
  3170. cqpid.cpp:20662:30: error: ‘error’ was not declared in this scope
  3171.        rb_raise(merror, "%s", error.what());
  3172.                               ^
  3173. cqpid.cpp:20662:30: note: suggested alternatives:
  3174. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3175.                  from /usr/include/qpid/messaging/Logger.h:15,
  3176.                  from cqpid.cpp:1868:
  3177. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3178.  enum Level { trace, debug, info, notice, warning, error, critical };
  3179.                                                    ^
  3180. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3181.                  from /usr/include/boost/program_options.hpp:15,
  3182.                  from /usr/include/qpid/Options.h:33,
  3183.                  from /usr/include/qpid/log/Options.h:21,
  3184.                  from /usr/include/qpid/messaging/Logger.h:16,
  3185.                  from cqpid.cpp:1868:
  3186. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3187.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3188.                                       ^
  3189. cqpid.cpp: In function ‘VALUE _wrap_new_Connection__SWIG_4(int, VALUE*, VALUE)’:
  3190. cqpid.cpp:20790:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3191.      catch(qpid::messaging::TransactionUnknown& error) {
  3192.                             ^
  3193. cqpid.cpp:20792:30: error: ‘error’ was not declared in this scope
  3194.        rb_raise(merror, "%s", error.what());
  3195.                               ^
  3196. cqpid.cpp:20792:30: note: suggested alternatives:
  3197. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3198.                  from /usr/include/qpid/messaging/Logger.h:15,
  3199.                  from cqpid.cpp:1868:
  3200. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3201.  enum Level { trace, debug, info, notice, warning, error, critical };
  3202.                                                    ^
  3203. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3204.                  from /usr/include/boost/program_options.hpp:15,
  3205.                  from /usr/include/qpid/Options.h:33,
  3206.                  from /usr/include/qpid/log/Options.h:21,
  3207.                  from /usr/include/qpid/messaging/Logger.h:16,
  3208.                  from cqpid.cpp:1868:
  3209. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3210.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3211.                                       ^
  3212. cqpid.cpp: In function ‘VALUE _wrap_new_Connection__SWIG_5(int, VALUE*, VALUE)’:
  3213. cqpid.cpp:20944:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3214.      catch(qpid::messaging::TransactionUnknown& error) {
  3215.                             ^
  3216. cqpid.cpp:20946:30: error: ‘error’ was not declared in this scope
  3217.        rb_raise(merror, "%s", error.what());
  3218.                               ^
  3219. cqpid.cpp:20946:30: note: suggested alternatives:
  3220. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3221.                  from /usr/include/qpid/messaging/Logger.h:15,
  3222.                  from cqpid.cpp:1868:
  3223. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3224.  enum Level { trace, debug, info, notice, warning, error, critical };
  3225.                                                    ^
  3226. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3227.                  from /usr/include/boost/program_options.hpp:15,
  3228.                  from /usr/include/qpid/Options.h:33,
  3229.                  from /usr/include/qpid/log/Options.h:21,
  3230.                  from /usr/include/qpid/messaging/Logger.h:16,
  3231.                  from cqpid.cpp:1868:
  3232. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3233.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3234.                                       ^
  3235. cqpid.cpp: In function ‘VALUE _wrap_Connection_setOption(int, VALUE*, VALUE)’:
  3236. cqpid.cpp:21163:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3237.      catch(qpid::messaging::TransactionUnknown& error) {
  3238.                             ^
  3239. cqpid.cpp:21165:30: error: ‘error’ was not declared in this scope
  3240.        rb_raise(merror, "%s", error.what());
  3241.                               ^
  3242. cqpid.cpp:21165:30: note: suggested alternatives:
  3243. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3244.                  from /usr/include/qpid/messaging/Logger.h:15,
  3245.                  from cqpid.cpp:1868:
  3246. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3247.  enum Level { trace, debug, info, notice, warning, error, critical };
  3248.                                                    ^
  3249. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3250.                  from /usr/include/boost/program_options.hpp:15,
  3251.                  from /usr/include/qpid/Options.h:33,
  3252.                  from /usr/include/qpid/log/Options.h:21,
  3253.                  from /usr/include/qpid/messaging/Logger.h:16,
  3254.                  from cqpid.cpp:1868:
  3255. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3256.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3257.                                       ^
  3258. cqpid.cpp: In function ‘VALUE _wrap_Connection_open(int, VALUE*, VALUE)’:
  3259. cqpid.cpp:21286:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3260.      catch(qpid::messaging::TransactionUnknown& error) {
  3261.                             ^
  3262. cqpid.cpp:21288:30: error: ‘error’ was not declared in this scope
  3263.        rb_raise(merror, "%s", error.what());
  3264.                               ^
  3265. cqpid.cpp:21288:30: note: suggested alternatives:
  3266. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3267.                  from /usr/include/qpid/messaging/Logger.h:15,
  3268.                  from cqpid.cpp:1868:
  3269. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3270.  enum Level { trace, debug, info, notice, warning, error, critical };
  3271.                                                    ^
  3272. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3273.                  from /usr/include/boost/program_options.hpp:15,
  3274.                  from /usr/include/qpid/Options.h:33,
  3275.                  from /usr/include/qpid/log/Options.h:21,
  3276.                  from /usr/include/qpid/messaging/Logger.h:16,
  3277.                  from cqpid.cpp:1868:
  3278. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3279.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3280.                                       ^
  3281. cqpid.cpp: In function ‘VALUE _wrap_Connection_isOpen__SWIG_0(int, VALUE*, VALUE)’:
  3282. cqpid.cpp:21403:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3283.      catch(qpid::messaging::TransactionUnknown& error) {
  3284.                             ^
  3285. cqpid.cpp:21405:30: error: ‘error’ was not declared in this scope
  3286.        rb_raise(merror, "%s", error.what());
  3287.                               ^
  3288. cqpid.cpp:21405:30: note: suggested alternatives:
  3289. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3290.                  from /usr/include/qpid/messaging/Logger.h:15,
  3291.                  from cqpid.cpp:1868:
  3292. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3293.  enum Level { trace, debug, info, notice, warning, error, critical };
  3294.                                                    ^
  3295. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3296.                  from /usr/include/boost/program_options.hpp:15,
  3297.                  from /usr/include/qpid/Options.h:33,
  3298.                  from /usr/include/qpid/log/Options.h:21,
  3299.                  from /usr/include/qpid/messaging/Logger.h:16,
  3300.                  from cqpid.cpp:1868:
  3301. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3302.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3303.                                       ^
  3304. cqpid.cpp: In function ‘VALUE _wrap_Connection_isOpen__SWIG_1(int, VALUE*, VALUE)’:
  3305. cqpid.cpp:21521:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3306.      catch(qpid::messaging::TransactionUnknown& error) {
  3307.                             ^
  3308. cqpid.cpp:21523:30: error: ‘error’ was not declared in this scope
  3309.        rb_raise(merror, "%s", error.what());
  3310.                               ^
  3311. cqpid.cpp:21523:30: note: suggested alternatives:
  3312. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3313.                  from /usr/include/qpid/messaging/Logger.h:15,
  3314.                  from cqpid.cpp:1868:
  3315. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3316.  enum Level { trace, debug, info, notice, warning, error, critical };
  3317.                                                    ^
  3318. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3319.                  from /usr/include/boost/program_options.hpp:15,
  3320.                  from /usr/include/qpid/Options.h:33,
  3321.                  from /usr/include/qpid/log/Options.h:21,
  3322.                  from /usr/include/qpid/messaging/Logger.h:16,
  3323.                  from cqpid.cpp:1868:
  3324. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3325.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3326.                                       ^
  3327. cqpid.cpp: In function ‘VALUE _wrap_Connection_reconnect__SWIG_0(int, VALUE*, VALUE)’:
  3328. cqpid.cpp:21675:15: error: ‘class qpid::messaging::Connection’ has no member named ‘reconnect’
  3329.        (arg1)->reconnect((std::string const &)*arg2);
  3330.                ^
  3331. cqpid.cpp:21689:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3332.      catch(qpid::messaging::TransactionUnknown& error) {
  3333.                             ^
  3334. cqpid.cpp:21691:30: error: ‘error’ was not declared in this scope
  3335.        rb_raise(merror, "%s", error.what());
  3336.                               ^
  3337. cqpid.cpp:21691:30: note: suggested alternatives:
  3338. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3339.                  from /usr/include/qpid/messaging/Logger.h:15,
  3340.                  from cqpid.cpp:1868:
  3341. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3342.  enum Level { trace, debug, info, notice, warning, error, critical };
  3343.                                                    ^
  3344. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3345.                  from /usr/include/boost/program_options.hpp:15,
  3346.                  from /usr/include/qpid/Options.h:33,
  3347.                  from /usr/include/qpid/log/Options.h:21,
  3348.                  from /usr/include/qpid/messaging/Logger.h:16,
  3349.                  from cqpid.cpp:1868:
  3350. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3351.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3352.                                       ^
  3353. cqpid.cpp: In function ‘VALUE _wrap_Connection_reconnect__SWIG_1(int, VALUE*, VALUE)’:
  3354. cqpid.cpp:21792:15: error: ‘class qpid::messaging::Connection’ has no member named ‘reconnect’
  3355.        (arg1)->reconnect();
  3356.                ^
  3357. cqpid.cpp:21806:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3358.      catch(qpid::messaging::TransactionUnknown& error) {
  3359.                             ^
  3360. cqpid.cpp:21808:30: error: ‘error’ was not declared in this scope
  3361.        rb_raise(merror, "%s", error.what());
  3362.                               ^
  3363. cqpid.cpp:21808:30: note: suggested alternatives:
  3364. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3365.                  from /usr/include/qpid/messaging/Logger.h:15,
  3366.                  from cqpid.cpp:1868:
  3367. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3368.  enum Level { trace, debug, info, notice, warning, error, critical };
  3369.                                                    ^
  3370. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3371.                  from /usr/include/boost/program_options.hpp:15,
  3372.                  from /usr/include/qpid/Options.h:33,
  3373.                  from /usr/include/qpid/log/Options.h:21,
  3374.                  from /usr/include/qpid/messaging/Logger.h:16,
  3375.                  from cqpid.cpp:1868:
  3376. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3377.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3378.                                       ^
  3379. cqpid.cpp: In function ‘VALUE _wrap_Connection_getUrl(int, VALUE*, VALUE)’:
  3380. cqpid.cpp:21952:61: error: ‘const class qpid::messaging::Connection’ has no member named ‘getUrl’
  3381.        result = ((qpid::messaging::Connection const *)arg1)->getUrl();
  3382.                                                              ^
  3383. cqpid.cpp:21966:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3384.      catch(qpid::messaging::TransactionUnknown& error) {
  3385.                             ^
  3386. cqpid.cpp:21968:30: error: ‘error’ was not declared in this scope
  3387.        rb_raise(merror, "%s", error.what());
  3388.                               ^
  3389. cqpid.cpp:21968:30: note: suggested alternatives:
  3390. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3391.                  from /usr/include/qpid/messaging/Logger.h:15,
  3392.                  from cqpid.cpp:1868:
  3393. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3394.  enum Level { trace, debug, info, notice, warning, error, critical };
  3395.                                                    ^
  3396. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3397.                  from /usr/include/boost/program_options.hpp:15,
  3398.                  from /usr/include/qpid/Options.h:33,
  3399.                  from /usr/include/qpid/log/Options.h:21,
  3400.                  from /usr/include/qpid/messaging/Logger.h:16,
  3401.                  from cqpid.cpp:1868:
  3402. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3403.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3404.                                       ^
  3405. cqpid.cpp: In function ‘VALUE _wrap_Connection_close(int, VALUE*, VALUE)’:
  3406. cqpid.cpp:22082:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3407.      catch(qpid::messaging::TransactionUnknown& error) {
  3408.                             ^
  3409. cqpid.cpp:22084:30: error: ‘error’ was not declared in this scope
  3410.        rb_raise(merror, "%s", error.what());
  3411.                               ^
  3412. cqpid.cpp:22084:30: note: suggested alternatives:
  3413. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3414.                  from /usr/include/qpid/messaging/Logger.h:15,
  3415.                  from cqpid.cpp:1868:
  3416. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3417.  enum Level { trace, debug, info, notice, warning, error, critical };
  3418.                                                    ^
  3419. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3420.                  from /usr/include/boost/program_options.hpp:15,
  3421.                  from /usr/include/qpid/Options.h:33,
  3422.                  from /usr/include/qpid/log/Options.h:21,
  3423.                  from /usr/include/qpid/messaging/Logger.h:16,
  3424.                  from cqpid.cpp:1868:
  3425. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3426.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3427.                                       ^
  3428. cqpid.cpp: In function ‘VALUE _wrap_Connection_createTransactionalSession__SWIG_0(int, VALUE*, VALUE)’:
  3429. cqpid.cpp:22212:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3430.      catch(qpid::messaging::TransactionUnknown& error) {
  3431.                             ^
  3432. cqpid.cpp:22214:30: error: ‘error’ was not declared in this scope
  3433.        rb_raise(merror, "%s", error.what());
  3434.                               ^
  3435. cqpid.cpp:22214:30: note: suggested alternatives:
  3436. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3437.                  from /usr/include/qpid/messaging/Logger.h:15,
  3438.                  from cqpid.cpp:1868:
  3439. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3440.  enum Level { trace, debug, info, notice, warning, error, critical };
  3441.                                                    ^
  3442. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3443.                  from /usr/include/boost/program_options.hpp:15,
  3444.                  from /usr/include/qpid/Options.h:33,
  3445.                  from /usr/include/qpid/log/Options.h:21,
  3446.                  from /usr/include/qpid/messaging/Logger.h:16,
  3447.                  from cqpid.cpp:1868:
  3448. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3449.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3450.                                       ^
  3451. cqpid.cpp: In function ‘VALUE _wrap_Connection_createTransactionalSession__SWIG_1(int, VALUE*, VALUE)’:
  3452. cqpid.cpp:22332:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3453.      catch(qpid::messaging::TransactionUnknown& error) {
  3454.                             ^
  3455. cqpid.cpp:22334:30: error: ‘error’ was not declared in this scope
  3456.        rb_raise(merror, "%s", error.what());
  3457.                               ^
  3458. cqpid.cpp:22334:30: note: suggested alternatives:
  3459. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3460.                  from /usr/include/qpid/messaging/Logger.h:15,
  3461.                  from cqpid.cpp:1868:
  3462. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3463.  enum Level { trace, debug, info, notice, warning, error, critical };
  3464.                                                    ^
  3465. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3466.                  from /usr/include/boost/program_options.hpp:15,
  3467.                  from /usr/include/qpid/Options.h:33,
  3468.                  from /usr/include/qpid/log/Options.h:21,
  3469.                  from /usr/include/qpid/messaging/Logger.h:16,
  3470.                  from cqpid.cpp:1868:
  3471. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3472.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3473.                                       ^
  3474. cqpid.cpp: In function ‘VALUE _wrap_Connection_createSession__SWIG_0(int, VALUE*, VALUE)’:
  3475. cqpid.cpp:22506:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3476.      catch(qpid::messaging::TransactionUnknown& error) {
  3477.                             ^
  3478. cqpid.cpp:22508:30: error: ‘error’ was not declared in this scope
  3479.        rb_raise(merror, "%s", error.what());
  3480.                               ^
  3481. cqpid.cpp:22508:30: note: suggested alternatives:
  3482. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3483.                  from /usr/include/qpid/messaging/Logger.h:15,
  3484.                  from cqpid.cpp:1868:
  3485. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3486.  enum Level { trace, debug, info, notice, warning, error, critical };
  3487.                                                    ^
  3488. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3489.                  from /usr/include/boost/program_options.hpp:15,
  3490.                  from /usr/include/qpid/Options.h:33,
  3491.                  from /usr/include/qpid/log/Options.h:21,
  3492.                  from /usr/include/qpid/messaging/Logger.h:16,
  3493.                  from cqpid.cpp:1868:
  3494. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3495.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3496.                                       ^
  3497. cqpid.cpp: In function ‘VALUE _wrap_Connection_createSession__SWIG_1(int, VALUE*, VALUE)’:
  3498. cqpid.cpp:22626:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3499.      catch(qpid::messaging::TransactionUnknown& error) {
  3500.                             ^
  3501. cqpid.cpp:22628:30: error: ‘error’ was not declared in this scope
  3502.        rb_raise(merror, "%s", error.what());
  3503.                               ^
  3504. cqpid.cpp:22628:30: note: suggested alternatives:
  3505. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3506.                  from /usr/include/qpid/messaging/Logger.h:15,
  3507.                  from cqpid.cpp:1868:
  3508. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3509.  enum Level { trace, debug, info, notice, warning, error, critical };
  3510.                                                    ^
  3511. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3512.                  from /usr/include/boost/program_options.hpp:15,
  3513.                  from /usr/include/qpid/Options.h:33,
  3514.                  from /usr/include/qpid/log/Options.h:21,
  3515.                  from /usr/include/qpid/messaging/Logger.h:16,
  3516.                  from cqpid.cpp:1868:
  3517. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3518.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3519.                                       ^
  3520. cqpid.cpp: In function ‘VALUE _wrap_Connection_getSession(int, VALUE*, VALUE)’:
  3521. cqpid.cpp:22800:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3522.      catch(qpid::messaging::TransactionUnknown& error) {
  3523.                             ^
  3524. cqpid.cpp:22802:30: error: ‘error’ was not declared in this scope
  3525.        rb_raise(merror, "%s", error.what());
  3526.                               ^
  3527. cqpid.cpp:22802:30: note: suggested alternatives:
  3528. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3529.                  from /usr/include/qpid/messaging/Logger.h:15,
  3530.                  from cqpid.cpp:1868:
  3531. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3532.  enum Level { trace, debug, info, notice, warning, error, critical };
  3533.                                                    ^
  3534. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3535.                  from /usr/include/boost/program_options.hpp:15,
  3536.                  from /usr/include/qpid/Options.h:33,
  3537.                  from /usr/include/qpid/log/Options.h:21,
  3538.                  from /usr/include/qpid/messaging/Logger.h:16,
  3539.                  from cqpid.cpp:1868:
  3540. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3541.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3542.                                       ^
  3543. cqpid.cpp: In function ‘VALUE _wrap_Connection_getAuthenticatedUsername(int, VALUE*, VALUE)’:
  3544. cqpid.cpp:22920:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3545.      catch(qpid::messaging::TransactionUnknown& error) {
  3546.                             ^
  3547. cqpid.cpp:22922:30: error: ‘error’ was not declared in this scope
  3548.        rb_raise(merror, "%s", error.what());
  3549.                               ^
  3550. cqpid.cpp:22922:30: note: suggested alternatives:
  3551. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3552.                  from /usr/include/qpid/messaging/Logger.h:15,
  3553.                  from cqpid.cpp:1868:
  3554. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3555.  enum Level { trace, debug, info, notice, warning, error, critical };
  3556.                                                    ^
  3557. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3558.                  from /usr/include/boost/program_options.hpp:15,
  3559.                  from /usr/include/qpid/Options.h:33,
  3560.                  from /usr/include/qpid/log/Options.h:21,
  3561.                  from /usr/include/qpid/messaging/Logger.h:16,
  3562.                  from cqpid.cpp:1868:
  3563. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3564.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3565.                                       ^
  3566. cqpid.cpp: In function ‘VALUE _wrap_new_FailoverUpdates(int, VALUE*, VALUE)’:
  3567. cqpid.cpp:23060:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3568.      catch(qpid::messaging::TransactionUnknown& error) {
  3569.                             ^
  3570. cqpid.cpp:23062:30: error: ‘error’ was not declared in this scope
  3571.        rb_raise(merror, "%s", error.what());
  3572.                               ^
  3573. cqpid.cpp:23062:30: note: suggested alternatives:
  3574. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3575.                  from /usr/include/qpid/messaging/Logger.h:15,
  3576.                  from cqpid.cpp:1868:
  3577. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3578.  enum Level { trace, debug, info, notice, warning, error, critical };
  3579.                                                    ^
  3580. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3581.                  from /usr/include/boost/program_options.hpp:15,
  3582.                  from /usr/include/qpid/Options.h:33,
  3583.                  from /usr/include/qpid/log/Options.h:21,
  3584.                  from /usr/include/qpid/messaging/Logger.h:16,
  3585.                  from cqpid.cpp:1868:
  3586. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3587.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3588.                                       ^
  3589. cqpid.cpp: At global scope:
  3590. cqpid.cpp:23150:51: error: variable or field ‘free_qpid_messaging_LoggerOutput’ declared void
  3591.  free_qpid_messaging_LoggerOutput(qpid::messaging::LoggerOutput *arg1) {
  3592.                                                    ^
  3593. cqpid.cpp:23150:34: error: ‘LoggerOutput’ is not a member of ‘qpid::messaging’
  3594.  free_qpid_messaging_LoggerOutput(qpid::messaging::LoggerOutput *arg1) {
  3595.                                   ^
  3596. cqpid.cpp:23150:65: error: ‘arg1’ was not declared in this scope
  3597.  free_qpid_messaging_LoggerOutput(qpid::messaging::LoggerOutput *arg1) {
  3598.                                                                  ^
  3599. cqpid.cpp: In function ‘VALUE _wrap_LoggerOutput_log(int, VALUE*, VALUE)’:
  3600. cqpid.cpp:23156:3: error: ‘LoggerOutput’ is not a member of ‘qpid::messaging’
  3601.    qpid::messaging::LoggerOutput *arg1 = (qpid::messaging::LoggerOutput *) 0 ;
  3602.    ^
  3603. cqpid.cpp:23156:34: error: ‘arg1’ was not declared in this scope
  3604.    qpid::messaging::LoggerOutput *arg1 = (qpid::messaging::LoggerOutput *) 0 ;
  3605.                                   ^
  3606. cqpid.cpp:23156:42: error: ‘LoggerOutput’ is not a member of ‘qpid::messaging’
  3607.    qpid::messaging::LoggerOutput *arg1 = (qpid::messaging::LoggerOutput *) 0 ;
  3608.                                           ^
  3609. cqpid.cpp:23156:73: error: expected primary-expression before ‘)’ token
  3610.    qpid::messaging::LoggerOutput *arg1 = (qpid::messaging::LoggerOutput *) 0 ;
  3611.                                                                          ^
  3612. cqpid.cpp:23157:3: error: ‘Level’ is not a member of ‘qpid::messaging’
  3613.    qpid::messaging::Level arg2 ;
  3614.    ^
  3615. cqpid.cpp:23157:3: note: suggested alternative:
  3616. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3617.                  from /usr/include/qpid/messaging/Logger.h:15,
  3618.                  from cqpid.cpp:1868:
  3619. /usr/include/qpid/log/Statement.h:38:6: note:   ‘qpid::log::Level’
  3620.  enum Level { trace, debug, info, notice, warning, error, critical };
  3621.       ^
  3622. cqpid.cpp:23186:45: error: ‘LoggerOutput’ in namespace ‘qpid::messaging’ does not name a type
  3623.    arg1 = reinterpret_cast< qpid::messaging::LoggerOutput * >(argp1);
  3624.                                              ^
  3625. cqpid.cpp:23186:58: error: expected ‘>’ before ‘*’ token
  3626.    arg1 = reinterpret_cast< qpid::messaging::LoggerOutput * >(argp1);
  3627.                                                           ^
  3628. cqpid.cpp:23186:58: error: expected ‘(’ before ‘*’ token
  3629. cqpid.cpp:23186:60: error: expected primary-expression before ‘>’ token
  3630.    arg1 = reinterpret_cast< qpid::messaging::LoggerOutput * >(argp1);
  3631.                                                             ^
  3632. cqpid.cpp:23186:68: error: expected ‘)’ before ‘;’ token
  3633.    arg1 = reinterpret_cast< qpid::messaging::LoggerOutput * >(argp1);
  3634.                                                                     ^
  3635. cqpid.cpp:23191:3: error: ‘arg2’ was not declared in this scope
  3636.    arg2 = static_cast< qpid::messaging::Level >(val2);
  3637.    ^
  3638. cqpid.cpp:23191:40: error: ‘Level’ in namespace ‘qpid::messaging’ does not name a type
  3639.    arg2 = static_cast< qpid::messaging::Level >(val2);
  3640.                                         ^
  3641. cqpid.cpp:23242:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3642.      catch(qpid::messaging::TransactionUnknown& error) {
  3643.                             ^
  3644. cqpid.cpp:23244:30: error: ‘error’ was not declared in this scope
  3645.        rb_raise(merror, "%s", error.what());
  3646.                               ^
  3647. cqpid.cpp:23244:30: note: suggested alternatives:
  3648. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3649.                  from /usr/include/qpid/messaging/Logger.h:15,
  3650.                  from cqpid.cpp:1868:
  3651. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3652.  enum Level { trace, debug, info, notice, warning, error, critical };
  3653.                                                    ^
  3654. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3655.                  from /usr/include/boost/program_options.hpp:15,
  3656.                  from /usr/include/qpid/Options.h:33,
  3657.                  from /usr/include/qpid/log/Options.h:21,
  3658.                  from /usr/include/qpid/messaging/Logger.h:16,
  3659.                  from cqpid.cpp:1868:
  3660. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3661.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3662.                                       ^
  3663. cqpid.cpp: In function ‘VALUE _wrap_Logger_configure__SWIG_0(int, VALUE*, VALUE)’:
  3664. cqpid.cpp:23372:24: error: ‘qpid::messaging::Logger’ has not been declared
  3665.        qpid::messaging::Logger::configure(arg1,(char const *(*))arg2,(std::string const &)*arg3);
  3666.                         ^
  3667. cqpid.cpp:23386:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3668.      catch(qpid::messaging::TransactionUnknown& error) {
  3669.                             ^
  3670. cqpid.cpp:23388:30: error: ‘error’ was not declared in this scope
  3671.        rb_raise(merror, "%s", error.what());
  3672.                               ^
  3673. cqpid.cpp:23388:30: note: suggested alternatives:
  3674. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3675.                  from /usr/include/qpid/messaging/Logger.h:15,
  3676.                  from cqpid.cpp:1868:
  3677. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3678.  enum Level { trace, debug, info, notice, warning, error, critical };
  3679.                                                    ^
  3680. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3681.                  from /usr/include/boost/program_options.hpp:15,
  3682.                  from /usr/include/qpid/Options.h:33,
  3683.                  from /usr/include/qpid/log/Options.h:21,
  3684.                  from /usr/include/qpid/messaging/Logger.h:16,
  3685.                  from cqpid.cpp:1868:
  3686. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3687.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3688.                                       ^
  3689. cqpid.cpp: In function ‘VALUE _wrap_Logger_configure__SWIG_1(int, VALUE*, VALUE)’:
  3690. cqpid.cpp:23497:24: error: ‘qpid::messaging::Logger’ has not been declared
  3691.        qpid::messaging::Logger::configure(arg1,(char const *(*))arg2);
  3692.                         ^
  3693. cqpid.cpp:23511:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3694.      catch(qpid::messaging::TransactionUnknown& error) {
  3695.                             ^
  3696. cqpid.cpp:23513:30: error: ‘error’ was not declared in this scope
  3697.        rb_raise(merror, "%s", error.what());
  3698.                               ^
  3699. cqpid.cpp:23513:30: note: suggested alternatives:
  3700. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3701.                  from /usr/include/qpid/messaging/Logger.h:15,
  3702.                  from cqpid.cpp:1868:
  3703. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3704.  enum Level { trace, debug, info, notice, warning, error, critical };
  3705.                                                    ^
  3706. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3707.                  from /usr/include/boost/program_options.hpp:15,
  3708.                  from /usr/include/qpid/Options.h:33,
  3709.                  from /usr/include/qpid/log/Options.h:21,
  3710.                  from /usr/include/qpid/messaging/Logger.h:16,
  3711.                  from cqpid.cpp:1868:
  3712. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3713.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3714.                                       ^
  3715. cqpid.cpp: In function ‘VALUE _wrap_Logger_usage(int, VALUE*, VALUE)’:
  3716. cqpid.cpp:23660:33: error: ‘qpid::messaging::Logger’ has not been declared
  3717.        result = qpid::messaging::Logger::usage();
  3718.                                  ^
  3719. cqpid.cpp:23674:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3720.      catch(qpid::messaging::TransactionUnknown& error) {
  3721.                             ^
  3722. cqpid.cpp:23676:30: error: ‘error’ was not declared in this scope
  3723.        rb_raise(merror, "%s", error.what());
  3724.                               ^
  3725. cqpid.cpp:23676:30: note: suggested alternatives:
  3726. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3727.                  from /usr/include/qpid/messaging/Logger.h:15,
  3728.                  from cqpid.cpp:1868:
  3729. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3730.  enum Level { trace, debug, info, notice, warning, error, critical };
  3731.                                                    ^
  3732. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3733.                  from /usr/include/boost/program_options.hpp:15,
  3734.                  from /usr/include/qpid/Options.h:33,
  3735.                  from /usr/include/qpid/log/Options.h:21,
  3736.                  from /usr/include/qpid/messaging/Logger.h:16,
  3737.                  from cqpid.cpp:1868:
  3738. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3739.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3740.                                       ^
  3741. cqpid.cpp: In function ‘VALUE _wrap_Logger_setOutput(int, VALUE*, VALUE)’:
  3742. cqpid.cpp:23759:3: error: ‘LoggerOutput’ is not a member of ‘qpid::messaging’
  3743.    qpid::messaging::LoggerOutput *arg1 = 0 ;
  3744.    ^
  3745. cqpid.cpp:23759:34: error: ‘arg1’ was not declared in this scope
  3746.    qpid::messaging::LoggerOutput *arg1 = 0 ;
  3747.                                   ^
  3748. cqpid.cpp:23773:45: error: ‘LoggerOutput’ in namespace ‘qpid::messaging’ does not name a type
  3749.    arg1 = reinterpret_cast< qpid::messaging::LoggerOutput * >(argp1);
  3750.                                              ^
  3751. cqpid.cpp:23773:58: error: expected ‘>’ before ‘*’ token
  3752.    arg1 = reinterpret_cast< qpid::messaging::LoggerOutput * >(argp1);
  3753.                                                           ^
  3754. cqpid.cpp:23773:58: error: expected ‘(’ before ‘*’ token
  3755. cqpid.cpp:23773:60: error: expected primary-expression before ‘>’ token
  3756.    arg1 = reinterpret_cast< qpid::messaging::LoggerOutput * >(argp1);
  3757.                                                             ^
  3758. cqpid.cpp:23773:68: error: expected ‘)’ before ‘;’ token
  3759.    arg1 = reinterpret_cast< qpid::messaging::LoggerOutput * >(argp1);
  3760.                                                                     ^
  3761. cqpid.cpp:23779:24: error: ‘qpid::messaging::Logger’ has not been declared
  3762.        qpid::messaging::Logger::setOutput(*arg1);
  3763.                         ^
  3764. cqpid.cpp:23793:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3765.      catch(qpid::messaging::TransactionUnknown& error) {
  3766.                             ^
  3767. cqpid.cpp:23795:30: error: ‘error’ was not declared in this scope
  3768.        rb_raise(merror, "%s", error.what());
  3769.                               ^
  3770. cqpid.cpp:23795:30: note: suggested alternatives:
  3771. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3772.                  from /usr/include/qpid/messaging/Logger.h:15,
  3773.                  from cqpid.cpp:1868:
  3774. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3775.  enum Level { trace, debug, info, notice, warning, error, critical };
  3776.                                                    ^
  3777. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3778.                  from /usr/include/boost/program_options.hpp:15,
  3779.                  from /usr/include/qpid/Options.h:33,
  3780.                  from /usr/include/qpid/log/Options.h:21,
  3781.                  from /usr/include/qpid/messaging/Logger.h:16,
  3782.                  from cqpid.cpp:1868:
  3783. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3784.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3785.                                       ^
  3786. cqpid.cpp: In function ‘VALUE _wrap_Logger_log(int, VALUE*, VALUE)’:
  3787. cqpid.cpp:23877:3: error: ‘Level’ is not a member of ‘qpid::messaging’
  3788.    qpid::messaging::Level arg1 ;
  3789.    ^
  3790. cqpid.cpp:23877:3: note: suggested alternative:
  3791. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3792.                  from /usr/include/qpid/messaging/Logger.h:15,
  3793.                  from cqpid.cpp:1868:
  3794. /usr/include/qpid/log/Statement.h:38:6: note:   ‘qpid::log::Level’
  3795.  enum Level { trace, debug, info, notice, warning, error, critical };
  3796.       ^
  3797. cqpid.cpp:23901:3: error: ‘arg1’ was not declared in this scope
  3798.    arg1 = static_cast< qpid::messaging::Level >(val1);
  3799.    ^
  3800. cqpid.cpp:23901:40: error: ‘Level’ in namespace ‘qpid::messaging’ does not name a type
  3801.    arg1 = static_cast< qpid::messaging::Level >(val1);
  3802.                                         ^
  3803. cqpid.cpp:23933:24: error: ‘qpid::messaging::Logger’ has not been declared
  3804.        qpid::messaging::Logger::log(arg1,(char const *)arg2,arg3,(char const *)arg4,(std::string const &)*arg5);
  3805.                         ^
  3806. cqpid.cpp:23947:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3807.      catch(qpid::messaging::TransactionUnknown& error) {
  3808.                             ^
  3809. cqpid.cpp:23949:30: error: ‘error’ was not declared in this scope
  3810.        rb_raise(merror, "%s", error.what());
  3811.                               ^
  3812. cqpid.cpp:23949:30: note: suggested alternatives:
  3813. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3814.                  from /usr/include/qpid/messaging/Logger.h:15,
  3815.                  from cqpid.cpp:1868:
  3816. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3817.  enum Level { trace, debug, info, notice, warning, error, critical };
  3818.                                                    ^
  3819. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3820.                  from /usr/include/boost/program_options.hpp:15,
  3821.                  from /usr/include/qpid/Options.h:33,
  3822.                  from /usr/include/qpid/log/Options.h:21,
  3823.                  from /usr/include/qpid/messaging/Logger.h:16,
  3824.                  from cqpid.cpp:1868:
  3825. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3826.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3827.                                       ^
  3828. cqpid.cpp: In function ‘VALUE _wrap_decodeMap(int, VALUE*, VALUE)’:
  3829. cqpid.cpp:24073:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3830.      catch(qpid::messaging::TransactionUnknown& error) {
  3831.                             ^
  3832. cqpid.cpp:24075:30: error: ‘error’ was not declared in this scope
  3833.        rb_raise(merror, "%s", error.what());
  3834.                               ^
  3835. cqpid.cpp:24075:30: note: suggested alternatives:
  3836. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3837.                  from /usr/include/qpid/messaging/Logger.h:15,
  3838.                  from cqpid.cpp:1868:
  3839. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3840.  enum Level { trace, debug, info, notice, warning, error, critical };
  3841.                                                    ^
  3842. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3843.                  from /usr/include/boost/program_options.hpp:15,
  3844.                  from /usr/include/qpid/Options.h:33,
  3845.                  from /usr/include/qpid/log/Options.h:21,
  3846.                  from /usr/include/qpid/messaging/Logger.h:16,
  3847.                  from cqpid.cpp:1868:
  3848. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3849.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3850.                                       ^
  3851. cqpid.cpp: In function ‘VALUE _wrap_decodeList(int, VALUE*, VALUE)’:
  3852. cqpid.cpp:24196:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type
  3853.      catch(qpid::messaging::TransactionUnknown& error) {
  3854.                             ^
  3855. cqpid.cpp:24198:30: error: ‘error’ was not declared in this scope
  3856.        rb_raise(merror, "%s", error.what());
  3857.                               ^
  3858. cqpid.cpp:24198:30: note: suggested alternatives:
  3859. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3860.                  from /usr/include/qpid/messaging/Logger.h:15,
  3861.                  from cqpid.cpp:1868:
  3862. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3863.  enum Level { trace, debug, info, notice, warning, error, critical };
  3864.                                                    ^
  3865. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3866.                  from /usr/include/boost/program_options.hpp:15,
  3867.                  from /usr/include/qpid/Options.h:33,
  3868.                  from /usr/include/qpid/log/Options.h:21,
  3869.                  from /usr/include/qpid/messaging/Logger.h:16,
  3870.                  from cqpid.cpp:1868:
  3871. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3872.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3873.                                       ^
  3874. cqpid.cpp: In function ‘void Init_cqpid()’:
  3875. cqpid.cpp:24786:69: error: ‘trace’ is not a member of ‘qpid::messaging’
  3876.    rb_define_const(mCqpid, "Trace", SWIG_From_int(static_cast< int >(qpid::messaging::trace)));
  3877.                                                                      ^
  3878. cqpid.cpp:24786:69: note: suggested alternative:
  3879. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3880.                  from /usr/include/qpid/messaging/Logger.h:15,
  3881.                  from cqpid.cpp:1868:
  3882. /usr/include/qpid/log/Statement.h:38:14: note:   ‘trace’
  3883.  enum Level { trace, debug, info, notice, warning, error, critical };
  3884.               ^
  3885. cqpid.cpp:24787:69: error: ‘debug’ is not a member of ‘qpid::messaging’
  3886.    rb_define_const(mCqpid, "Debug", SWIG_From_int(static_cast< int >(qpid::messaging::debug)));
  3887.                                                                      ^
  3888. cqpid.cpp:24787:69: note: suggested alternative:
  3889. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3890.                  from /usr/include/qpid/messaging/Logger.h:15,
  3891.                  from cqpid.cpp:1868:
  3892. /usr/include/qpid/log/Statement.h:38:21: note:   ‘debug’
  3893.  enum Level { trace, debug, info, notice, warning, error, critical };
  3894.                      ^
  3895. cqpid.cpp:24788:68: error: ‘info’ is not a member of ‘qpid::messaging’
  3896.    rb_define_const(mCqpid, "Info", SWIG_From_int(static_cast< int >(qpid::messaging::info)));
  3897.                                                                     ^
  3898. cqpid.cpp:24788:68: note: suggested alternative:
  3899. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3900.                  from /usr/include/qpid/messaging/Logger.h:15,
  3901.                  from cqpid.cpp:1868:
  3902. /usr/include/qpid/log/Statement.h:38:28: note:   ‘info’
  3903.  enum Level { trace, debug, info, notice, warning, error, critical };
  3904.                             ^
  3905. cqpid.cpp:24789:70: error: ‘notice’ is not a member of ‘qpid::messaging’
  3906.    rb_define_const(mCqpid, "Notice", SWIG_From_int(static_cast< int >(qpid::messaging::notice)));
  3907.                                                                       ^
  3908. cqpid.cpp:24789:70: note: suggested alternative:
  3909. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3910.                  from /usr/include/qpid/messaging/Logger.h:15,
  3911.                  from cqpid.cpp:1868:
  3912. /usr/include/qpid/log/Statement.h:38:34: note:   ‘notice’
  3913.  enum Level { trace, debug, info, notice, warning, error, critical };
  3914.                                   ^
  3915. cqpid.cpp:24790:71: error: ‘warning’ is not a member of ‘qpid::messaging’
  3916.    rb_define_const(mCqpid, "Warning", SWIG_From_int(static_cast< int >(qpid::messaging::warning)));
  3917.                                                                        ^
  3918. cqpid.cpp:24790:71: note: suggested alternative:
  3919. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3920.                  from /usr/include/qpid/messaging/Logger.h:15,
  3921.                  from cqpid.cpp:1868:
  3922. /usr/include/qpid/log/Statement.h:38:42: note:   ‘warning’
  3923.  enum Level { trace, debug, info, notice, warning, error, critical };
  3924.                                           ^
  3925. cqpid.cpp:24791:69: error: ‘error’ is not a member of ‘qpid::messaging’
  3926.    rb_define_const(mCqpid, "Error", SWIG_From_int(static_cast< int >(qpid::messaging::error)));
  3927.                                                                      ^
  3928. cqpid.cpp:24791:69: note: suggested alternatives:
  3929. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3930.                  from /usr/include/qpid/messaging/Logger.h:15,
  3931.                  from cqpid.cpp:1868:
  3932. /usr/include/qpid/log/Statement.h:38:51: note:   ‘error’
  3933.  enum Level { trace, debug, info, notice, warning, error, critical };
  3934.                                                    ^
  3935. In file included from /usr/include/boost/program_options/options_description.hpp:12:0,
  3936.                  from /usr/include/boost/program_options.hpp:15,
  3937.                  from /usr/include/qpid/Options.h:33,
  3938.                  from /usr/include/qpid/log/Options.h:21,
  3939.                  from /usr/include/qpid/messaging/Logger.h:16,
  3940.                  from cqpid.cpp:1868:
  3941. /usr/include/boost/program_options/errors.hpp:32:38: note:   ‘boost::program_options::error’
  3942.      class BOOST_PROGRAM_OPTIONS_DECL error : public std::logic_error {
  3943.                                       ^
  3944. cqpid.cpp:24792:72: error: ‘critical’ is not a member of ‘qpid::messaging’
  3945.    rb_define_const(mCqpid, "Critical", SWIG_From_int(static_cast< int >(qpid::messaging::critical)));
  3946.                                                                         ^
  3947. cqpid.cpp:24792:72: note: suggested alternative:
  3948. In file included from /usr/include/qpid/log/Selector.h:22:0,
  3949.                  from /usr/include/qpid/messaging/Logger.h:15,
  3950.                  from cqpid.cpp:1868:
  3951. /usr/include/qpid/log/Statement.h:38:58: note:   ‘critical’
  3952.  enum Level { trace, debug, info, notice, warning, error, critical };
  3953.                                                           ^
  3954. cqpid.cpp:24799:54: error: ‘free_qpid_messaging_LoggerOutput’ was not declared in this scope
  3955.    SwigClassLoggerOutput.destroy = (void (*)(void *)) free_qpid_messaging_LoggerOutput;
  3956.                                                       ^
  3957. make: *** [cqpid.o] Error 1
  3958.  
  3959. make failed, exit code 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement