cl2dlope / pyactivemq

Automatically exported from code.google.com/p/pyactivemq
Apache License 2.0
0 stars 0 forks source link

python setup.py build error: ‘toProviderString’ is not a member of ‘cms::Destination’ #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. python step.py build

What is the expected output? What do you see instead?
Expected: build successful

src/main/Destinations.cpp: In function ‘void export_Destinations()’:
src/main/Destinations.cpp:95:26: error: ‘toProviderString’ is not a member 
of ‘cms::Destination’
src/main/Destinations.cpp:96:27: error: ‘toProviderString’ is not a member 
of ‘cms::Destination’
src/main/Destinations.cpp:98:42: error: ‘toProviderString’ is not a member 
of ‘cms::Destination’
src/main/Destinations.cpp: At global scope:
src/main/Destinations.cpp:40:20: warning: ‘DestinationType_docstring’ 
defined but not used [-Wunused-variable]
error: command 'gcc' failed with exit status 1

What version of the product are you using? On what operating system?
pyactivemq-0.1.0. Fedora

Original issue reported on code.google.com by neha.ja...@gmail.com on 19 Jul 2012 at 6:57