cl2dlope / pyactivemq

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

Use activemq-cpp-config if it exists. #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install activemq-cpp not in /opt
2. Try and compile pyactivemq
3. activemq-cpp header files can't be located.

What is the expected output? What do you see instead?
Look for activemq-cpp-config in default locations and 
maybe permit it to be passed in as a location or something.

What version of the product are you using? On what operating system?
Fedora 13 (currently rawhide).
pyactivemq-0.1.0 with activemq-cpp-2.2.6

Please provide any additional information below.

I've attached a patch which looks for /usr/bin/activemqcpp-config
as a hard coded location in preference to the defaults but 
this could probably be better.

Steve.

Original issue reported on code.google.com by s.tray...@gmail.com on 17 Nov 2009 at 8:09

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the patch. I'll try to integrate it soon.

I don't think activemqcpp-config existed when I first set up the build, so 
that's why 
it wasn't used.

Original comment by fullung@gmail.com on 18 Nov 2009 at 5:26

GoogleCodeExporter commented 8 years ago
Out of politeness as much as anything else this is for:
https://bugzilla.redhat.com/show_bug.cgi?id=533899
https://bugzilla.redhat.com/show_bug.cgi?id=538172

Original comment by s.tray...@gmail.com on 18 Nov 2009 at 6:53