Anyone with ideas how I can proceed?<br><br><br>On Thursday, November 1, 2012 1:58:09 PM UTC+11, Tinashe wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><b>I did this:</b><br><br>C:\development\cpp\rabbitmq-c&gt;<wbr>"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" "C:\development\cpp\bin-<wbr>rabbitmq-c"<br>-- Using amqp_codegen.py in C:\development\cpp\rabbitmq-c\<wbr>codegen<br>-- Configuring done<br>-- Generating done<br>-- Build files have been written to: C:/development/cpp/bin-<wbr>rabbitmq-c<br><br><b>and located the nmake and tried this command</b><br><br>C:\development\cpp\bin-<wbr>rabbitmq-c&gt;"C:\Program Files (x86)\VisualStudio10.0\VC\bin\<wbr>nmake.exe"<br><br>Microsoft (R) Program Maintenance Utility Version 10.00.30319.01<br>Copyright (C) Microsoft Corporation.&nbsp; All rights reserved.<br><br>NMAKE : fatal error U1064: MAKEFILE not found and no target specified<br>Stop.<br><br><br>On Thursday, November 1, 2012 1:42:33 PM UTC+11, Tinashe wrote:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">I followed all the instructions up to this point:<br><br><p>Build it:</p>

<ul><li>On linux: <code>make</code>
</li><li>On win32: <code>nmake</code> or <code>msbuild</code>, or open it in visual studio and
build from there</li></ul>Is nmake or msbuild part of the VS2010? A bunch of projects have been created that I manage to open with VS C++ 2010, when I try to compile I got the following errors:<br><br>1&gt;------ Build started: Project: ZERO_CHECK, Configuration: Debug Win32 ------<br>2&gt;------ Build started: Project: rabbitmq, Configuration: Debug Win32 ------<br>2&gt;&nbsp; Building Custom Rule C:/development/cpp/rabbitmq-c/<wbr>librabbitmq/CMakeLists.txt<br>2&gt;&nbsp; CMake does not need to re-run because C:\development\cpp\bin-<wbr>rabbitmq-c\librabbitmq\<wbr>CMakeFiles\generate.stamp is up-to-date.<br>2&gt;&nbsp; Generating codegen.py<br>2&gt;&nbsp; Generating amqp_codegen.py<br>2&gt;&nbsp; At least one file or directory argument required.<br>2&gt;&nbsp; Use --help to show usage.<br>2&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\<wbr>v4.0\Microsoft.CppCommon.<wbr>targets(151,5): error MSB6006: "cmd.exe" exited with code 2.<br>3&gt;------ Build started: Project: test_parse_url, Configuration: Debug Win32 ------<br>4&gt;------ Build started: Project: amqp_unbind, Configuration: Debug Win32 ------<br>5&gt;------ Build started: Project: amqp_sendstring, Configuration: Debug Win32 ------<br>6&gt;------ Build started: Project: amqp_rpc_sendstring_client, Configuration: Debug Win32 ------<br>3&gt;&nbsp; test_parse_url.c<br>6&gt;&nbsp; amqp_rpc_sendstring_client.c<br>4&gt;&nbsp; amqp_unbind.c<br>5&gt;&nbsp; amqp_sendstring.c<br>3&gt;C:\development\cpp\rabbitmq-<wbr>c\librabbitmq\amqp.h(552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>4&gt;C:\development\cpp\rabbitmq-<wbr>c\librabbitmq\amqp.h(552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>6&gt;C:\development\cpp\rabbitmq-<wbr>c\librabbitmq\amqp.h(552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>4&gt;&nbsp; utils.c<br>6&gt;&nbsp; utils.c<br>5&gt;C:\development\cpp\rabbitmq-<wbr>c\librabbitmq\amqp.h(552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>5&gt;&nbsp; utils.c<br>4&gt;C:\development\cpp\rabbitmq-<wbr>c\librabbitmq\amqp.h(552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>6&gt;C:\development\cpp\rabbitmq-<wbr>c\librabbitmq\amqp.h(552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>4&gt;&nbsp; Generating Code...<br>7&gt;------ Build started: Project: amqp_producer, Configuration: Debug Win32 ------<br>6&gt;&nbsp; Generating Code...<br>5&gt;C:\development\cpp\rabbitmq-<wbr>c\librabbitmq\amqp.h(552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>5&gt;&nbsp; Generating Code...<br>8&gt;------ Build started: Project: amqp_listenq, Configuration: Debug Win32 ------<br>7&gt;&nbsp; amqp_producer.c<br>9&gt;------ Build started: Project: amqp_listen, Configuration: Debug Win32 ------<br>8&gt;&nbsp; amqp_listenq.c<br>7&gt;C:\development\cpp\rabbitmq-<wbr>c\librabbitmq\amqp.h(552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>7&gt;&nbsp; utils.c<br>8&gt;C:\development\cpp\rabbitmq-<wbr>c\librabbitmq\amqp.h(552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>8&gt;&nbsp; utils.c<br>7&gt;C:\development\cpp\rabbitmq-<wbr>c\librabbitmq\amqp.h(552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>7&gt;&nbsp; Generating Code...<br>8&gt;C:\development\cpp\rabbitmq-<wbr>c\librabbitmq\amqp.h(552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>8&gt;&nbsp; Generating Code...<br>10&gt;------ Build started: Project: amqp_exchange_declare, Configuration: Debug Win32 ------<br>9&gt;&nbsp; amqp_listen.c<br>9&gt;C:\development\cpp\rabbitmq-<wbr>c\librabbitmq\amqp.h(552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>9&gt;&nbsp; utils.c<br>11&gt;------ Build started: Project: amqp_consumer, Configuration: Debug Win32 ------<br>9&gt;C:\development\cpp\rabbitmq-<wbr>c\librabbitmq\amqp.h(552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>10&gt;&nbsp; amqp_exchange_declare.c<br>9&gt;&nbsp; Generating Code...<br>10&gt;C:\development\cpp\<wbr>rabbitmq-c\librabbitmq\amqp.h(<wbr>552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>10&gt;&nbsp; utils.c<br>12&gt;------ Build started: Project: amqp_bind, Configuration: Debug Win32 ------<br>10&gt;C:\development\cpp\<wbr>rabbitmq-c\librabbitmq\amqp.h(<wbr>552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>10&gt;&nbsp; Generating Code...<br>13&gt;------ Build started: Project: test_tables, Configuration: Debug Win32 ------<br>11&gt;&nbsp; amqp_consumer.c<br>11&gt;C:\development\cpp\<wbr>rabbitmq-c\librabbitmq\amqp.h(<wbr>552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>11&gt;&nbsp; utils.c<br>12&gt;&nbsp; amqp_bind.c<br>11&gt;C:\development\cpp\<wbr>rabbitmq-c\librabbitmq\amqp.h(<wbr>552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>12&gt;C:\development\cpp\<wbr>rabbitmq-c\librabbitmq\amqp.h(<wbr>552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>11&gt;&nbsp; Generating Code...<br>12&gt;&nbsp; utils.c<br>13&gt;&nbsp; test_tables.c<br>12&gt;C:\development\cpp\<wbr>rabbitmq-c\librabbitmq\amqp.h(<wbr>552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>12&gt;&nbsp; Generating Code...<br>13&gt;C:\development\cpp\<wbr>rabbitmq-c\librabbitmq\amqp.h(<wbr>552): fatal error C1083: Cannot open include file: 'amqp_framing.h': No such file or directory<br>14&gt;------ Build started: Project: ALL_BUILD, Configuration: Debug Win32 ------<br>14&gt;&nbsp; Build all projects<br>========== Build: 2 succeeded, 12 failed, 0 up-to-date, 0 skipped ==========<br><br><br><br><br><br>On Thursday, November 1, 2012 3:00:58 AM UTC+11, Alan Antonuk wrote:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">Check the rabbitmq-c README.md file:<div><br></div><div><a href="https://github.com/alanxz/rabbitmq-c/blob/master/README.md" target="_blank">https://github.com/alanxz/<wbr>rabbitmq-c/blob/master/README.<wbr>md</a></div><div><br></div><div>Follow the instructions for building with CMake</div>
<div><br></div><div>-Alan<br><br><div class="gmail_quote">On Wed, Oct 31, 2012 at 8:06 AM, Tinashe <span dir="ltr">&lt;<a>tinashe...@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Can someone just give me a step by step guide to compile the c++ client in Visual Studio, what I want to do is make a dll in VS C++ 2010.<br>
<br>______________________________<wbr>_________________<br>
rabbitmq-discuss mailing list<br>
<a>rabbitmq...@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/<wbr>cgi-bin/mailman/listinfo/<wbr>rabbitmq-discuss</a><br>
<br></blockquote></div><br></div>
</blockquote></blockquote></blockquote>