Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
Boost's headers.
Rabbitmqc_INCLUDE_DIR=Rabbitmqc_INCLUDE_DIR-NOTFOUNDRabbitmqc_LIBRARY=Rabbitmqc_LIBRARY-NOTFOUND
Install the library (dev version) and try again. If the library is already
installed, use ccmake to set the missing variables manually.
Could not find the following Boost libraries:
boost_chrono
boost_system
No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
directory containing Boost libraries or BOOST_ROOT to the location of
Boost.
If I specify BOOST_ROOT (C:\boost_1_56_0) than I have an error:Could not find the following Boost libraries:
boost_chrono
boost_system
No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
directory containing Boost libraries or BOOST_ROOT to the location of
Boost.
I have this libraries. I specified a path to folder, but anyway always have this error.
пятница, 5 сентября 2014 г., 16:47:20 UTC+2 пользователь Nikita Black написал:Greetings. I need a c++ client for windows. I'm a beginner and only yesterday I got to know about different make-tools. I've found several solutions:
amqpcpp - but it uses Makefile to build, so I can't build it on windows. Or can I?
AMQP-CPP - seems ok, but requires to handle connection "manually". For learning purposes I just want to use library that handles everything. So for now I'm not considering this lib.
SimpleAmqpClient - it have "simple" word in it's name so I started with it.
I downloaded CMake and successfully build librabbitmq with it. Although there was some warning in the end I have:
librabbitmq.1.lib - for static library
rabbitmq.1.dll and rabbitmq.1.lib - for dynamic library (but why *.lib, should I use it?)
Also I downloaded boost, build it.
Next I tried to run CMakeLists for SimpleAmpqClient but without success. It always terminates with errors. For example:Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
Boost's headers.
I tried tons of different paths, but none of them was accepted. So what is correct values for for this variables?
Also there's an error:Rabbitmqc_INCLUDE_DIR=Rabbitmqc_INCLUDE_DIR-NOTFOUNDRabbitmqc_LIBRARY=Rabbitmqc_LIBRARY-NOTFOUND
Install the library (dev version) and try again. If the library is already
installed, use ccmake to set the missing variables manually.
How can I install the library? And what is values for this variables?
Thank you.--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
--MKStaff Software Engineer, Pivotal/RabbitMQ