Im trying to build Qpid. When running CMake this is printed to the log:
Could NOT find Ruby (missing: RUBY_LIBRARY)
[ ... more stuff cut for brevity ]
CMake Error at src/CMakeLists.txt:96 (include):
include could not find load file:
C:/qpid/0.6/qpid/build/src/rubygen.cmake
It seems to be failing because it couldnt find a file thats supposed to have been generated. But it hasn't since it couldn't locate Ruby.
But it seems to at least partially find Ruby since a bunch of other RUBY_*
variables have been set in CMake like RUBY_EXECUTABLE and RUBY_INCLUDE_DIR.
What is RUBY_LIBRARY and what is it supposed to be set to? Ruby is installed in C:\Ruby192.