[jira] [Created] (PROTON-113) Fixes for packaging issues

2012-10-31 Thread Darryl L. Pierce (JIRA)
Darryl L. Pierce created PROTON-113: --- Summary: Fixes for packaging issues Key: PROTON-113 URL: https://issues.apache.org/jira/browse/PROTON-113 Project: Qpid Proton Issue Type: Improvement

[jira] [Updated] (PROTON-113) Fixes for packaging issues

2012-10-31 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce updated PROTON-113: Attachment: 0004-Added-some-boiler-plate-text-to-the-TODO-file.patch

[jira] [Assigned] (PROTON-113) Fixes for packaging issues

2012-10-31 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce reassigned PROTON-113: --- Assignee: Darryl L. Pierce Fixes for packaging issues

[jira] [Commented] (PROTON-113) Fixes for packaging issues

2012-10-31 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13487832#comment-13487832 ] Andrew Stitcher commented on PROTON-113: I strongly recommend not using the same

[jira] [Commented] (PROTON-113) Fixes for packaging issues

2012-10-31 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13487853#comment-13487853 ] Darryl L. Pierce commented on PROTON-113: - I would say the version number should

[jira] [Commented] (PROTON-113) Fixes for packaging issues

2012-10-31 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13487858#comment-13487858 ] Rafael H. Schloming commented on PROTON-113: There are no stability guarantees

[jira] [Commented] (PROTON-113) Fixes for packaging issues

2012-10-31 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13487943#comment-13487943 ] Andrew Stitcher commented on PROTON-113: in qpid the *release* version is in a

[jira] [Updated] (PROTON-113) Fixes for packaging issues

2012-10-31 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce updated PROTON-113: Attachment: (was: 0003-Provides-the-ability-to-disable-rpath-in-libraries.patch)

[jira] [Updated] (PROTON-113) Fixes for packaging issues

2012-10-31 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce updated PROTON-113: Attachment: (was: 0004-Added-some-boiler-plate-text-to-the-TODO-file.patch)

[jira] [Resolved] (PROTON-113) Fixes for packaging issues

2012-10-31 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce resolved PROTON-113. - Resolution: Fixed Fixes for packaging issues --

Re: review request: patch to cmake for windows builds

2012-10-31 Thread Ken Giusti
Ah, then this patch is for *you*! :) It -should- fix it so you don't have to modify the project files at all, and it should fix those header files too. You should just be able to run cmake, then pull the result into VS and build. It doesn't go so far as to run the tests though - we'll need

RE: review request: patch to cmake for windows builds

2012-10-31 Thread Mary Hinton
Maybe this will help. In my project file for the dll, the command lines in the debugger are: C/C++ compiler: /Iinclude /IC:/qpid/qpid/proton/proton-c /IC:/qpid/qpid/proton/proton-c/include /Zi /nologo /Wall /WX- /Od /Ob0 /Oy- /D qpid_proton_python_EXPORTS /D WIN32 /D _WINDOWS /D

Re: review request: patch to cmake for windows builds

2012-10-31 Thread Cliff Jansen
I would personally just use the settings Steve came up with for the main qpid cpp build. Those should serve us well. The only obvious addition is the flag that forces C++ compilation from files named foo.c. Cliff On Wed, Oct 31, 2012 at 12:05 PM, Ken Giusti kgiu...@redhat.com wrote: Ah,