Bonjour,

voila mon probleme j'essaie de recuperrer mes donnees d'une base de donnee. Ainsi j'utilise la fonction fetch_by_query. Cependant, j'qi un enorme message d'erreur qui me semble incomprehensible:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
 
g++ -c -pipe -Wall -Wextra -O3 -g0 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -Iheaders -I/usr/local/QxOrm/include -Imoc -o objects/wor_authenticationserver.o sources/wor_authenticationserver.cpp
In file included from /usr/local/include/QxDao/../../inl/QxDao/QxDao_Helper.inl:59:0,
                 from /usr/local/include/QxDao/QxDao_Impl.h:58,
                 from /usr/local/include/QxOrm.h:113,
                 from headers/precompiled.h:4,
                 from headers/wor_authenticationserver.h:20,
                 from sources/wor_authenticationserver.cpp:15:
/usr/local/include/QxDao/../../inl/QxDao/../../inl/QxDao/QxDao_Helper_Container.inl: In destructor ‘qx::dao::detail::QxDao_Helper_Container<qx::QxCollection<Key, Value> >::~QxDao_Helper_Container() [with Key = QString, Value = boost::shared_ptr<wor_user>]’:
/usr/local/include/QxDao/../../inl/QxDao/QxDao_FetchAll.inl:63:79:   instantiated from ‘static QSqlError qx::dao::detail::QxDao_FetchAll_Container<T>::fetchAll(const qx::QxSqlQuery&, T&, QSqlDatabase*, const QStringList&) [with T = qx::QxCollection<QString, boost::shared_ptr<wor_user> >]’
/usr/local/include/QxDao/../../inl/QxDao/QxDao_FetchAll.inl:119:74:   instantiated from ‘static QSqlError qx::dao::detail::QxDao_FetchAll<T>::fetchAll(const qx::QxSqlQuery&, T&, QSqlDatabase*, const QStringList&) [with T = qx::QxCollection<QString, boost::shared_ptr<wor_user> >]’
/usr/local/include/QxDao/QxDao.h:617:83:   instantiated from ‘QSqlError qx::dao::fetch_by_query(const qx::QxSqlQuery&, T&, QSqlDatabase*, const QStringList&) [with T = qx::QxCollection<QString, boost::shared_ptr<wor_user> >]’
sources/wor_authenticationserver.cpp:52:44:   instantiated from here
/usr/local/include/QxDao/../../inl/QxDao/../../inl/QxDao/QxDao_Helper_Container.inl:80:1: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ 
In file included from /usr/local/include/QxDao/QxSqlQueryHelper.h:64:0,
                 from /usr/local/include/QxDao/QxSqlQueryBuilder.h:43,
                 from /usr/local/include/QxOrm.h:100,
                 from headers/precompiled.h:4,
                 from headers/wor_authenticationserver.h:20,
                 from sources/wor_authenticationserver.cpp:15:
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchAll.inl: In static member function ‘static void qx::dao::detail::QxSqlQueryHelper_FetchAll<T>::resolveOutput(T&, QSqlQuery&, qx::IxSqlQueryBuilder&, const QStringList&) [with T = wor_user]’:
/usr/local/include/QxDao/../../inl/QxDao/QxDao_FetchAll.inl:92:7:   instantiated from ‘static void qx::dao::detail::QxDao_FetchAll_Container<T>::insertNewItem(T&, qx::dao::detail::QxDao_Helper_Container<T>&) [with T = qx::QxCollection<QString, boost::shared_ptr<wor_user> >]’
/usr/local/include/QxDao/../../inl/QxDao/QxDao_FetchAll.inl:74:34:   instantiated from ‘static QSqlError qx::dao::detail::QxDao_FetchAll_Container<T>::fetchAll(const qx::QxSqlQuery&, T&, QSqlDatabase*, const QStringList&) [with T = qx::QxCollection<QString, boost::shared_ptr<wor_user> >]’
/usr/local/include/QxDao/../../inl/QxDao/QxDao_FetchAll.inl:119:74:   instantiated from ‘static QSqlError qx::dao::detail::QxDao_FetchAll<T>::fetchAll(const qx::QxSqlQuery&, T&, QSqlDatabase*, const QStringList&) [with T = qx::QxCollection<QString, boost::shared_ptr<wor_user> >]’
/usr/local/include/QxDao/QxDao.h:617:83:   instantiated from ‘QSqlError qx::dao::fetch_by_query(const qx::QxSqlQuery&, T&, QSqlDatabase*, const QStringList&) [with T = qx::QxCollection<QString, boost::shared_ptr<wor_user> >]’
sources/wor_authenticationserver.cpp:52:44:   instantiated from here
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchAll.inl:102:1: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ 
In file included from /usr/local/include/QxDao/QxSqlQueryHelper.h:64:0,
                 from /usr/local/include/QxDao/QxSqlQueryBuilder.h:43,
                 from /usr/local/include/QxOrm.h:100,
                 from headers/precompiled.h:4,
                 from headers/wor_authenticationserver.h:20,
                 from sources/wor_authenticationserver.cpp:15:
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchAll.inl: In static member function ‘static void qx::dao::detail::QxSqlQueryHelper_FetchAll<T>::resolveOutput(T&, QSqlQuery&, qx::IxSqlQueryBuilder&) [with T = wor_user]’:
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchAll.inl:101:63:   instantiated from ‘static void qx::dao::detail::QxSqlQueryHelper_FetchAll<T>::resolveOutput(T&, QSqlQuery&, qx::IxSqlQueryBuilder&, const QStringList&) [with T = wor_user]’
/usr/local/include/QxDao/../../inl/QxDao/QxDao_FetchAll.inl:92:7:   instantiated from ‘static void qx::dao::detail::QxDao_FetchAll_Container<T>::insertNewItem(T&, qx::dao::detail::QxDao_Helper_Container<T>&) [with T = qx::QxCollection<QString, boost::shared_ptr<wor_user> >]’
/usr/local/include/QxDao/../../inl/QxDao/QxDao_FetchAll.inl:74:34:   instantiated from ‘static QSqlError qx::dao::detail::QxDao_FetchAll_Container<T>::fetchAll(const qx::QxSqlQuery&, T&, QSqlDatabase*, const QStringList&) [with T = qx::QxCollection<QString, boost::shared_ptr<wor_user> >]’
/usr/local/include/QxDao/../../inl/QxDao/QxDao_FetchAll.inl:119:74:   instantiated from ‘static QSqlError qx::dao::detail::QxDao_FetchAll<T>::fetchAll(const qx::QxSqlQuery&, T&, QSqlDatabase*, const QStringList&) [with T = qx::QxCollection<QString, boost::shared_ptr<wor_user> >]’
/usr/local/include/QxDao/QxDao.h:617:83:   instantiated from ‘QSqlError qx::dao::fetch_by_query(const qx::QxSqlQuery&, T&, QSqlDatabase*, const QStringList&) [with T = qx::QxCollection<QString, boost::shared_ptr<wor_user> >]’
sources/wor_authenticationserver.cpp:52:44:   instantiated from here
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchAll.inl:63:1: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ 
In file included from /usr/local/include/QxDao/QxSqlQueryHelper.h:63:0,
                 from /usr/local/include/QxDao/QxSqlQueryBuilder.h:43,
                 from /usr/local/include/QxOrm.h:100,
                 from headers/precompiled.h:4,
                 from headers/wor_authenticationserver.h:20,
                 from sources/wor_authenticationserver.cpp:15:
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_Exist.inl: In static member function ‘static void qx::dao::detail::QxSqlQueryHelper_Exist<T>::sql(QString&, qx::IxSqlQueryBuilder&) [with T = wor_user]’:
/usr/local/include/QxDao/QxSqlQueryBuilder.h:113:7:   instantiated from ‘qx::IxSqlQueryBuilder& qx::QxSqlQueryBuilder<T>::exist() [with T = boost::shared_ptr<wor_user>, qx::IxSqlQueryBuilder = qx::IxSqlQueryBuilder]’
sources/wor_authenticationserver.cpp:63:1:   instantiated from here
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_Exist.inl:36:1: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ 
In file included from /usr/local/include/QxDao/QxSqlQueryHelper.h:64:0,
                 from /usr/local/include/QxDao/QxSqlQueryBuilder.h:43,
                 from /usr/local/include/QxOrm.h:100,
                 from headers/precompiled.h:4,
                 from headers/wor_authenticationserver.h:20,
                 from sources/wor_authenticationserver.cpp:15:
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchAll.inl: In static member function ‘static void qx::dao::detail::QxSqlQueryHelper_FetchAll<T>::sql(QString&, qx::IxSqlQueryBuilder&) [with T = wor_user]’:
/usr/local/include/QxDao/QxSqlQueryBuilder.h:121:7:   instantiated from ‘qx::IxSqlQueryBuilder& qx::QxSqlQueryBuilder<T>::fetchAll() [with T = boost::shared_ptr<wor_user>, qx::IxSqlQueryBuilder = qx::IxSqlQueryBuilder]’
sources/wor_authenticationserver.cpp:63:1:   instantiated from here
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchAll.inl:36:1: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ 
In file included from /usr/local/include/QxDao/QxSqlQueryHelper.h:66:0,
                 from /usr/local/include/QxDao/QxSqlQueryBuilder.h:43,
                 from /usr/local/include/QxOrm.h:100,
                 from headers/precompiled.h:4,
                 from headers/wor_authenticationserver.h:20,
                 from sources/wor_authenticationserver.cpp:15:
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchById.inl: In static member function ‘static void qx::dao::detail::QxSqlQueryHelper_FetchById<T>::sql(QString&, qx::IxSqlQueryBuilder&) [with T = wor_user]’:
/usr/local/include/QxDao/QxSqlQueryBuilder.h:130:7:   instantiated from ‘qx::IxSqlQueryBuilder& qx::QxSqlQueryBuilder<T>::fetchById() [with T = boost::shared_ptr<wor_user>, qx::IxSqlQueryBuilder = qx::IxSqlQueryBuilder]’
sources/wor_authenticationserver.cpp:63:1:   instantiated from here
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchById.inl:36:1: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ 
In file included from /usr/local/include/QxDao/QxSqlQueryHelper.h:68:0,
                 from /usr/local/include/QxDao/QxSqlQueryBuilder.h:43,
                 from /usr/local/include/QxOrm.h:100,
                 from headers/precompiled.h:4,
                 from headers/wor_authenticationserver.h:20,
                 from sources/wor_authenticationserver.cpp:15:
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_Insert.inl: In static member function ‘static void qx::dao::detail::QxSqlQueryHelper_Insert<T>::sql(QString&, qx::IxSqlQueryBuilder&) [with T = wor_user]’:
/usr/local/include/QxDao/QxSqlQueryBuilder.h:138:7:   instantiated from ‘qx::IxSqlQueryBuilder& qx::QxSqlQueryBuilder<T>::insert() [with T = boost::shared_ptr<wor_user>, qx::IxSqlQueryBuilder = qx::IxSqlQueryBuilder]’
sources/wor_authenticationserver.cpp:63:1:   instantiated from here
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_Insert.inl:36:1: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ 
In file included from /usr/local/include/QxDao/QxSqlQueryHelper.h:69:0,
                 from /usr/local/include/QxDao/QxSqlQueryBuilder.h:43,
                 from /usr/local/include/QxOrm.h:100,
                 from headers/precompiled.h:4,
                 from headers/wor_authenticationserver.h:20,
                 from sources/wor_authenticationserver.cpp:15:
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_Update.inl: In static member function ‘static void qx::dao::detail::QxSqlQueryHelper_Update<T>::sql(QString&, qx::IxSqlQueryBuilder&) [with T = wor_user]’:
/usr/local/include/QxDao/QxSqlQueryBuilder.h:147:7:   instantiated from ‘qx::IxSqlQueryBuilder& qx::QxSqlQueryBuilder<T>::update() [with T = boost::shared_ptr<wor_user>, qx::IxSqlQueryBuilder = qx::IxSqlQueryBuilder]’
sources/wor_authenticationserver.cpp:63:1:   instantiated from here
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_Update.inl:36:1: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ 
In file included from /usr/local/include/QxDao/QxSqlQueryHelper.h:62:0,
                 from /usr/local/include/QxDao/QxSqlQueryBuilder.h:43,
                 from /usr/local/include/QxOrm.h:100,
                 from headers/precompiled.h:4,
                 from headers/wor_authenticationserver.h:20,
                 from sources/wor_authenticationserver.cpp:15:
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_DeleteById.inl: In static member function ‘static void qx::dao::detail::QxSqlQueryHelper_DeleteById<T>::sql(QString&, qx::IxSqlQueryBuilder&, bool) [with T = wor_user]’:
/usr/local/include/QxDao/QxSqlQueryBuilder.h:173:7:   instantiated from ‘qx::IxSqlQueryBuilder& qx::QxSqlQueryBuilder<T>::deleteById() [with T = boost::shared_ptr<wor_user>, qx::IxSqlQueryBuilder = qx::IxSqlQueryBuilder]’
sources/wor_authenticationserver.cpp:63:1:   instantiated from here
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_DeleteById.inl:36:1: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ 
In file included from /usr/local/include/QxDao/QxSqlQueryHelper.h:61:0,
                 from /usr/local/include/QxDao/QxSqlQueryBuilder.h:43,
                 from /usr/local/include/QxOrm.h:100,
                 from headers/precompiled.h:4,
                 from headers/wor_authenticationserver.h:20,
                 from sources/wor_authenticationserver.cpp:15:
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_CreateTable.inl: In static member function ‘static void qx::dao::detail::QxSqlQueryHelper_CreateTable<T>::sql(QString&, qx::IxSqlQueryBuilder&) [with T = wor_user]’:
/usr/local/include/QxDao/QxSqlQueryBuilder.h:191:7:   instantiated from ‘qx::IxSqlQueryBuilder& qx::QxSqlQueryBuilder<T>::createTable() [with T = boost::shared_ptr<wor_user>, qx::IxSqlQueryBuilder = qx::IxSqlQueryBuilder]’
sources/wor_authenticationserver.cpp:63:1:   instantiated from here
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_CreateTable.inl:36:1: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ 
In file included from /usr/local/include/QxDao/QxSqlQueryHelper.h:64:0,
                 from /usr/local/include/QxDao/QxSqlQueryBuilder.h:43,
                 from /usr/local/include/QxOrm.h:100,
                 from headers/precompiled.h:4,
                 from headers/wor_authenticationserver.h:20,
                 from sources/wor_authenticationserver.cpp:15:
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchAll.inl: In static member function ‘static void qx::dao::detail::QxSqlQueryHelper_FetchAll<T>::sql(QString&, qx::IxSqlQueryBuilder&, const QStringList&) [with T = wor_user]’:
/usr/local/include/QxDao/QxSqlQueryBuilder.h:223:7:   instantiated from ‘qx::IxSqlQueryBuilder& qx::QxSqlQueryBuilder<T>::fetchAll(const QStringList&) [with T = boost::shared_ptr<wor_user>, qx::IxSqlQueryBuilder = qx::IxSqlQueryBuilder]’
sources/wor_authenticationserver.cpp:63:1:   instantiated from here
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchAll.inl:80:1: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ 
In file included from /usr/local/include/QxDao/QxSqlQueryHelper.h:66:0,
                 from /usr/local/include/QxDao/QxSqlQueryBuilder.h:43,
                 from /usr/local/include/QxOrm.h:100,
                 from headers/precompiled.h:4,
                 from headers/wor_authenticationserver.h:20,
                 from sources/wor_authenticationserver.cpp:15:
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchById.inl: In static member function ‘static void qx::dao::detail::QxSqlQueryHelper_FetchById<T>::sql(QString&, qx::IxSqlQueryBuilder&, const QStringList&) [with T = wor_user]’:
/usr/local/include/QxDao/QxSqlQueryBuilder.h:235:7:   instantiated from ‘qx::IxSqlQueryBuilder& qx::QxSqlQueryBuilder<T>::fetchById(const QStringList&) [with T = boost::shared_ptr<wor_user>, qx::IxSqlQueryBuilder = qx::IxSqlQueryBuilder]’
sources/wor_authenticationserver.cpp:63:1:   instantiated from here
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchById.inl:57:1: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ 
In file included from /usr/local/include/QxDao/QxSqlQueryHelper.h:69:0,
                 from /usr/local/include/QxDao/QxSqlQueryBuilder.h:43,
                 from /usr/local/include/QxOrm.h:100,
                 from headers/precompiled.h:4,
                 from headers/wor_authenticationserver.h:20,
                 from sources/wor_authenticationserver.cpp:15:
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_Update.inl: In static member function ‘static void qx::dao::detail::QxSqlQueryHelper_Update<T>::sql(QString&, qx::IxSqlQueryBuilder&, const QStringList&) [with T = wor_user]’:
/usr/local/include/QxDao/QxSqlQueryBuilder.h:247:7:   instantiated from ‘qx::IxSqlQueryBuilder& qx::QxSqlQueryBuilder<T>::update(const QStringList&) [with T = boost::shared_ptr<wor_user>, qx::IxSqlQueryBuilder = qx::IxSqlQueryBuilder]’
sources/wor_authenticationserver.cpp:63:1:   instantiated from here
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_Update.inl:71:1: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ 
In file included from /usr/local/include/QxDao/QxSqlQueryHelper.h:65:0,
                 from /usr/local/include/QxDao/QxSqlQueryBuilder.h:43,
                 from /usr/local/include/QxOrm.h:100,
                 from headers/precompiled.h:4,
                 from headers/wor_authenticationserver.h:20,
                 from sources/wor_authenticationserver.cpp:15:
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchAll_WithRelation.inl: In static member function ‘static void qx::dao::detail::QxSqlQueryHelper_FetchAll_WithRelation<T>::sql(qx::QxSqlRelationLinked*, QString&, qx::IxSqlQueryBuilder&) [with T = wor_user]’:
/usr/local/include/QxDao/QxSqlQueryBuilder.h:199:7:   instantiated from ‘qx::IxSqlQueryBuilder& qx::QxSqlQueryBuilder<T>::fetchAll_WithRelation(qx::QxSqlRelationLinked*) [with T = boost::shared_ptr<wor_user>, qx::IxSqlQueryBuilder = qx::IxSqlQueryBuilder]’
sources/wor_authenticationserver.cpp:63:1:   instantiated from here
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchAll_WithRelation.inl:36:1: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ 
In file included from /usr/local/include/QxDao/QxSqlQueryHelper.h:67:0,
                 from /usr/local/include/QxDao/QxSqlQueryBuilder.h:43,
                 from /usr/local/include/QxOrm.h:100,
                 from headers/precompiled.h:4,
                 from headers/wor_authenticationserver.h:20,
                 from sources/wor_authenticationserver.cpp:15:
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchById_WithRelation.inl: In static member function ‘static void qx::dao::detail::QxSqlQueryHelper_FetchById_WithRelation<T>::sql(qx::QxSqlRelationLinked*, QString&, qx::IxSqlQueryBuilder&) [with T = wor_user]’:
/usr/local/include/QxDao/QxSqlQueryBuilder.h:210:7:   instantiated from ‘qx::IxSqlQueryBuilder& qx::QxSqlQueryBuilder<T>::fetchById_WithRelation(qx::QxSqlRelationLinked*) [with T = boost::shared_ptr<wor_user>, qx::IxSqlQueryBuilder = qx::IxSqlQueryBuilder]’
sources/wor_authenticationserver.cpp:63:1:   instantiated from here
/usr/local/include/QxDao/../../inl/QxDao/QxSqlQueryHelper_FetchById_WithRelation.inl:36:1: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ 
make: *** [objects/wor_authenticationserver.o] Error 1
Voici le moment ou je l'appelle:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
qx::QxSqlQuery query;
    query.where("wor_user.id = 1");
    list_wor_user listUser;
    qx::dao::fetch_by_query(query, listUser);
    qDebug() << listUser.count();
le .h:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
typedef boost::shared_ptr<wor_user> wor_user_ptr;
typedef qx::QxCollection<QString, wor_user_ptr> list_wor_user;