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
available for Visual Studio 12 2013 appeared. Is there a dotnet binding that has to be installed for this build to work? -- View this message in context: http://qpid.2158936.n2.nabble.com/Issue-when-using-CMake-to-install-Qpid-broker-tp7646766p7647031.html Sent from the Apache Qpid users mailing li

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
oblem? > > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/Issue-when-using-CMake-to-install-Qpid-broker-tp7646766p7646949.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > ---

RE: Issue when using CMake to install Qpid broker

2016-07-06 Thread loremIpsum1771
gram files because I don't have admin access on my computer. Could that be causing the problem? -- View this message in context: http://qpid.2158936.n2.nabble.com/Issue-when-using-CMake-to-install-Qpid-broker-tp7646766p7646949.html Sent from the Apache Qpid users mailing list archive at

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
running set BOOST_ROOT="C:\Users\I664761\Downloads\boost_1_61_0\boost" but it doesn't seem to have done anything. Is there some specific way that Boost internally stores the root location? -- View this message in context: http://qpid.2158936.n2.nabble.com/Issue-when-using-CMake-to-in

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
.n2.nabble.com/Issue-when-using-CMake-to-install-Qpid-broker-tp7646766p7646940.html Sent from the Apache Qpid users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional

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
e error log. Are all of these packages required for the build? It seems like its only taking issue with not being able to find Ruby even though I set the path to it. -- View this message in context: http://qpid.2158936.n2.nabble.com/Issue-when-using-CMake-to-install-Qpid-broker-tp7646766p7646889.html

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
s occurred! -- View this message in context: http://qpid.2158936.n2.nabble.com/Issue-when-using-CMake-to-install-Qpid-broker-tp7646766p7646883.html Sent from the Apache Qpid users mailing list archive at Nabble.com. - To unsubscri

Re: Issue when using CMake to install Qpid broker

2016-07-05 Thread Alan Conway
d > process. Is > there something here that I haven't set up correctly? > > > > > > -- > View this message in context: http://qpid.2158936.n2.nabble.com/Issue > -when-using-CMake-to-install-Qpid-broker-tp7646766p7646879.html > Sent from the Apache Qpid users mailing

Re: Issue when using CMake to install Qpid broker

2016-07-05 Thread loremIpsum1771
n't set up correctly? -- View this message in context: http://qpid.2158936.n2.nabble.com/Issue-when-using-CMake-to-install-Qpid-broker-tp7646766p7646879.html Sent from the Apache Qpid users mailing list archive at

Re: Issue when using CMake to install Qpid broker

2016-07-01 Thread Chuck Rolke
> Sent: Friday, July 1, 2016 3:07:34 PM > Subject: Issue when using CMake to install Qpid broker > > I'm currently going through the process of installing the Qpid broker on > Windows. I've already installed cmake, boost, and python and I've added the > environmnet variable for

Issue when using CMake to install Qpid broker

2016-07-01 Thread loremIpsum1771
-- View this message in context: http://qpid.2158936.n2.nabble.com/Issue-when-using-CMake-to-install-Qpid-broker-tp7646766.html Sent from the Apache Qpid users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user