简体   繁体   中英

No DOTNET binding support for Visual Studio 12 2013

I've been working on building the C++ Qpid messaging broker for Windows which uses the boost library and CMake to do the actual build. I ran the command cmake -G "Visual Studio 12 2013" C:\\< home >\\Downloads\\qpid-cpp-0.34 as per the install instructions for windows and I got this log output at the end of which the message: No DOTNET binding support available for Visual Studio 12 2013 appeared.

Is there a dotnet binding that has to be installed for this build to work?

As per a response I was given on the Apache Qpid Users forum, the binding can be turned off:

The binding is a product of the build. However, support for .NET binding ended with Visual Studio 2012. In your cmake command line turn off the .NET binding with:
-DBUILD_BINDING_DOTNET=No

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM