• Pieter Hintjens's avatar
    Problem: cmake fails with #error None of the ZMQ_USE_* macros defined · ddbbe3b4
    Pieter Hintjens authored
    This happens if you first configure with autotools, and then run
    cmake. The problem is that the compiler finds the old src/platform.hpp
    before looking for the one generated by CMake. Further, there are a
    set of macros that configure passes via the command line, yet CMake
    passes via platform.hpp. (HAVE_xxx for pollers, at least.) This means
    you can't do a CMake build using the autotools platform.hpp.
    
    Solution: remove any src/platform.hpp when running cmake. This is a
    workaround. I'll fix the inconsistent macros separately.
    ddbbe3b4
Name
Last commit
Last update
builds Loading commit data...
doc Loading commit data...
include Loading commit data...
packaging Loading commit data...
perf Loading commit data...
src Loading commit data...
tests Loading commit data...
tools Loading commit data...
tweetnacl Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CMakeLists.txt Loading commit data...
COPYING Loading commit data...
COPYING.LESSER Loading commit data...
Dockerfile Loading commit data...
FindSodium.cmake Loading commit data...
INSTALL Loading commit data...
MAINTAINERS Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README.cygwin.md Loading commit data...
README.md Loading commit data...
acinclude.m4 Loading commit data...
appveyor.yml Loading commit data...
autogen.sh Loading commit data...
branding.bmp Loading commit data...
ci_build.sh Loading commit data...
configure.ac Loading commit data...
installer.ico Loading commit data...
version.sh Loading commit data...