[nanomsg] nng: Can't run perf tools

  • From: paddor <paddor@xxxxxxxxx>
  • To: nanomsg@xxxxxxxxxxxxx
  • Date: Thu, 30 Nov 2017 13:38:51 +0100

Hi

Been reading this list for months. Super interesting stuff! My goal is to 
create Ruby and Crystal bindings, and maybe work on issue #33 (epoll), but 
maybe my C knowledge won't be up to Garett's expectations.

So I just compiled nng for the first time, out of source:

```
git clone git@xxxxxxxxxx:nanomsg/nng.git
mkdir nng-build
cd nng-build
cmake ../nng
make
```

Compilation seems fine, but when i try to run perf/inproc_thr, it fails with:

---
No pair protocol enabled in this build!
---

It also doesn't help passing -DNNG_PROTO_PAIR1:BOOL=ON to cmake.

What am I missing?
Thanks.

Other related posts: