qchbai / gperftools

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

stacktrace_arm-inl.h not included in download of 1.9 #386

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've downloaded perftools 1.9 (tar.gz) and am trying to cross-compile for ARM. 
I've noticed that the file stacktrace_arm-inl.h is not part of the download, 
but can be found in SVN. Adding it to the downloaded source allows it to 
compile.

Original issue reported on code.google.com by dan...@dseifert.de on 23 Dec 2011 at 6:39

GoogleCodeExporter commented 9 years ago
I knew I would make a mistake like that of some sort. :-(  (Easily
found in testing, but since I don't have an ARM box to test on...)

I'll try to fix that today, before leaving for the holidays.  And once
you have a chance to try it, let me know how the ARM code works for
you!

Original comment by csilv...@gmail.com on 23 Dec 2011 at 8:17

GoogleCodeExporter commented 9 years ago
Compilation worked okay (copied the file manually in there), installation 
required a patch to Makefile.am as I use a newer automake version (1.11.1) that 
does not like if the same file is listed multiple times in an install command. 
(patch attached).

As for trying it actually out, this may take a while - I've already left for 
the holidays and when I get back I may have to work on some other things first. 
But it's decidedly on my ToDo-list and I will report back when I know how well 
it works.

Original comment by dan...@dseifert.de on 23 Dec 2011 at 8:58

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the report.  I thought I was using automake 1.11, but maybe that was 
for a different project.  I can't use the patch as you have it, since $(sort) 
is a gmake-ism, but I'll look into this after the holidays.

And definitely take your time getting back on testing results!  Enjoy your 
holidays.

Original comment by csilv...@gmail.com on 23 Dec 2011 at 9:08

GoogleCodeExporter commented 9 years ago
OK, I just released perftools 1.9.1, which should resolve this.

Original comment by csilv...@gmail.com on 24 Dec 2011 at 1:02

GoogleCodeExporter commented 9 years ago

Original comment by csilv...@gmail.com on 25 Jan 2012 at 11:57