On Wed, 2016-07-06 at 09:28 -0400, Chuck Rolke wrote: > Hi. > > I've posted a successful build log for reference: > http://people.apache.org/~chug/qpid-build-log-vs2012-x86.txt > > I don't have Boost for VS2013 so can't build with that version. > This example using VS2012 is pretty representative of any build I've > seen. > > Ruby has a confusing log message from a build: > > * -- Could NOT find Ruby (missing: RUBY_LIBRARY) (found version > "1.8.6") > Ok. Did it find Ruby or not? I think it did despite the message. > Ruby is required and the build works so it must have found it.
Probably it found a ruby interpreter but not the devel library, so you can use ruby but not build the ruby binding. > > My environment supports many versions of Visual Studio so I don't > have any in my PATH. > I add 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" <[email protected]> > > To: [email protected] > > Sent: Tuesday, July 5, 2016 4:33:15 PM > > Subject: Re: Issue when using CMake to install Qpid broker > > > > Yes, "<home>" 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: > > https://gist.github.com/loremIpsum1771/fc1d912bbe5a741325cdd259f7a5 > > 3837 > > > > My company has a separate software package install manager through > > which I > > have to do installations. I already had python installed and had > > the > > environment variable set up and I downloaded ruby as well and set > > up the > > environment variable for it. I tried installing Valgrind through my > > company's software center but it seems that the closest thing to it > > is > > something calledLISA Dev Workstation. I couldn't find SASL and > > Doxygen > > within my company's software center. After configuring the paths > > for the > > installations, ran the command from above and got the 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 > > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > > > ----------------------------------------------------------------- > > ---- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
