You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ dpkg -l | grep libczmq-dev
ii libczmq-dev:amd64 4.2.0-2 amd64 High-level C binding for ZeroMQ (development files)
$ dpkg -l | grep libpcap-dev
ii libpcap-dev:amd64 1.9.1-2 amd64 development library for libpcap (transitional package)
Resulting the following compilation failures:
In file included from /home/user1/work/vermont/src/modules/packet/PSAMPExporterCfg.cpp:22:
In file included from /home/user1/work/vermont/src/modules/packet/PSAMPExporterCfg.h:25:
In file included from /home/user1/work/vermont/src/modules/ipfix/CollectorCfg.h:33:
In file included from /home/user1/work/vermont/src/modules/ipfix/IpfixReceiverZmq.hpp:32:
In file included from /usr/include/czmq.h:37:
In file included from /usr/include/czmq_library.h:23:
/usr/include/czmq_prelude.h:665:13: error: cannot combine with previous 'int' declaration specifier
typedef int SOCKET;
^
/usr/include/pcap/socket.h:79:20: note: expanded from macro 'SOCKET'
#define SOCKET int
^
1 error generated.
make[2]: *** [src/modules/CMakeFiles/modules.dir/build.make:544: src/modules/CMakeFiles/modules.dir/packet/PSAMPExporterCfg.cpp.o] Error 1
In file included from /home/user1/work/vermont/src/modules/ipfix/IpfixCollectorCfg.cpp:22:
In file included from /home/user1/work/vermont/src/modules/ipfix/CollectorCfg.h:33:
In file included from /home/user1/work/vermont/src/modules/ipfix/IpfixReceiverZmq.hpp:32:
In file included from /usr/include/czmq.h:37:
In file included from /usr/include/czmq_library.h:23:
/usr/include/czmq_prelude.h:665:13: error: cannot combine with previous 'int' declaration specifier
typedef int SOCKET;
^
/usr/include/pcap/socket.h:79:20: note: expanded from macro 'SOCKET'
#define SOCKET int
^
1 error generated.
make[2]: *** [src/modules/CMakeFiles/modules.dir/build.make:804: src/modules/CMakeFiles/modules.dir/ipfix/IpfixCollectorCfg.cpp.o] Error 1
In file included from /home/user1/work/vermont/src/modules/ipfix/IpfixExporterCfg.cpp:25:
In file included from /home/user1/work/vermont/src/modules/ipfix/IpfixExporterCfg.h:25:
In file included from /home/user1/work/vermont/src/modules/ipfix/CollectorCfg.h:33:
In file included from /home/user1/work/vermont/src/modules/ipfix/IpfixReceiverZmq.hpp:32:
In file included from /usr/include/czmq.h:37:
In file included from /usr/include/czmq_library.h:23:
/usr/include/czmq_prelude.h:665:13: error: cannot combine with previous 'int' declaration specifier
typedef int SOCKET;
^
/usr/include/pcap/socket.h:79:20: note: expanded from macro 'SOCKET'
#define SOCKET int
^
1 error generated.
make[2]: *** [src/modules/CMakeFiles/modules.dir/build.make:843: src/modules/CMakeFiles/modules.dir/ipfix/IpfixExporterCfg.cpp.o] Error 1
The text was updated successfully, but these errors were encountered:
built with
DSUPPORT_ZMQ=ON
enabled.Version of czmq and pcap installed:
Resulting the following compilation failures:
The text was updated successfully, but these errors were encountered: