Chuck Rolke created QPID-5176:
---------------------------------
Summary: C++ Broker - build fail on Visual Studio 2008
Key: QPID-5176
URL: https://issues.apache.org/jira/browse/QPID-5176
Project: Qpid
Issue Type: Bug
Components: C++ Broker
Affects Versions: 0.24
Environment: windows build qpidmessaging "Visual Studio 2008"
Reporter: Chuck Rolke
Assignee: Chuck Rolke
Visual Studio 2008 stopped compiling qpidmessaging on or near 2013-09-20. It
works fine on Visual Studio 2010.
Examination of compiled file AcceptTracker.obj reveals that there are no class
methods in it. The file is a ghost. Further examination shows that VS2008 is
compiling AcceptTracker.h and not .cpp like one might expect. The .vcproj file
has no apparent errors and the studio shows all the files where they belong; it
just fails to compile the right one. Go figure.
The situation is much better if the messaging library .h file names are not
included in the cmake qpidmessaging_SOURCES file list. This is the proposed fix.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]