1>------ Build started: Project: LeapRabbitMQScanner, Configuration: Debug Win32 ------
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol "void __cdecl die_on_error(int,char const *)" (?die_on_error@@YAXHPBD@Z) referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol _amqp_destroy_connection referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol _amqp_connection_close referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol _amqp_channel_close referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol _amqp_destroy_envelope referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol "void __cdecl amqp_dump(void const *,unsigned int)" (?amqp_dump@@YAXPBXI@Z) referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol _amqp_consume_message referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol _amqp_maybe_release_buffers referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol _amqp_basic_consume referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2001: unresolved external symbol __imp__amqp_empty_bytes
1>LeapRabbitMQScanner.obj : error LNK2001: unresolved external symbol __imp__amqp_empty_table
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol _amqp_cstring_bytes referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol _amqp_get_rpc_reply referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol _amqp_channel_open referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol "void __cdecl die_on_amqp_error(struct amqp_rpc_reply_t_,char const *)" (?die_on_amqp_error@@YAXUamqp_rpc_reply_t_@@PBD@Z) referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol _amqp_login referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol _amqp_socket_open referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol "void __cdecl die(char const *,...)" (?die@@YAXPBDZZ) referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol _amqp_tcp_socket_new referenced in function _main
1>LeapRabbitMQScanner.obj : error LNK2019: unresolved external symbol _amqp_new_connection referenced in function _main
1>C:\Users\dseema\Documents\Visual Studio 2010\Projects\LeapRabbitMQScanner\Debug\LeapRabbitMQScanner.exe : fatal error LNK1120: 20 unresolved externals
--
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.
Check for working C compiler using: Visual Studio 10 2010
CMake Error: The source directory "OUTPUT_VARIABLE" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
CMake Error: Internal CMake error, TryCompile configure of cmake failed
Check for working C compiler using: Visual Studio 10 2010 -- broken
CMake Error at C:/Dilip/LEAP/Scanners/cmake-3.1.3-win32-x86/share/cmake-3.1/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "c:/Program Files (x86)/Microsoft Visual Studio
10.0/VC/bin/cl.exe" is not able to compile a simple test program.
It fails with the following output:
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:3 (project)
Configuring incomplete, errors occurred!
See also "/CMakeFiles/CMakeOutput.log".
See also "/CMakeFiles/CMakeError.log".
-------------------------------------------------------------------------