Export to GitHub

pyactivemq - issue #4

ImportError: pyactivemq.so: undefined symbol: _ZN3cms12DeliveryMode10PERSISTENTE


Posted on May 24, 2007 by Massive Kangaroo

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.

Comment #1

Posted on Jun 1, 2007 by Massive Kangaroo

Fixed in trunk by first assigning the DeliveryMode to an int and then setting the attr.

Status: Fixed

Labels:
Type-Defect Priority-Medium