Advertisement
Guest User

Application with QxOrm 1.2.6 beta 3 compilation error

a guest
Jul 15th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 98.64 KB | None | 0 0
  1. /usr/bin/qmake-qt4 -spec /usr/share/qt4/mkspecs/linux-g++-64 CONFIG+=debug CONFIG+=declarative_debug -o Makefile ../debug_test/debug_test.pro
  2. g++-4.8 -c -m64 -pipe -Wall -Wno-unused-local-typedefs -std=c++11 -gdwarf-2 -g -Wall -W -D_REENTRANT -DQT_WEBKIT -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I../debug_test -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include -I/usr/include -I. -I../debug_test -I. -o main.o ../debug_test/main.cpp
  3. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/boost/QxSerializeInclude.h:101:0,
  4.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeFastCompil.h:41,
  5.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/Qt/QxSerialize_QString.h:48,
  6.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxBool.h:49,
  7.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:61,
  8.                  from ../debug_test/main.cpp:7:
  9. /usr/include/boost/archive/impl/basic_binary_oprimitive.ipp:43:24: error: expected initializer before ‘<’ token
  10.  basic_binary_oprimitive<Archive, Elem, Tr>::init()
  11.                         ^
  12. /usr/include/boost/archive/impl/basic_binary_oprimitive.ipp:59:24: error: expected initializer before ‘<’ token
  13.  basic_binary_oprimitive<Archive, Elem, Tr>::save(const char * s)
  14.                         ^
  15. /usr/include/boost/archive/impl/basic_binary_oprimitive.ipp:68:24: error: expected initializer before ‘<’ token
  16.  basic_binary_oprimitive<Archive, Elem, Tr>::save(const std::string &s)
  17.                         ^
  18. /usr/include/boost/archive/impl/basic_binary_oprimitive.ipp:78:24: error: expected initializer before ‘<’ token
  19.  basic_binary_oprimitive<Archive, Elem, Tr>::save(const wchar_t * ws)
  20.                         ^
  21. /usr/include/boost/archive/impl/basic_binary_oprimitive.ipp:89:24: error: expected initializer before ‘<’ token
  22.  basic_binary_oprimitive<Archive, Elem, Tr>::save(const std::wstring &ws)
  23.                         ^
  24. /usr/include/boost/archive/impl/basic_binary_oprimitive.ipp:99:1: error: ‘basic_binary_oprimitive’ does not name a type
  25.  basic_binary_oprimitive<Archive, Elem, Tr>::basic_binary_oprimitive(
  26.  ^
  27. /usr/include/boost/archive/impl/basic_binary_oprimitive.ipp:149:1: error: ‘basic_binary_oprimitive’ does not name a type
  28.  basic_binary_oprimitive<Archive, Elem, Tr>::~basic_binary_oprimitive(){
  29.  ^
  30. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/boost/QxSerializeInclude.h:102:0,
  31.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeFastCompil.h:41,
  32.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/Qt/QxSerialize_QString.h:48,
  33.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxBool.h:49,
  34.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:61,
  35.                  from ../debug_test/main.cpp:7:
  36. /usr/include/boost/archive/impl/basic_binary_iprimitive.ipp:40:24: error: expected initializer before ‘<’ token
  37.  basic_binary_iprimitive<Archive, Elem, Tr>::init()
  38.                         ^
  39. /usr/include/boost/archive/impl/basic_binary_iprimitive.ipp:93:24: error: expected initializer before ‘<’ token
  40.  basic_binary_iprimitive<Archive, Elem, Tr>::load(wchar_t * ws)
  41.                         ^
  42. /usr/include/boost/archive/impl/basic_binary_iprimitive.ipp:103:24: error: expected initializer before ‘<’ token
  43.  basic_binary_iprimitive<Archive, Elem, Tr>::load(std::string & s)
  44.                         ^
  45. /usr/include/boost/archive/impl/basic_binary_iprimitive.ipp:120:24: error: expected initializer before ‘<’ token
  46.  basic_binary_iprimitive<Archive, Elem, Tr>::load(char * s)
  47.                         ^
  48. /usr/include/boost/archive/impl/basic_binary_iprimitive.ipp:132:24: error: expected initializer before ‘<’ token
  49.  basic_binary_iprimitive<Archive, Elem, Tr>::load(std::wstring & ws)
  50.                         ^
  51. /usr/include/boost/archive/impl/basic_binary_iprimitive.ipp:148:1: error: ‘basic_binary_iprimitive’ does not name a type
  52.  basic_binary_iprimitive<Archive, Elem, Tr>::basic_binary_iprimitive(
  53.  ^
  54. /usr/include/boost/archive/impl/basic_binary_iprimitive.ipp:198:1: error: ‘basic_binary_iprimitive’ does not name a type
  55.  basic_binary_iprimitive<Archive, Elem, Tr>::~basic_binary_iprimitive(){
  56.  ^
  57. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxDataMember/QxDataMemberX.h:188:0,
  58.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxRegister/QxClass.h:54,
  59.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:63,
  60.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  61.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  62.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  63.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  64.                  from ../debug_test/main.cpp:7:
  65. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxDataMember/../../inl/QxDataMember/QxDataMemberX.inl: In member function ‘void qx::QxDataMemberX<T>::toArchive(const T*, Archive&, unsigned int) const’:
  66. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxDataMember/../../inl/QxDataMember/QxDataMemberX.inl:212:20: error: ‘class qx::IxDataMember’ has no member named ‘toArchive’
  67.        pDataMember->toArchive(pOwner, ar);
  68.                     ^
  69. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxDataMember/../../inl/QxDataMember/QxDataMemberX.inl: In member function ‘void qx::QxDataMemberX<T>::fromArchive(T*, Archive&, unsigned int)’:
  70. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxDataMember/../../inl/QxDataMember/QxDataMemberX.inl:221:20: error: ‘class qx::IxDataMember’ has no member named ‘fromArchive’
  71.        pDataMember->fromArchive(pOwner, ar);
  72.                     ^
  73. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  74.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  75.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  76.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  77.                  from ../debug_test/main.cpp:7:
  78. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h: At global scope:
  79. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:79:41: error: expected type-specifier before ‘QX_DEFAULT_ARCHIVE_INPUT’
  80.  template <class T, class ArchiveInput = QX_DEFAULT_ARCHIVE_INPUT, class ArchiveOutput = QX_DEFAULT_ARCHIVE_OUTPUT>
  81.                                          ^
  82. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:79:41: error: expected ‘>’ before ‘QX_DEFAULT_ARCHIVE_INPUT’
  83. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:103:0,
  84.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  85.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  86.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  87.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  88.                  from ../debug_test/main.cpp:7:
  89. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/../../inl/QxSerialize/QxArchive.inl:35:49: error: wrong number of template arguments (3, should be 2)
  90.  qx_bool QxArchive<T, ArchiveInput, ArchiveOutput>::toFile(const T & obj, const QString & sFileName, unsigned int flags /* = boost::archive::no_header */)
  91.                                                  ^
  92. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  93.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  94.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  95.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  96.                  from ../debug_test/main.cpp:7:
  97. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  98.  class QxArchive
  99.        ^
  100. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:103:0,
  101.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  102.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  103.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  104.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  105.                  from ../debug_test/main.cpp:7:
  106. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/../../inl/QxSerialize/QxArchive.inl:58:49: error: wrong number of template arguments (3, should be 2)
  107.  qx_bool QxArchive<T, ArchiveInput, ArchiveOutput>::fromFile(T & obj, const QString & sFileName, unsigned int flags /* = boost::archive::no_header */)
  108.                                                  ^
  109. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  110.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  111.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  112.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  113.                  from ../debug_test/main.cpp:7:
  114. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  115.  class QxArchive
  116.        ^
  117. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:103:0,
  118.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  119.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  120.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  121.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  122.                  from ../debug_test/main.cpp:7:
  123. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/../../inl/QxSerialize/QxArchive.inl:81:49: error: wrong number of template arguments (3, should be 2)
  124.  qx_bool QxArchive<T, ArchiveInput, ArchiveOutput>::toFileCompressed(const T & obj, const QString & sFileName, unsigned int flags /* = boost::archive::no_header */, int iCompressionLevel /* = -1 */)
  125.                                                  ^
  126. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  127.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  128.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  129.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  130.                  from ../debug_test/main.cpp:7:
  131. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  132.  class QxArchive
  133.        ^
  134. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:103:0,
  135.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  136.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  137.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  138.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  139.                  from ../debug_test/main.cpp:7:
  140. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/../../inl/QxSerialize/QxArchive.inl:113:49: error: wrong number of template arguments (3, should be 2)
  141.  qx_bool QxArchive<T, ArchiveInput, ArchiveOutput>::fromFileCompressed(T & obj, const QString & sFileName, unsigned int flags /* = boost::archive::no_header */)
  142.                                                  ^
  143. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  144.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  145.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  146.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  147.                  from ../debug_test/main.cpp:7:
  148. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  149.  class QxArchive
  150.        ^
  151. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:103:0,
  152.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  153.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  154.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  155.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  156.                  from ../debug_test/main.cpp:7:
  157. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/../../inl/QxSerialize/QxArchive.inl:152:49: error: wrong number of template arguments (3, should be 2)
  158.  QString QxArchive<T, ArchiveInput, ArchiveOutput>::toString(const T & obj, unsigned int flags /* = boost::archive::no_header */)
  159.                                                  ^
  160. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  161.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  162.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  163.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  164.                  from ../debug_test/main.cpp:7:
  165. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  166.  class QxArchive
  167.        ^
  168. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:103:0,
  169.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  170.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  171.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  172.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  173.                  from ../debug_test/main.cpp:7:
  174. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/../../inl/QxSerialize/QxArchive.inl:173:49: error: wrong number of template arguments (3, should be 2)
  175.  qx_bool QxArchive<T, ArchiveInput, ArchiveOutput>::fromString(T & obj, const QString & sString, unsigned int flags /* = boost::archive::no_header */)
  176.                                                  ^
  177. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  178.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  179.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  180.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  181.                  from ../debug_test/main.cpp:7:
  182. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  183.  class QxArchive
  184.        ^
  185. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:103:0,
  186.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  187.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  188.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  189.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  190.                  from ../debug_test/main.cpp:7:
  191. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/../../inl/QxSerialize/QxArchive.inl:199:52: error: wrong number of template arguments (3, should be 2)
  192.  QByteArray QxArchive<T, ArchiveInput, ArchiveOutput>::toByteArray(const T & obj, type_string * owner /* = NULL */, unsigned int flags /* = boost::archive::no_header */)
  193.                                                     ^
  194. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  195.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  196.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  197.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  198.                  from ../debug_test/main.cpp:7:
  199. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  200.  class QxArchive
  201.        ^
  202. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:103:0,
  203.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  204.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  205.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  206.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  207.                  from ../debug_test/main.cpp:7:
  208. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/../../inl/QxSerialize/QxArchive.inl:199:82: error: ‘type_string’ has not been declared
  209.  QByteArray QxArchive<T, ArchiveInput, ArchiveOutput>::toByteArray(const T & obj, type_string * owner /* = NULL */, unsigned int flags /* = boost::archive::no_header */)
  210.                                                                                   ^
  211. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/../../inl/QxSerialize/QxArchive.inl:220:49: error: wrong number of template arguments (3, should be 2)
  212.  qx_bool QxArchive<T, ArchiveInput, ArchiveOutput>::fromByteArray(T & obj, const QByteArray & data, unsigned int flags /* = boost::archive::no_header */)
  213.                                                  ^
  214. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  215.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  216.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  217.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  218.                  from ../debug_test/main.cpp:7:
  219. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  220.  class QxArchive
  221.        ^
  222. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:66:0,
  223.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  224.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  225.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  226.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  227.                  from ../debug_test/main.cpp:7:
  228. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h: In function ‘qx_bool qx::serialization::to_file(const T&, const QString&, unsigned int)’:
  229. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:34: error: ‘QX_DEFAULT_ARCHIVE_INPUT’ was not declared in this scope
  230.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  231.                                   ^
  232. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:42:140: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  233.  inline qx_bool to_file(const T & obj, const QString & sFileName, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::toFile(obj, sFileName, flags); }; \
  234.                                                                                                                                             ^
  235. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:60: error: ‘QX_DEFAULT_ARCHIVE_OUTPUT’ was not declared in this scope
  236.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  237.                                                             ^
  238. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:42:147: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  239.  inline qx_bool to_file(const T & obj, const QString & sFileName, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::toFile(obj, sFileName, flags); }; \
  240.                                                                                                                                                    ^
  241. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:42:153: error: wrong number of template arguments (3, should be 2)
  242.  inline qx_bool to_file(const T & obj, const QString & sFileName, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::toFile(obj, sFileName, flags); }; \
  243.                                                                                                                                                          ^
  244. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:1: note: in expansion of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  245.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  246.  ^
  247. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  248.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  249.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  250.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  251.                  from ../debug_test/main.cpp:7:
  252. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  253.  class QxArchive
  254.        ^
  255. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:66:0,
  256.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  257.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  258.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  259.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  260.                  from ../debug_test/main.cpp:7:
  261. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h: In function ‘qx_bool qx::serialization::from_file(T&, const QString&, unsigned int)’:
  262. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:34: error: ‘QX_DEFAULT_ARCHIVE_INPUT’ was not declared in this scope
  263.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  264.                                   ^
  265. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:45:136: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  266.  inline qx_bool from_file(T & obj, const QString & sFileName, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::fromFile(obj, sFileName, flags); }; \
  267.                                                                                                                                         ^
  268. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:60: error: ‘QX_DEFAULT_ARCHIVE_OUTPUT’ was not declared in this scope
  269.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  270.                                                             ^
  271. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:45:143: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  272.  inline qx_bool from_file(T & obj, const QString & sFileName, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::fromFile(obj, sFileName, flags); }; \
  273.                                                                                                                                                ^
  274. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:45:149: error: wrong number of template arguments (3, should be 2)
  275.  inline qx_bool from_file(T & obj, const QString & sFileName, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::fromFile(obj, sFileName, flags); }; \
  276.                                                                                                                                                      ^
  277. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:1: note: in expansion of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  278.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  279.  ^
  280. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  281.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  282.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  283.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  284.                  from ../debug_test/main.cpp:7:
  285. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  286.  class QxArchive
  287.        ^
  288. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:66:0,
  289.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  290.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  291.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  292.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  293.                  from ../debug_test/main.cpp:7:
  294. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h: In function ‘qx_bool qx::serialization::to_file_compressed(const T&, const QString&, unsigned int, int)’:
  295. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:34: error: ‘QX_DEFAULT_ARCHIVE_INPUT’ was not declared in this scope
  296.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  297.                                   ^
  298. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:48:179: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  299.  inline qx_bool to_file_compressed(const T & obj, const QString & sFileName, unsigned int flags = boost::archive::no_header, int iCompressionLevel = -1) { return qx::QxArchive<T, INPUT, OUTPUT>::toFileCompressed(obj, sFileName, flags, iCompressionLevel); }; \
  300.                                                                                                                                                                                    ^
  301. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:60: error: ‘QX_DEFAULT_ARCHIVE_OUTPUT’ was not declared in this scope
  302.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  303.                                                             ^
  304. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:48:186: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  305.  inline qx_bool to_file_compressed(const T & obj, const QString & sFileName, unsigned int flags = boost::archive::no_header, int iCompressionLevel = -1) { return qx::QxArchive<T, INPUT, OUTPUT>::toFileCompressed(obj, sFileName, flags, iCompressionLevel); }; \
  306.                                                                                                                                                                                           ^
  307. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:48:192: error: wrong number of template arguments (3, should be 2)
  308.  inline qx_bool to_file_compressed(const T & obj, const QString & sFileName, unsigned int flags = boost::archive::no_header, int iCompressionLevel = -1) { return qx::QxArchive<T, INPUT, OUTPUT>::toFileCompressed(obj, sFileName, flags, iCompressionLevel); }; \
  309.                                                                                                                                                                                                 ^
  310. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:1: note: in expansion of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  311.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  312.  ^
  313. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  314.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  315.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  316.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  317.                  from ../debug_test/main.cpp:7:
  318. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  319.  class QxArchive
  320.        ^
  321. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:66:0,
  322.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  323.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  324.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  325.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  326.                  from ../debug_test/main.cpp:7:
  327. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h: In function ‘qx_bool qx::serialization::from_file_compressed(T&, const QString&, unsigned int)’:
  328. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:34: error: ‘QX_DEFAULT_ARCHIVE_INPUT’ was not declared in this scope
  329.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  330.                                   ^
  331. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:51:147: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  332.  inline qx_bool from_file_compressed(T & obj, const QString & sFileName, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::fromFileCompressed(obj, sFileName, flags); }; \
  333.                                                                                                                                                    ^
  334. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:60: error: ‘QX_DEFAULT_ARCHIVE_OUTPUT’ was not declared in this scope
  335.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  336.                                                             ^
  337. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:51:154: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  338.  inline qx_bool from_file_compressed(T & obj, const QString & sFileName, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::fromFileCompressed(obj, sFileName, flags); }; \
  339.                                                                                                                                                           ^
  340. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:51:160: error: wrong number of template arguments (3, should be 2)
  341.  inline qx_bool from_file_compressed(T & obj, const QString & sFileName, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::fromFileCompressed(obj, sFileName, flags); }; \
  342.                                                                                                                                                                 ^
  343. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:1: note: in expansion of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  344.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  345.  ^
  346. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  347.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  348.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  349.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  350.                  from ../debug_test/main.cpp:7:
  351. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  352.  class QxArchive
  353.        ^
  354. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:66:0,
  355.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  356.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  357.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  358.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  359.                  from ../debug_test/main.cpp:7:
  360. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h: In function ‘QString qx::serialization::to_string(const T&, unsigned int)’:
  361. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:34: error: ‘QX_DEFAULT_ARCHIVE_INPUT’ was not declared in this scope
  362.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  363.                                   ^
  364. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:54:115: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  365.  inline QString to_string(const T & obj, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::toString(obj, flags); }; \
  366.                                                                                                                    ^
  367. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:60: error: ‘QX_DEFAULT_ARCHIVE_OUTPUT’ was not declared in this scope
  368.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  369.                                                             ^
  370. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:54:122: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  371.  inline QString to_string(const T & obj, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::toString(obj, flags); }; \
  372.                                                                                                                           ^
  373. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:54:128: error: wrong number of template arguments (3, should be 2)
  374.  inline QString to_string(const T & obj, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::toString(obj, flags); }; \
  375.                                                                                                                                 ^
  376. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:1: note: in expansion of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  377.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  378.  ^
  379. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  380.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  381.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  382.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  383.                  from ../debug_test/main.cpp:7:
  384. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  385.  class QxArchive
  386.        ^
  387. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:66:0,
  388.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  389.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  390.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  391.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  392.                  from ../debug_test/main.cpp:7:
  393. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h: In function ‘qx_bool qx::serialization::from_string(T&, const QString&, unsigned int)’:
  394. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:34: error: ‘QX_DEFAULT_ARCHIVE_INPUT’ was not declared in this scope
  395.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  396.                                   ^
  397. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:57:136: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  398.  inline qx_bool from_string(T & obj, const QString & sString, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::fromString(obj, sString, flags); }; \
  399.                                                                                                                                         ^
  400. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:60: error: ‘QX_DEFAULT_ARCHIVE_OUTPUT’ was not declared in this scope
  401.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  402.                                                             ^
  403. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:57:143: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  404.  inline qx_bool from_string(T & obj, const QString & sString, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::fromString(obj, sString, flags); }; \
  405.                                                                                                                                                ^
  406. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:57:149: error: wrong number of template arguments (3, should be 2)
  407.  inline qx_bool from_string(T & obj, const QString & sString, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::fromString(obj, sString, flags); }; \
  408.                                                                                                                                                      ^
  409. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:1: note: in expansion of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  410.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  411.  ^
  412. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  413.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  414.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  415.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  416.                  from ../debug_test/main.cpp:7:
  417. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  418.  class QxArchive
  419.        ^
  420. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:66:0,
  421.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  422.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  423.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  424.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  425.                  from ../debug_test/main.cpp:7:
  426. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h: At global scope:
  427. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:34: error: ‘QX_DEFAULT_ARCHIVE_INPUT’ was not declared in this scope
  428.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  429.                                   ^
  430. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:60:89: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  431.  inline QByteArray to_byte_array(const T & obj, typename qx::trait::archive_wide_traits< INPUT >::type_string * owner = NULL, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::toByteArray(obj, owner, flags); }; \
  432.                                                                                          ^
  433. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:60:95: error: template argument 1 is invalid
  434.  inline QByteArray to_byte_array(const T & obj, typename qx::trait::archive_wide_traits< INPUT >::type_string * owner = NULL, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::toByteArray(obj, owner, flags); }; \
  435.                                                                                                ^
  436. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:1: note: in expansion of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  437.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  438.  ^
  439. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h: In function ‘QByteArray qx::serialization::to_byte_array(const T&, int*, unsigned int)’:
  440. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:34: error: ‘QX_DEFAULT_ARCHIVE_INPUT’ was not declared in this scope
  441.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  442.                                   ^
  443. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:60:200: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  444.  inline QByteArray to_byte_array(const T & obj, typename qx::trait::archive_wide_traits< INPUT >::type_string * owner = NULL, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::toByteArray(obj, owner, flags); }; \
  445.                                                                                                                                                                                                         ^
  446. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:60: error: ‘QX_DEFAULT_ARCHIVE_OUTPUT’ was not declared in this scope
  447.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  448.                                                             ^
  449. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:60:207: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  450.  inline QByteArray to_byte_array(const T & obj, typename qx::trait::archive_wide_traits< INPUT >::type_string * owner = NULL, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::toByteArray(obj, owner, flags); }; \
  451.                                                                                                                                                                                                                ^
  452. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:60:213: error: wrong number of template arguments (3, should be 2)
  453.  inline QByteArray to_byte_array(const T & obj, typename qx::trait::archive_wide_traits< INPUT >::type_string * owner = NULL, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::toByteArray(obj, owner, flags); }; \
  454.                                                                                                                                                                                                                      ^
  455. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:1: note: in expansion of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  456.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  457.  ^
  458. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  459.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  460.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  461.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  462.                  from ../debug_test/main.cpp:7:
  463. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  464.  class QxArchive
  465.        ^
  466. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:66:0,
  467.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137,
  468.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  469.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  470.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  471.                  from ../debug_test/main.cpp:7:
  472. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h: In function ‘qx_bool qx::serialization::from_byte_array(T&, const QByteArray&, unsigned int)’:
  473. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:34: error: ‘QX_DEFAULT_ARCHIVE_INPUT’ was not declared in this scope
  474.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  475.                                   ^
  476. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:63:140: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  477.  inline qx_bool from_byte_array(T & obj, const QByteArray & data, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::fromByteArray(obj, data, flags); }; \
  478.                                                                                                                                             ^
  479. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:60: error: ‘QX_DEFAULT_ARCHIVE_OUTPUT’ was not declared in this scope
  480.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  481.                                                             ^
  482. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:63:147: note: in definition of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  483.  inline qx_bool from_byte_array(T & obj, const QByteArray & data, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::fromByteArray(obj, data, flags); }; \
  484.                                                                                                                                                    ^
  485. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerializeMacro.h:63:153: error: wrong number of template arguments (3, should be 2)
  486.  inline qx_bool from_byte_array(T & obj, const QByteArray & data, unsigned int flags = boost::archive::no_header) { return qx::QxArchive<T, INPUT, OUTPUT>::fromByteArray(obj, data, flags); }; \
  487.                                                                                                                                                          ^
  488. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:108:1: note: in expansion of macro ‘QX_ARCHIVE_NAMESPACE_FCT_IMPL’
  489.  QX_ARCHIVE_NAMESPACE_FCT_IMPL(T, QX_DEFAULT_ARCHIVE_INPUT, QX_DEFAULT_ARCHIVE_OUTPUT)
  490.  ^
  491. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:137:0,
  492.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  493.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  494.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  495.                  from ../debug_test/main.cpp:7:
  496. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxArchive.h:80:7: error: provided for ‘template<class T, class ArchiveInput> class qx::QxArchive’
  497.  class QxArchive
  498.        ^
  499. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxSerialize.h:138:0,
  500.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/../../inl/QxFactory/QxFactory.inl:38,
  501.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxFactory/QxFactory.h:116,
  502.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:90,
  503.                  from ../debug_test/main.cpp:7:
  504. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxClone.h: In function ‘T* qx::clone_to_nude_ptr(const T&)’:
  505. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxClone.h:69:4: error: ‘QX_CLONE_STRING_STREAM’ was not declared in this scope
  506.     QX_CLONE_STRING_STREAM ioss(std::ios_base::binary | std::ios_base::in | std::ios_base::out);
  507.     ^
  508. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxClone.h:69:27: error: expected ‘;’ before ‘ioss’
  509.     QX_CLONE_STRING_STREAM ioss(std::ios_base::binary | std::ios_base::in | std::ios_base::out);
  510.                            ^
  511. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxClone.h:70:4: error: ‘QX_CLONE_BINARY_OUTPUT_ARCHIVE’ was not declared in this scope
  512.     QX_CLONE_BINARY_OUTPUT_ARCHIVE oar(ioss, boost::archive::no_header);
  513.     ^
  514. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxClone.h:70:35: error: expected ‘;’ before ‘oar’
  515.     QX_CLONE_BINARY_OUTPUT_ARCHIVE oar(ioss, boost::archive::no_header);
  516.                                    ^
  517. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxClone.h:71:44: error: ‘oar’ was not declared in this scope
  518.     QxBoostSerializeRegisterHelperX::helper(oar);
  519.                                             ^
  520. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxClone.h:74:37: error: ‘ioss’ was not declared in this scope
  521.     try { oar << obj; bSerializeOk = ioss.good(); }
  522.                                      ^
  523. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxClone.h:81:4: error: ‘QX_CLONE_BINARY_INPUT_ARCHIVE’ was not declared in this scope
  524.     QX_CLONE_BINARY_INPUT_ARCHIVE iar(ioss, boost::archive::no_header);
  525.     ^
  526. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxClone.h:81:34: error: expected ‘;’ before ‘iar’
  527.     QX_CLONE_BINARY_INPUT_ARCHIVE iar(ioss, boost::archive::no_header);
  528.                                   ^
  529. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxClone.h:82:44: error: ‘iar’ was not declared in this scope
  530.     QxBoostSerializeRegisterHelperX::helper(iar);
  531.                                             ^
  532. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxSerialize/QxClone.h:85:46: error: ‘ioss’ was not declared in this scope
  533.     try { iar >> (* pClone); bDeserializeOk = ioss.good(); }
  534.                                               ^
  535. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:147:0,
  536.                  from ../debug_test/main.cpp:7:
  537. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h: In static member function ‘static QString qx::cvt::detail::QxStringCvtContainer<T>::toString(const T&, const QString&, int)’:
  538. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:184:48: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  539.     { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); }
  540.                                                 ^
  541. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvtContainer<T>::fromString(const QString&, T&, const QString&, int)’:
  542. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:187:48: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  543.     { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); }
  544.                                                 ^
  545. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h: In static member function ‘static QVariant qx::cvt::detail::QxStringCvtContainer<T>::toVariant(const T&, const QString&, int)’:
  546. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:190:48: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  547.     { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); }
  548.                                                 ^
  549. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvtContainer<T>::fromVariant(const QVariant&, T&, const QString&, int)’:
  550. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:193:48: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  551.     { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, v.toString()); }
  552.                                                 ^
  553. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:258:0,
  554.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:147,
  555.                  from ../debug_test/main.cpp:7:
  556. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<std::pair<_T1, _T2> >::toString(const std::pair<_T1, _T2>&, const QString&, int)’:
  557. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:146:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  558.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  559.                                              ^
  560. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<QPair<T1, T2> >::toString(const QPair<T1, T2>&, const QString&, int)’:
  561. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:150:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  562.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  563.                                              ^
  564. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<std::vector<_RealType> >::toString(const std::vector<_RealType>&, const QString&, int)’:
  565. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:154:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  566.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  567.                                              ^
  568. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<std::list<T> >::toString(const std::list<T>&, const QString&, int)’:
  569. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:158:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  570.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  571.                                              ^
  572. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<std::set<T> >::toString(const std::set<T>&, const QString&, int)’:
  573. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:162:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  574.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  575.                                              ^
  576. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<boost::unordered::unordered_set<T> >::toString(const boost::unordered::unordered_set<T>&, const QString&, int)’:
  577. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:166:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  578.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  579.                                              ^
  580. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<boost::unordered::unordered_multiset<T> >::toString(const boost::unordered::unordered_multiset<T>&, const QString&, int)’:
  581. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:170:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  582.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  583.                                              ^
  584. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<QVector<T> >::toString(const QVector<T>&, const QString&, int)’:
  585. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:174:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  586.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  587.                                              ^
  588. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<QList<T> >::toString(const QList<T>&, const QString&, int)’:
  589. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:178:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  590.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  591.                                              ^
  592. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<QLinkedList<T> >::toString(const QLinkedList<T>&, const QString&, int)’:
  593. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:182:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  594.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  595.                                              ^
  596. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<std::map<Key, T> >::toString(const std::map<Key, T>&, const QString&, int)’:
  597. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:186:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  598.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  599.                                              ^
  600. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<boost::unordered::unordered_map<T1, T2> >::toString(const boost::unordered::unordered_map<T1, T2>&, const QString&, int)’:
  601. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:190:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  602.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  603.                                              ^
  604. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<boost::unordered::unordered_multimap<T1, T2> >::toString(const boost::unordered::unordered_multimap<T1, T2>&, const QString&, int)’:
  605. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:194:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  606.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  607.                                              ^
  608. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<QHash<Key, T> >::toString(const QHash<Key, T>&, const QString&, int)’:
  609. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:198:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  610.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  611.                                              ^
  612. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<QMultiHash<T1, T2> >::toString(const QMultiHash<T1, T2>&, const QString&, int)’:
  613. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:202:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  614.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  615.                                              ^
  616. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<QMap<aKey, aT> >::toString(const QMap<aKey, aT>&, const QString&, int)’:
  617. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:206:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  618.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  619.                                              ^
  620. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<QMultiMap<T1, T2> >::toString(const QMultiMap<T1, T2>&, const QString&, int)’:
  621. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:210:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  622.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  623.                                              ^
  624. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<qx::QxCollection<Key, Value> >::toString(const qx::QxCollection<Key, Value>&, const QString&, int)’:
  625. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:214:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  626.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  627.                                              ^
  628. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<boost::tuples::tuple<T> >::toString(const boost::tuples::tuple<T>&, const QString&, int)’:
  629. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:218:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  630.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  631.                                              ^
  632. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<boost::tuples::tuple<T0, T1> >::toString(const boost::tuples::tuple<T0, T1>&, const QString&, int)’:
  633. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:222:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  634.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  635.                                              ^
  636. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<boost::tuples::tuple<T0, T1, T2> >::toString(const boost::tuples::tuple<T0, T1, T2>&, const QString&, int)’:
  637. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:226:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  638.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  639.                                              ^
  640. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<boost::tuples::tuple<T0, T1, T2, T3> >::toString(const boost::tuples::tuple<T0, T1, T2, T3>&, const QString&, int)’:
  641. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:230:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  642.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  643.                                              ^
  644. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:258:0,
  645.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:147,
  646.                  from ../debug_test/main.cpp:7:
  647. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<boost::tuples::tuple<T0, T1, T2, T3, T4> >::toString(const boost::tuples::tuple<T0, T1, T2, T3, T4>&, const QString&, int)’:
  648. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:234:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  649.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  650.                                              ^
  651. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<boost::tuples::tuple<T0, T1, T2, T3, T4, T5> >::toString(const boost::tuples::tuple<T0, T1, T2, T3, T4, T5>&, const QString&, int)’:
  652. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:238:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  653.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  654.                                              ^
  655. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<boost::tuples::tuple<T0, T1, T2, T3, T4, T5, T6> >::toString(const boost::tuples::tuple<T0, T1, T2, T3, T4, T5, T6>&, const QString&, int)’:
  656. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:242:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  657.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  658.                                              ^
  659. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<boost::tuples::tuple<T0, T1, T2, T3, T4, T5, T6, T7> >::toString(const boost::tuples::tuple<T0, T1, T2, T3, T4, T5, T6, T7>&, const QString&, int)’:
  660. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:246:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  661.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  662.                                              ^
  663. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<boost::tuples::tuple<T0, T1, T2, T3, T4, T5, T6, T7, T8> >::toString(const boost::tuples::tuple<T0, T1, T2, T3, T4, T5, T6, T7, T8>&, const QString&, int)’:
  664. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_ToString.inl:250:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  665.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } };
  666.                                              ^
  667. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:259:0,
  668.                  from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:147,
  669.                  from ../debug_test/main.cpp:7:
  670. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<std::pair<_T1, _T2> >::fromString(const QString&, std::pair<_T1, _T2>&, const QString&, int)’:
  671. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:146:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  672.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  673.                                              ^
  674. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<QPair<T1, T2> >::fromString(const QString&, QPair<T1, T2>&, const QString&, int)’:
  675. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:150:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  676.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  677.                                              ^
  678. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<std::vector<_RealType> >::fromString(const QString&, std::vector<_RealType>&, const QString&, int)’:
  679. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:154:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  680.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  681.                                              ^
  682. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<std::list<T> >::fromString(const QString&, std::list<T>&, const QString&, int)’:
  683. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:158:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  684.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  685.                                              ^
  686. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<std::set<T> >::fromString(const QString&, std::set<T>&, const QString&, int)’:
  687. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:162:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  688.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  689.                                              ^
  690. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<boost::unordered::unordered_set<T> >::fromString(const QString&, boost::unordered::unordered_set<T>&, const QString&, int)’:
  691. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:166:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  692.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  693.                                              ^
  694. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<boost::unordered::unordered_multiset<T> >::fromString(const QString&, boost::unordered::unordered_multiset<T>&, const QString&, int)’:
  695. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:170:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  696.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  697.                                              ^
  698. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<QVector<T> >::fromString(const QString&, QVector<T>&, const QString&, int)’:
  699. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:174:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  700.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  701.                                              ^
  702. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<QList<T> >::fromString(const QString&, QList<T>&, const QString&, int)’:
  703. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:178:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  704.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  705.                                              ^
  706. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<QLinkedList<T> >::fromString(const QString&, QLinkedList<T>&, const QString&, int)’:
  707. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:182:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  708.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  709.                                              ^
  710. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<std::map<Key, T> >::fromString(const QString&, std::map<Key, T>&, const QString&, int)’:
  711. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:186:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  712.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  713.                                              ^
  714. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<boost::unordered::unordered_map<T1, T2> >::fromString(const QString&, boost::unordered::unordered_map<T1, T2>&, const QString&, int)’:
  715. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:190:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  716.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  717.                                              ^
  718. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<boost::unordered::unordered_multimap<T1, T2> >::fromString(const QString&, boost::unordered::unordered_multimap<T1, T2>&, const QString&, int)’:
  719. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:194:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  720.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  721.                                              ^
  722. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<QHash<Key, T> >::fromString(const QString&, QHash<Key, T>&, const QString&, int)’:
  723. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:198:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  724.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  725.                                              ^
  726. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<QMultiHash<T1, T2> >::fromString(const QString&, QMultiHash<T1, T2>&, const QString&, int)’:
  727. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:202:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  728.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  729.                                              ^
  730. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<QMap<aKey, aT> >::fromString(const QString&, QMap<aKey, aT>&, const QString&, int)’:
  731. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:206:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  732.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  733.                                              ^
  734. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<QMultiMap<T1, T2> >::fromString(const QString&, QMultiMap<T1, T2>&, const QString&, int)’:
  735. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:210:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  736.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  737.                                              ^
  738. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<qx::QxCollection<Key, Value> >::fromString(const QString&, qx::QxCollection<Key, Value>&, const QString&, int)’:
  739. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:214:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  740.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  741.                                              ^
  742. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<boost::tuples::tuple<T> >::fromString(const QString&, boost::tuples::tuple<T>&, const QString&, int)’:
  743. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:218:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  744.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  745.                                              ^
  746. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<boost::tuples::tuple<T0, T1> >::fromString(const QString&, boost::tuples::tuple<T0, T1>&, const QString&, int)’:
  747. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:222:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  748.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  749.                                              ^
  750. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<boost::tuples::tuple<T0, T1, T2> >::fromString(const QString&, boost::tuples::tuple<T0, T1, T2>&, const QString&, int)’:
  751. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:226:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  752.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  753.                                              ^
  754. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<boost::tuples::tuple<T0, T1, T2, T3> >::fromString(const QString&, boost::tuples::tuple<T0, T1, T2, T3>&, const QString&, int)’:
  755. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:230:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  756.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  757.                                              ^
  758. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<boost::tuples::tuple<T0, T1, T2, T3, T4> >::fromString(const QString&, boost::tuples::tuple<T0, T1, T2, T3, T4>&, const QString&, int)’:
  759. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:234:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  760.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  761.                                              ^
  762. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<boost::tuples::tuple<T0, T1, T2, T3, T4, T5> >::fromString(const QString&, boost::tuples::tuple<T0, T1, T2, T3, T4, T5>&, const QString&, int)’:
  763. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:238:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  764.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  765.                                              ^
  766. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<boost::tuples::tuple<T0, T1, T2, T3, T4, T5, T6> >::fromString(const QString&, boost::tuples::tuple<T0, T1, T2, T3, T4, T5, T6>&, const QString&, int)’:
  767. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:242:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  768.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  769.                                              ^
  770. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<boost::tuples::tuple<T0, T1, T2, T3, T4, T5, T6, T7> >::fromString(const QString&, boost::tuples::tuple<T0, T1, T2, T3, T4, T5, T6, T7>&, const QString&, int)’:
  771. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:246:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  772.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  773.                                              ^
  774. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<boost::tuples::tuple<T0, T1, T2, T3, T4, T5, T6, T7, T8> >::fromString(const QString&, boost::tuples::tuple<T0, T1, T2, T3, T4, T5, T6, T7, T8>&, const QString&, int)’:
  775. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_FromString.inl:250:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  776.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } };
  777.                                              ^
  778. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:147:0,
  779.                  from ../debug_test/main.cpp:7:
  780. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<QObject>::toString(const QObject&, const QString&, int)’:
  781. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:84:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  782.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } }; \
  783.                                              ^
  784. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl:42:1: note: in expansion of macro ‘QX_STR_CVT_BY_USING_ARCHIVE_IMPL’
  785.  QX_STR_CVT_BY_USING_ARCHIVE_IMPL(QObject)
  786.  ^
  787. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<QObject>::fromString(const QString&, QObject&, const QString&, int)’:
  788. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:87:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  789.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } }; \
  790.                                              ^
  791. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl:42:1: note: in expansion of macro ‘QX_STR_CVT_BY_USING_ARCHIVE_IMPL’
  792.  QX_STR_CVT_BY_USING_ARCHIVE_IMPL(QObject)
  793.  ^
  794. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<QPoint>::toString(const QPoint&, const QString&, int)’:
  795. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:84:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  796.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } }; \
  797.                                              ^
  798. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl:43:1: note: in expansion of macro ‘QX_STR_CVT_BY_USING_ARCHIVE_IMPL’
  799.  QX_STR_CVT_BY_USING_ARCHIVE_IMPL(QPoint)
  800.  ^
  801. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<QPoint>::fromString(const QString&, QPoint&, const QString&, int)’:
  802. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:87:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  803.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } }; \
  804.                                              ^
  805. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl:43:1: note: in expansion of macro ‘QX_STR_CVT_BY_USING_ARCHIVE_IMPL’
  806.  QX_STR_CVT_BY_USING_ARCHIVE_IMPL(QPoint)
  807.  ^
  808. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<QRect>::toString(const QRect&, const QString&, int)’:
  809. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:84:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  810.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } }; \
  811.                                              ^
  812. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl:44:1: note: in expansion of macro ‘QX_STR_CVT_BY_USING_ARCHIVE_IMPL’
  813.  QX_STR_CVT_BY_USING_ARCHIVE_IMPL(QRect)
  814.  ^
  815. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<QRect>::fromString(const QString&, QRect&, const QString&, int)’:
  816. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:87:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  817.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } }; \
  818.                                              ^
  819. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl:44:1: note: in expansion of macro ‘QX_STR_CVT_BY_USING_ARCHIVE_IMPL’
  820.  QX_STR_CVT_BY_USING_ARCHIVE_IMPL(QRect)
  821.  ^
  822. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<QRegExp>::toString(const QRegExp&, const QString&, int)’:
  823. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:84:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  824.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } }; \
  825.                                              ^
  826. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl:45:1: note: in expansion of macro ‘QX_STR_CVT_BY_USING_ARCHIVE_IMPL’
  827.  QX_STR_CVT_BY_USING_ARCHIVE_IMPL(QRegExp)
  828.  ^
  829. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<QRegExp>::fromString(const QString&, QRegExp&, const QString&, int)’:
  830. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:87:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  831.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } }; \
  832.                                              ^
  833. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl:45:1: note: in expansion of macro ‘QX_STR_CVT_BY_USING_ARCHIVE_IMPL’
  834.  QX_STR_CVT_BY_USING_ARCHIVE_IMPL(QRegExp)
  835.  ^
  836. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<QSize>::toString(const QSize&, const QString&, int)’:
  837. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:84:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  838.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } }; \
  839.                                              ^
  840. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl:46:1: note: in expansion of macro ‘QX_STR_CVT_BY_USING_ARCHIVE_IMPL’
  841.  QX_STR_CVT_BY_USING_ARCHIVE_IMPL(QSize)
  842.  ^
  843. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<QSize>::fromString(const QString&, QSize&, const QString&, int)’:
  844. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:87:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  845.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } }; \
  846.                                              ^
  847. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl:46:1: note: in expansion of macro ‘QX_STR_CVT_BY_USING_ARCHIVE_IMPL’
  848.  QX_STR_CVT_BY_USING_ARCHIVE_IMPL(QSize)
  849.  ^
  850. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<QStringList>::toString(const QStringList&, const QString&, int)’:
  851. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:84:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  852.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } }; \
  853.                                              ^
  854. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl:47:1: note: in expansion of macro ‘QX_STR_CVT_BY_USING_ARCHIVE_IMPL’
  855.  QX_STR_CVT_BY_USING_ARCHIVE_IMPL(QStringList)
  856.  ^
  857. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<QStringList>::fromString(const QString&, QStringList&, const QString&, int)’:
  858. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:87:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  859.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } }; \
  860.                                              ^
  861. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl:47:1: note: in expansion of macro ‘QX_STR_CVT_BY_USING_ARCHIVE_IMPL’
  862.  QX_STR_CVT_BY_USING_ARCHIVE_IMPL(QStringList)
  863.  ^
  864. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl: In static member function ‘static QString qx::cvt::detail::QxStringCvt_ToString<QUrl>::toString(const QUrl&, const QString&, int)’:
  865. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:84:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  866.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::to_string(t); } }; \
  867.                                              ^
  868. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl:48:1: note: in expansion of macro ‘QX_STR_CVT_BY_USING_ARCHIVE_IMPL’
  869.  QX_STR_CVT_BY_USING_ARCHIVE_IMPL(QUrl)
  870.  ^
  871. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl: In static member function ‘static qx_bool qx::cvt::detail::QxStringCvt_FromString<QUrl>::fromString(const QString&, QUrl&, const QString&, int)’:
  872. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/QxStringCvt_Impl.h:87:45: error: ‘QX_STR_CVT_DEFAULT_ARCHIVE’ has not been declared
  873.  { Q_UNUSED(format); Q_UNUSED(index); return QX_STR_CVT_DEFAULT_ARCHIVE::from_string(t, s); } }; \
  874.                                              ^
  875. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxCommon/../../inl/QxCommon/QxStringCvt_Qt.inl:48:1: note: in expansion of macro ‘QX_STR_CVT_BY_USING_ARCHIVE_IMPL’
  876.  QX_STR_CVT_BY_USING_ARCHIVE_IMPL(QUrl)
  877.  ^
  878. In file included from ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxOrm.h:163:0,
  879.                  from ../debug_test/main.cpp:7:
  880. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxService/QxConnect.h: In constructor ‘qx::service::QxConnect::QxConnect()’:
  881. ../../../lib/QxOrm-1.2.6.beta3-gcc4.8/include/QxService/QxConnect.h:102:105: error: ‘QX_SERVICE_DEFAULT_SERIALIZATION_TYPE’ was not declared in this scope
  882.     QxConnect() : qx::QxSingleton<QxConnect>("qx::service::QxConnect"), m_lPort(0), m_eSerializationType(QX_SERVICE_DEFAULT_SERIALIZATION_TYPE), m_lThreadCount(30), m_iMaxWait(30000), m_bCompressData(false), m_bEncryptData(false) { m_uiEncryptKey = QX_SERVICE_DEFAULT_ENCRYPT_KEY; }
  883.                                                                                                          ^
  884. make: *** [main.o] Błąd 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement