Re: Issue when using CMake to install Qpid broker

2016-07-07 Thread Chuck Rolke
" <celij...@gmail.com> > To: users@qpid.apache.org > Sent: Thursday, July 7, 2016 5:17:07 PM > Subject: Re: Issue when using CMake to install Qpid broker > > I ran the command cmake -G "Visual Studio 12 2013" > C:\\Downloads\qpid-cpp-0.34 as per the install instructions f

Re: Issue when using CMake to install Qpid broker

2016-07-07 Thread loremIpsum1771
I ran the command cmake -G "Visual Studio 12 2013" C:\\Downloads\qpid-cpp-0.34 as per the install instructions for windows and I got this log output: https://gist.github.com/loremIpsum1771/cd3cbbb5b6ec5358b9d9e5b16a4ad9b4 at the end of which the message: No DOTNET binding support available for

Re: Issue when using CMake to install Qpid broker

2016-07-07 Thread Alan Conway
a Studio environment as needed. The same with Boost. > > Hopefully there is a hint or two for you to use in figuring out your > issues. > > -Chuck > > > - Original Message - > > > > From: "loremIpsum1771" <celij...@gmail.com> > > To: us

Re: Issue when using CMake to install Qpid broker

2016-07-06 Thread Steve Huston
No I don't think so. Steve Huston (sent from my iPhone - please excuse brevity and typos) > On Jul 6, 2016, at 3:32 PM, loremIpsum1771 wrote: > > I'm not sure. I just tried deleting the cache from the CMake GUI and I then > re-ran: cmake -G "Visual Studio 12 2013" >

RE: Issue when using CMake to install Qpid broker

2016-07-06 Thread loremIpsum1771
I'm not sure. I just tried deleting the cache from the CMake GUI and I then re-ran: cmake -G "Visual Studio 12 2013" C:\Users\I664761\Downloads\qpid-cpp-0.34 but the filepath seems to still be the same. I have both Cmake and Boost in my downloads folder and I can't move them to program files

RE: Issue when using CMake to install Qpid broker

2016-07-06 Thread Steve Huston
t; To: users@qpid.apache.org > Subject: RE: Issue when using CMake to install Qpid broker > > Ok I tried deleting the environment variable for BOOST_ROOT and creating it > again as it is currently set to C://Downloads/boost_1_61_0 but for > some reason, whenever I run CMake,

RE: Issue when using CMake to install Qpid broker

2016-07-06 Thread loremIpsum1771
Ok I tried deleting the environment variable for BOOST_ROOT and creating it again as it is currently set to C://Downloads/boost_1_61_0 but for some reason, whenever I run CMake, I still get the same error with the same file path showing up so I'm not really sure what's going on. I also tried

RE: Issue when using CMake to install Qpid broker

2016-07-06 Thread Steve Huston
nal Message- > From: loremIpsum1771 [mailto:celij...@gmail.com] > Sent: Wednesday, July 06, 2016 1:56 PM > To: users@qpid.apache.org > Subject: Re: Issue when using CMake to install Qpid broker > > Oh ok, it seems that those missing packages are in fact not causing a >

Re: Issue when using CMake to install Qpid broker

2016-07-06 Thread loremIpsum1771
Oh ok, it seems that those missing packages are in fact not causing a problem. For some reason though, it seems that CMake is able to find only some of the Boost libraries, but not others: https://gist.github.com/loremIpsum1771/fc1d912bbe5a741325cdd259f7a53837 I created the BOOST_ROOT environment

Re: Issue when using CMake to install Qpid broker

2016-07-06 Thread Andrew Stitcher
On Tue, 2016-07-05 at 13:33 -0700, loremIpsum1771 wrote: > Yes, "" is just being used as a placeholder. I created a new > builds/qpid directory on the C drive and then ran the command: cmake > -G > "Visual Studio 12 2013" C:\Users\I664761\Downloads\qpid-cpp-0.34 > after doing > which I got the

Re: Issue when using CMake to install Qpid broker

2016-07-06 Thread Chuck Rolke
t: Tuesday, July 5, 2016 4:33:15 PM > Subject: Re: Issue when using CMake to install Qpid broker > > Yes, "" is just being used as a placeholder. I created a new > builds/qpid directory on the C drive and then ran the command: cmake -G > "Visual Studio 12 2013&qu

Re: Issue when using CMake to install Qpid broker

2016-07-05 Thread loremIpsum1771
Yes, "" is just being used as a placeholder. I created a new builds/qpid directory on the C drive and then ran the command: cmake -G "Visual Studio 12 2013" C:\Users\I664761\Downloads\qpid-cpp-0.34 after doing which I got the following error log:

Re: Issue when using CMake to install Qpid broker

2016-07-05 Thread Andrew Stitcher
On Tue, 2016-07-05 at 09:13 -0700, loremIpsum1771 wrote: > I just tried this: > > cmake -G "Visual Studio 12 2013" > -DCMAKE_INSTALL_PREFIX=C:\\Downloads\qpid-cpp- > 0.34\bindings\qmf2\examples\cpp\install_dir This is a peculiar path for the install - why in the middle of the qmf2 binding? If

Re: Issue when using CMake to install Qpid broker

2016-07-05 Thread loremIpsum1771
I just tried this: cmake -G "Visual Studio 12 2013" -DCMAKE_INSTALL_PREFIX=C:\\Downloads\qpid-cpp-0.34\bindings\qmf2\examples\cpp\install_dir and I got this error: CMake Error at CMakeLists.txt:73 (install): install FILES given no DESTINATION! -- Configuring incomplete, errors occurred!

Re: Issue when using CMake to install Qpid broker

2016-07-05 Thread Alan Conway
On Tue, 2016-07-05 at 07:57 -0700, loremIpsum1771 wrote: > Thanks for the response. I wasn't sure exactly where to put the > install > directory so I made an empty one within the cpp directory. I then ran > the > following command: cmake -G "Visual Studio 12 2013" > -DCMAKE_INSTALL_PREFIX = >

Re: Issue when using CMake to install Qpid broker

2016-07-05 Thread loremIpsum1771
Thanks for the response. I wasn't sure exactly where to put the install directory so I made an empty one within the cpp directory. I then ran the following command: cmake -G "Visual Studio 12 2013" -DCMAKE_INSTALL_PREFIX = C:\\Downloads\qpid-cpp-0.34\bindings\qmf2\examples\cpp\install_dir I then

Re: Issue when using CMake to install Qpid broker

2016-07-01 Thread Chuck Rolke
Have you tried feeding CMake an install dir? Make one and then also specify -DCMAKE_INSTALL_PREFIX= on the cmake command line. Lately I *always* build with an install folder because that's where Qpid picks up Qpid Proton and AMQP 1.0 support - through a shared install folder. Here's a