Running make check from src/tools/linux/dump_syms spits out:
g++ -c ../../../common/linux/file_id_unittest.cc -o file_id_unittest.o
-I../../../testing/gtest/include -I../../../testing/gtest -I../../../testing
-I../../../testing/include -I../../.. -MMD -D_REENTRANT -DHAVE_A_OUT_H -g3 -O2
-Wall -m32
../../../common/linux/file_id_unittest.cc: In static member function ‘static
void ElfishElf<ElfClass>::Populate(ElfishElf<ElfClass>*)’:
../../../common/linux/file_id_unittest.cc:99: error: invalid use of member
‘ElfishElf<ElfClass>::text_section’ in static member function
../../../common/linux/file_id_unittest.cc:112: error: from this location
../../../common/linux/file_id_unittest.cc:99: error: invalid use of member
‘ElfishElf<ElfClass>::text_section’ in static member function
../../../common/linux/file_id_unittest.cc:113: error: from this location
make: *** [file_id_unittest.o] Error 1
Issue 198001: Fix compilation of file_id_unittest.
(Closed)
Created 14 years, 2 months ago by Lei Zhang (chromium)
Modified 14 years, 2 months ago
Reviewers: Mark Mentovai
Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Comments: 2