zmq.orgで提供されているZMQ C++のソースコードの例(github.com/imatix/zguide.git)をコンパイルしようとしています。私のOSはxubuntuで、libtool、autoconf、automake、およびuuid-devパッケージであるZMQの前提条件を適切にインストールしました。私はczmqもインストールしました。 ZMQ自体のコンパイルとリンクはうまくいき、libsは/ usr/local/binの下に正しく置かれています。それにもかかわらず、私はコンパイルエラーを下回っています。グーグルリングはあまり役に立たず、ヘッダファイルzmq.hppが見つからないことに起因するこれらのエラーの迅速な解決法を誰かが知っているのだろうかと思います。前もって感謝します。C++のZMQコンパイルの問題
$./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
......