mpherg / googletest

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

error in header files #446

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the gtest builds in a folder called gtest. So main program has #include 
"gtest/gtest.h"

However, the file gtest.h in gtest folder then refers to 
gtest/internal/gtest-internal.h whereas there is no gtest folder inside gtest, 
but it works when changed to just internal/ instead of gtest/internal.

Hopefully you will fix it.

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.
2.
3.

What is the expected output? What do you see instead?

What version of Google Test are you using? On what operating system?

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

Original issue reported on code.google.com by am...@agoel.com on 14 Nov 2013 at 12:12

GoogleCodeExporter commented 9 years ago
You are supposed to set the include path correctly when compiling gtest.  
Please follow the instructions in README.

Original comment by w...@google.com on 14 Nov 2013 at 5:33