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

compile error. #824

Open
MaoPann opened this issue Aug 16, 2020 · 1 comment
Open

compile error. #824

MaoPann opened this issue Aug 16, 2020 · 1 comment

Comments

@MaoPann
Copy link

MaoPann commented Aug 16, 2020

After running the code of ./configure && make check.

Response :
tests/test_bind_ws_fuzzer.cpp: In function ‘int LLVMFuzzerTestOneInput(const uint8_t*, size_t)’:
tests/test_bind_ws_fuzzer.cpp:44:41: error: ‘ZMQ_SERVER’ was not declared in this scope
void *server = test_context_socket (ZMQ_SERVER);
^~~~~~~~~~
tests/test_bind_ws_fuzzer.cpp:44:41: note: suggested alternative: ‘ZMQ_CURVE’
void *server = test_context_socket (ZMQ_SERVER);
^~~~~~~~~~
ZMQ_CURVE
tests/test_bind_ws_fuzzer.cpp:57:46: error: ‘ZMQ_CLIENT’ was not declared in this scope
void *client_good = test_context_socket (ZMQ_CLIENT);
^~~~~~~~~~
tests/test_bind_ws_fuzzer.cpp:57:46: note: suggested alternative: ‘ZMQ_EVENTS’
void *client_good = test_context_socket (ZMQ_CLIENT);

@sappo
Copy link
Member

sappo commented Aug 17, 2020

@MaoPann I'm afraid the build scripts for the examples are not well maintained :(

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