[rabbitmq-discuss] how to build SimpleAmqpClient?

Alan Antonuk alan.antonuk at gmail.com
Tue Mar 6 16:23:11 GMT 2012


Did you build boost as a set of static libraries?  If so you'll need to set
the Boost_USE_STATIC_LIBS=ON CMake variable.

Another note: given you're building with VS2008 you're going to run into a
different problem once you get past the boost library issue you're having:
see this  https://github.com/alanxz/SimpleAmqpClient/issues/1 for what the
issue is and a workaround.

-Alan

On Tue, Mar 6, 2012 at 9:43 AM, Lorenzo Rossi <l.rossi.cons at vitrociset.it>wrote:

>  Dear Experts,****
>
> I’m trying to build SimpleAmqpClient (v2.0-beta-2) in Windows (VS 2008),
> but when I execute CMake, there are errors regarding boost:****
>
> ** **
>
> CMake Error at C:/Program Files (x86)/CMake
> 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1128 (message):****
>
> Unable to find the requested Boost libraries.****
>
> Boost version: 1.48.0****
>
> Boost include path: C:/Applicazioni/boost****
>
> The following Boost libraries could not be found:****
>
> 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.****
>
> Call Stack (most recent call first):****
>
> CMakeLists.txt:8 (FIND_PACKAGE)****
>
> ** **
>
> I add manually the filepath for chrono and system to
> Boost_Chrono_Library_Debug, Boost_Chrono_Library_Release,
> Boost_System_Library_Debug, Boost_ System_Library_Release, but still it
> doesn’t find anything. I also create the BOOST_ROOT but still it doesn’t
> work.****
>
> Any suggestion?****
>
>
> Best,****
>
>
> Lorenzo****
>
> ** **
>
> ** **
>
> Lorenzo Rossi****
>
> _________________________________________****
>
> Vitrociset S.p.A.****
>
> Via Tiburtina, 1020 - 00156 Roma - Italia****
>
> +39 06 8820 3047****
>
> ** **
>
> Questa e-mail ed ogni suo allegato sono confidenziali. Se li aveste
> ricevuti per errore, vogliate cortesemente darcene comunicazione subito e
> distruggere il messaggio ricevuto erroneamente dal Vostro sistema
> informatizzato. Per piacere non li utilizzate per nessun fine, o
> diffondete  il loro contenuto a nessun altra persona: fare ciò comporta
> violare le regole sulla privacy si cui al D. L.vo n. 196 /2003. Grazie
> per la cooperazione.****
>
> *This e-mail and any attachment are confidential. If you have received
> them in error, you are on notice of their status.  Please notify us
> immediately by replying e-mail and then delete this message from your
> system.  Please do not copy or use them for any purposes, or disclose their
> contents to any other person:  to do so could be a breach of the Italian
> Privacy D. L.vo 196/2003. **Thank you for your co-operation*
>
> ** **
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120306/09800fff/attachment.htm>


More information about the rabbitmq-discuss mailing list