-1

I have tried many things but, no luck, im on Ubuntu 14.04.2 LTS. So Here it is the problem: http://pastebin.com/eYftQcaP

  • Please write out your problem and not just post a link to it – Bendy Jun 02 '15 at 12:24
  • That is my problem, I have created that pastebin. that is the log output after gem install qpid_messaging command and it's so long, that's why I posted this way. – Tóbiás Tilhof Jun 02 '15 at 12:29
  • How about giving a description of what the problem is - once people have got the idea of what you're trying to achieve from your question then add code quotes for the section of the log (presumably) that is describing the error – Bendy Jun 02 '15 at 12:32
  • The problem is that i can't install qpid_messaging rubygem, I have installed all the libs that needed, and finally started the compilation, but the compiling fails and there is the log. I thought that is obvious. "cqpid.cpp:2327:28: error: ‘TransactionUnknown’ in namespace ‘qpid::messaging’ does not name a type" – Tóbiás Tilhof Jun 02 '15 at 12:41
  • Welcome to SO. Edit your question to include all this information, not in the comments. Please write out a detailed question - good questions get more attention. see here: http://stackoverflow.com/help/how-to-ask – RaGe Jun 19 '15 at 16:45

1 Answers1

0

Meanwhile I solved the issue. I fetched the last stable cpp from https://qpid.apache.org/components/cpp-broker/index.html and compiled and installed it with cmake, then gem installs succesfully