Re: Ruby requirements for QPID C++

2021-07-09 Thread Gordon Sim
On Fri, Jul 9, 2021 at 4:00 PM rahul.sin...@morganstanley.com wrote: > I haven't look deeper but it would be really great if you can help locating > where actually the generated code gets in. Does it go under the install > directory or the source directory where we have qpid-cpp-1.39.0 folder.

RE: Ruby requirements for QPID C++

2021-07-09 Thread rahul.sin...@morganstanley.com
Sent: 09 July 2021 15:29 To: users@qpid.apache.org Subject: Re: Ruby requirements for QPID C++ On Fri, Jul 9, 2021 at 12:39 PM rahul.sin...@morganstanley.com wrote: > Building qpid-proton is fine without Ruby. However, when I try to > build qpid-cpp-1.39.0, cmake gives below error - >

Re: Ruby requirements for QPID C++

2021-07-09 Thread Gordon Sim
On Fri, Jul 9, 2021 at 12:39 PM rahul.sin...@morganstanley.com wrote: > Building qpid-proton is fine without Ruby. However, when I try to build > qpid-cpp-1.39.0, cmake gives below error - > > CMake Error at src/CMakeLists.txt:87 (message): > Can't locate ruby, needed to generate amqp 0-10

RE: Ruby requirements for QPID C++

2021-07-09 Thread rahul.sin...@morganstanley.com
requirements for QPID C++ On Fri, Jul 9, 2021 at 10:35 AM rahul.sin...@morganstanley.com wrote: > > Hello, > I have recently build qpid-proton-0.34.0 and qpid-cpp-1.39.0 and need them > for AMQP1.0. I removed the BINDINGS for RUBY ( -DBUILD_BINDING_RUBY=OFF while > building

Re: Ruby requirements for QPID C++

2021-07-09 Thread Gordon Sim
On Fri, Jul 9, 2021 at 10:35 AM rahul.sin...@morganstanley.com wrote: > > Hello, > I have recently build qpid-proton-0.34.0 and qpid-cpp-1.39.0 and need them > for AMQP1.0. I removed the BINDINGS for RUBY ( -DBUILD_BINDING_RUBY=OFF while > building qpid-cpp-1.39.0 AND -DBUILD_RUBY=OFF while

Ruby requirements for QPID C++

2021-07-09 Thread rahul.sin...@morganstanley.com
Hello, I have recently build qpid-proton-0.34.0 and qpid-cpp-1.39.0 and need them for AMQP1.0. I removed the BINDINGS for RUBY ( -DBUILD_BINDING_RUBY=OFF while building qpid-cpp-1.39.0 AND -DBUILD_RUBY=OFF while building qpid-proton-0.34.0). However, it still requires the ruby modules. Is