LernaeanHydra / pyactivemq

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

ImportError: pyactivemq.so: undefined symbol: _ZN3cms12DeliveryMode10PERSISTENTE #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile pyactivemq trunk with GCC 4.1.1.
2. Import pyactivemq.
3.

What is the expected output? What do you see instead?

ImportError: pyactivemq.so: undefined symbol:
_ZN3cms12DeliveryMode10PERSISTENTE

Please use labels and text to provide additional information.

Original issue reported on code.google.com by fullung@gmail.com on 24 May 2007 at 3:58

GoogleCodeExporter commented 8 years ago
Fixed in trunk by first assigning the DeliveryMode to an int and then setting 
the attr.

Original comment by fullung@gmail.com on 1 Jun 2007 at 7:00