[ 
https://issues.apache.org/jira/browse/QPID-6266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chuck Rolke updated QPID-6266:
------------------------------
    Attachment: qpid-6266-workaround.patch

Hi Michael,

You are seeing issues related to cmake version 3.x. The scripts use cmake 
generator:
    Running CMake in D:\Qpid\build_2010_x86 : CMake -G "Visual Studio 10"

But later the script tests the value of the generator and it comes back with
    >   No DOTNET binding support available for "Visual Studio 10 2010"

Cmake silently promoted Visual Studio 10 to Visual Studio 10 2010 and that 
trips up the build script.

I'm working on a qpid-on-windows build update including new boost (pre-built 
upstream!!), visual studio 2013, and cmake 3.x and ran into this exact issue. 
To get you by this immediate hurdle you can use attached patch or you could 
revert to an older cmake (2.8.12).

-Chuck




> qpid-cpp-0.30 Build Fail - Org.Apache.Qpid.Messaging.dll
> --------------------------------------------------------
>
>                 Key: QPID-6266
>                 URL: https://issues.apache.org/jira/browse/QPID-6266
>             Project: Qpid
>          Issue Type: Bug
>          Components: Dot Net Client
>    Affects Versions: 0.30
>         Environment: Windows XP (x86)
> Windows 7 ( x64).  
> Visual Studios 2008, 2010
>            Reporter: Fred Cheng
>            Assignee: Chuck Rolke
>         Attachments: qpid-6266-workaround.patch
>
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> The build instructions in the file INSTALL-WINDOWS in qpid-cpp-0.30 does not 
> work.  For example, the file said to install 
> 1. CMake 2.4 
> 2. "cmake -i -G "Visual Studio 9 2008"
> The problem is the CMake 2.4 does not support "Visual Studio 9 2008"
> A second example is that the command -i  for cmake has been depreciated in 
> current version of cmake.  
> The file README-winsdk.txt also appears to be outdated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to