zmq.org(つまり、github.com / imatix / zguide.git)で提供されているZMQC++ソースコードの例をコンパイルしようとしています。私のOSはxubuntuであり、libtool、autoconf、automake、uuid-devパッケージであるZMQの前提条件を適切にインストールしました。czmqもインストールしました。ZMQ自体のコンパイルとリンクは問題なく、ライブラリは/ usr / local/binの下に適切に配置されています。それにもかかわらず、私は以下のコンパイルエラーを取得しています。グーグルはあまり役に立ちませんでした。ヘッダーファイルzmq.hppの欠落に起因する、これらのエラーの迅速な解決策を誰かが知っているのではないかと思います。前もって感謝します。
$./build all
hwclient.cpp
hwclient.cpp:6:19: fatal error: zmq.hpp: No such file or directory
compilation terminated.
hwserver.cpp
hwserver.cpp:6:19: fatal error: zmq.hpp: No such file or directory
compilation terminated.
identity.cpp
identity.cpp:7:19: fatal error: zmq.hpp: No such file or directory
compilation terminated.
lbbroker.cpp
In file included from lbbroker.cpp:7:0:
zhelpers.hpp:29:19: fatal error: zmq.hpp: No such file or directory
compilation terminated.
lpclient.cpp
In file included from lpclient.cpp:6:0:
zhelpers.hpp:29:19: fatal error: zmq.hpp: No such file or directory
compilation terminated.
lpserver.cpp
In file included from lpserver.cpp:8:0:
zhelpers.hpp:29:19: fatal error: zmq.hpp: No such file or directory
compilation terminated.
mdbroker.cpp
In file included from zmsg.hpp:35:0,
from mdbroker.cpp:7:
zhelpers.hpp:29:19: fatal error: zmq.hpp: No such file or directory
compilation terminated.
mdclient.cpp
.....。