[
https://issues.apache.org/jira/browse/QPID-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Huston resolved QPID-1559.
--------------------------------
Resolution: Fixed
Fixed. This was caused by the Windows' protocol_gen.mak file (generates source
code from xml on Windows; analogous to the generating section of Makefile.am)
did not include the cluster-related xml files, so those were not generated. But
the cluster-related files are generated in the qpid release process, so there
was a mismatch between release-generated code and the vcproj files.
The protocol_gen.mak file will now include the cluster-related code when
generating.
Fixed in r732540 in the M4-RCs branch.
Fixed in r732549 in trunk.
> M4 RC6 Visual Studio projects missing some generated code file names
> --------------------------------------------------------------------
>
> Key: QPID-1559
> URL: https://issues.apache.org/jira/browse/QPID-1559
> Project: Qpid
> Issue Type: Bug
> Components: C++ Broker
> Affects Versions: M4
> Environment: Windows, Visual Studio 2008
> Reporter: Steve Huston
> Assignee: Steve Huston
> Fix For: M4
>
>
> The set of generated C++ files changed between RC5 and RC6, which causes
> compile failures in the Windows build. The project files must be regenerated
> to find the correct set of generated C++ sources.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.