You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Steve Huston (JIRA)" <qp...@incubator.apache.org> on 2008/11/17 21:30:44 UTC

[jira] Created: (QPID-1467) C++ M4 Alpha doesn't contain Windows pieces

C++ M4 Alpha doesn't contain Windows pieces
-------------------------------------------

                 Key: QPID-1467
                 URL: https://issues.apache.org/jira/browse/QPID-1467
             Project: Qpid
          Issue Type: Bug
          Components: Build Tools
    Affects Versions: M4
         Environment: Windows
            Reporter: Steve Huston
            Priority: Blocker


The current M4 alpha release doesn't contain pieces needed to build on Windows. This is because:

- The release script uses the "make dist" to produce the release artifacts.
- The Windows-only files are not listed in the Makefile.am

If the Windows C++ code is to be included in the C++ kit, something needs to be done. I assume that the Windows pieces are desired in the C++ kit along with the Linux, Solaris, etc. stuff. If so, one possible approach is to add the Windows-specific files to the Makefile.am EXTRA_DIST files list. I can do this but would like feedback from the community on whether one Linux/Solaris/Windows C++ kit is desired.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (QPID-1467) C++ M4 Alpha doesn't contain Windows pieces

Posted by "Robert Greig (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648327#action_12648327 ] 

Robert Greig commented on QPID-1467:
------------------------------------

I certainly think it would be good to have a single source distro that contains all the pieces needed to build on our supported platforms.

> C++ M4 Alpha doesn't contain Windows pieces
> -------------------------------------------
>
>                 Key: QPID-1467
>                 URL: https://issues.apache.org/jira/browse/QPID-1467
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: M4
>         Environment: Windows
>            Reporter: Steve Huston
>            Priority: Blocker
>
> The current M4 alpha release doesn't contain pieces needed to build on Windows. This is because:
> - The release script uses the "make dist" to produce the release artifacts.
> - The Windows-only files are not listed in the Makefile.am
> If the Windows C++ code is to be included in the C++ kit, something needs to be done. I assume that the Windows pieces are desired in the C++ kit along with the Linux, Solaris, etc. stuff. If so, one possible approach is to add the Windows-specific files to the Makefile.am EXTRA_DIST files list. I can do this but would like feedback from the community on whether one Linux/Solaris/Windows C++ kit is desired.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-1467) C++ M4 Alpha doesn't contain Windows pieces

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Huston resolved QPID-1467.
--------------------------------

       Resolution: Fixed
    Fix Version/s: M4
         Assignee: Steve Huston

Fixed; I added the Windows-specific files to EXTRA_DIST.

> C++ M4 Alpha doesn't contain Windows pieces
> -------------------------------------------
>
>                 Key: QPID-1467
>                 URL: https://issues.apache.org/jira/browse/QPID-1467
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: M4
>         Environment: Windows
>            Reporter: Steve Huston
>            Assignee: Steve Huston
>            Priority: Blocker
>             Fix For: M4
>
>
> The current M4 alpha release doesn't contain pieces needed to build on Windows. This is because:
> - The release script uses the "make dist" to produce the release artifacts.
> - The Windows-only files are not listed in the Makefile.am
> If the Windows C++ code is to be included in the C++ kit, something needs to be done. I assume that the Windows pieces are desired in the C++ kit along with the Linux, Solaris, etc. stuff. If so, one possible approach is to add the Windows-specific files to the Makefile.am EXTRA_DIST files list. I can do this but would like feedback from the community on whether one Linux/Solaris/Windows C++ kit is desired.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.