Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using client exception #40

Closed
cooper-lzy opened this issue Jun 29, 2021 · 1 comment
Closed

using client exception #40

cooper-lzy opened this issue Jun 29, 2021 · 1 comment

Comments

@cooper-lzy
Copy link

G++ 7.5.0
CMAKE 3.15

[vesoft@cooper include]$ sudo LIBRARY_PATH=/usr/local/nebula/lib64:$LIBRARY_PATH g++ -std=c++11 SessionExample.cpp -I/usr/local/nebula/include  -lnebula_graph_client -o session_example
In file included from /usr/local/nebula/include/common/datatypes/DataSet.h:15:0,
                 from /usr/local/nebula/include/common/graph/Response.h:15,
                 from /usr/local/nebula/include/nebula/client/Connection.h:13,
                 from /usr/local/nebula/include/nebula/client/ConnectionPool.h:15,
                 from SessionExample.cpp:12:
/usr/local/nebula/include/common/datatypes/Value.h:418:36: 错误:expected ‘,’ before ‘)’ token
 static_assert(sizeof(Value) == 16UL);
                                    ^
/usr/local/nebula/include/common/datatypes/Value.h:418:36: 错误:expected string-literal before ‘)’ token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants