code-mx / googlemock

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

gmock-more-actions.h isn't included in the pkginclude_HEADERS section in Makefile.am #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. You compile googlemock from svn, and make install.
2. You try to compile a project using GoogleMock and the project doesn't
compile.

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

The expected output is a correct compilation (and execution, of course).

I see a error message:

/usr/include/gmock/gmock.h:63:38: error: gmock/gmock-more-actions.h: No
existe el fichero o el directorio

The error means that the gmock/gmock-more-actions.h file doesn't exist.

What version of the product are you using? On what operating system?

I'm using svn trunk version on debian sid.

Please provide any additional information below.

$gcc -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-2'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
--enable-multiarch --enable-linker-build-id --with-system-zlib
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--enable-nls --with-gxx-include-dir=/usr/include/c++/4.3
--program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug
--enable-objc-gc --enable-mpfr --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.4 (Debian 4.3.4-2) 

$uname -a
Linux L012INT 2.6.30-1-amd64 #1 SMP Sat Aug 15 18:09:19 UTC 2009 x86_64
GNU/Linux

I attach a patch which a solution.

Original issue reported on code.google.com by nestor.s...@gmail.com on 3 Sep 2009 at 10:21

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the report.  Fixed in the trunk now.

Original comment by zhanyong...@gmail.com on 8 Sep 2009 at 5:16