Closed GoogleCodeExporter closed 9 years ago
Doh! So it is. I've removed config.h for the next release. I guess not many
people
use this header file...
If you want to fix this up before the next release, remove the config.h line,
and
also the #ifdef around #include <stdint.h> (keep the #include line though).
I want to do more testing about how portable stdint.h actually is, before
pushing
this fix more widely. I'm hoping it's portable enough I can just blindly
include it,
and not have to use autotools nonsense to fix up the file at compile time.
Original comment by csilv...@gmail.com
on 6 Nov 2009 at 5:40
I did something slightly different. I changed the '#include "config.h"' in heap-
checker.h to '#include <google/config.h' and copied the config.h that was
produced
while compiling the google-perftools-1.4 package to the appropriate location in
the
install directory. That worked for me. That way, I didn't have to mess with
stdint.h
either.
Thanks for the quick response.
Original comment by mohit.a...@gmail.com
on 6 Nov 2009 at 5:54
This should be fixed in perftools 1.5, just released.
Original comment by csilv...@gmail.com
on 20 Jan 2010 at 11:09
Original issue reported on code.google.com by
mohit.a...@gmail.com
on 6 Nov 2009 at 3:22