[CMake] Build, Make Install for multiple machines - Guidelines for Success

2016-06-07 Thread B00083603 Michael O Brien
Hi all, I have to build OpenCV on multiple machines and I was wondering if the following was possible and advisable or should I use a different method? I'm still learning about the cmake,make, make install way of software installation Environment All the machines (vms) have access to the

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread B00083603 Michael O Brien
/opencv_test_java_properties] Error 2 make[1]: *** [modules/java/test/CMakeFiles/opencv_test_java_properties.dir/all] Error 2 make: *** [all] Error 2 From: Roger Leigh <rle...@codelibre.net> Sent: 06 June 2016 19:42 To: B00083603 Michael O Brien Cc: cmake@cma

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread B00083603 Michael O Brien
which is shared with each vm as well. Does that complicate matters or provide an opportunity to resolve my issue? From: rle...@codelibre.net <rle...@codelibre.net> Sent: 06 June 2016 17:01 To: B00083603 Michael O Brien Cc: cmake@cmake.org Subject: Re:

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread B00083603 Michael O Brien
up so that I can streamline the install across all the vm's and ensure permissions are set correctly on each vm? From: rle...@codelibre.net <rle...@codelibre.net> Sent: 06 June 2016 17:01 To: B00083603 Michael O Brien Cc: cmake@cmake.org Subject: Re:

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread B00083603 Michael O Brien
48 To: cmake@cmake.org Subject: Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8 On 05/06/2016 17:01, B00083603 Michael O Brien wrote: > sudo make install > > When I run sudo make install I get the error > /bin/sh: 1: cd: can't cd to > /home/michael.

[CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-05 Thread B00083603 Michael O Brien
I'm trying to install OpenCV2 and the process requires the use of cmake which I'm not familiar with so I was hoping I could ask the cmake mailing list for some advice. I have a virtual machine where I have sudo permissions and I download the OpenCV2 zip file from, create a directory for the