ddavis2speedray / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

No rule to make target `install'. #414

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IMPORTANT NOTE: PLEASE send issues or requests to
http://groups.google.com/group/googletestframework *instead of here*.
This issue tracker is NOT regularly monitored.

If you really need to create a new issue, please provide the information
asked for below.

What steps will reproduce the problem?
1. mkdir build
2. cd build
3. ccmake ../
4. checkinstall

What is the expected output? What do you see instead?
Expecting to successfully install gtest.
What I got is:

Installing with make install...

========================= Installation results ===========================
make: *** No rule to make target `install'.  Stop.

****  Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

What version of Google Test are you using? On what operating system?
I'm using the current subversion, namely
svn checkout http://googletest.googlecode.com/svn/trunk/ gtest-svn
OS: Ubuntu 12.04

Please provide any additional information below, such as a code snippet.
N/A.

Original issue reported on code.google.com by jp4w...@gmail.com on 7 Jun 2012 at 10:30

GoogleCodeExporter commented 9 years ago
make install was disabled intentionally.

See 
http://code.google.com/p/googletest/wiki/FAQ#Why_is_it_not_recommended_to_instal
l_a_pre-compiled_copy_of_Goog and 
https://groups.google.com/group/googletestframework/browse_thread/thread/668eff1
cebf5309d for more info.

Original comment by vladlosev on 7 Jun 2012 at 5:27