You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2016/10/14 14:21:23 UTC

[jira] [Updated] (QPID-6266) qpid-cpp-0.30 Build Fail - Org.Apache.Qpid.Messaging.dll

     [ 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-build-log.txt

Ok, it's been a while since I reviewed all the setup and stuff that is needed for a windows build. File qpid-6266-build-log.txt is how the build looks when I run the scripts on my system. The each component is built twice: Debug and Release.

* First my path is exposed. Not all of this is necessary to build proton/qpid-cpp but this is what I have.

* The build starts with qpid-cpp-1.35.0 and qpid-proton-0.14.0 unzipped and untarred in an otherwise empty W: drive. 

* I keep my scripts on drive B:\ but they could be anywhere.

* The command set I used was:

{noformat}
W:\>doskey /history
w:
showpath
dir
cd qpid-proton-0.14.0
b:\build_proton ..\qpid-cpp-1.35.0 2012 x64
cd ..\qpid-cpp-1.35.0
dir
b:\build-qpid-cpp.bat 2012 x64
doskey /history
{noformat}

A build has many "not found" and "could not find" log lines that to an untrained eye may signal problems. I've learned to ignore them.

The most critical things to watch for are that qpid-cpp cmake finds qpid-proton and that the install parts of the build are complete.

When its all done your artifacts are in
{noformat}
10/14/2016  09:59 AM    <DIR>          build_2012_x64
10/14/2016  09:26 AM    <DIR>          install_2012_x64
{noformat}

Good luck!

> 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-build-log.txt, 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org