jsiicckk / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

compile error #528

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.centos 4.3
2.r1166.
3.

src/common/dwarf_cu_to_module.cc: In member function `virtual void 
google_breakpad::DwarfCUToModule::GenericDIEHandler::ProcessAttributeReference(d
warf2reader::DwarfAttribute, dwarf2reader::DwarfForm, uint64)':
src/common/dwarf_cu_to_module.cc:163: error: `bool 
google_breakpad::DwarfCUToModule::FileContext::IsUnhandledInterCUReference(uint6
4, uint64) const' is private
src/common/dwarf_cu_to_module.cc:311: error: within this context
./src/common/dwarf_cu_to_module.h:121: error: 
`google_breakpad::scoped_ptr<google_breakpad::DwarfCUToModule::FilePrivate> 
google_breakpad::DwarfCUToModule::FileContext::file_private_' is private
src/common/dwarf_cu_to_module.cc:321: error: within this context
src/common/dwarf_cu_to_module.cc: In member function `std::string 
google_breakpad::DwarfCUToModule::GenericDIEHandler::AddStringToPool(const 
std::string&)':
./src/common/dwarf_cu_to_module.h:121: error: 
`google_breakpad::scoped_ptr<google_breakpad::DwarfCUToModule::FilePrivate> 
google_breakpad::DwarfCUToModule::FileContext::file_private_' is private
src/common/dwarf_cu_to_module.cc:341: error: within this context
src/common/dwarf_cu_to_module.cc: In member function `std::string 
google_breakpad::DwarfCUToModule::GenericDIEHandler::ComputeQualifiedName()':
./src/common/dwarf_cu_to_module.h:121: error: 
`google_breakpad::scoped_ptr<google_breakpad::DwarfCUToModule::FilePrivate> 
google_breakpad::DwarfCUToModule::FileContext::file_private_' is private
src/common/dwarf_cu_to_module.cc:410: error: within this context
src/common/dwarf_cu_to_module.cc: In member function `virtual void 
google_breakpad::DwarfCUToModule::FuncHandler::ProcessAttributeReference(dwarf2r
eader::DwarfAttribute, dwarf2reader::DwarfForm, uint64)':
./src/common/dwarf_cu_to_module.h:121: error: 
`google_breakpad::scoped_ptr<google_breakpad::DwarfCUToModule::FilePrivate> 
google_breakpad::DwarfCUToModule::FileContext::file_private_' is private
src/common/dwarf_cu_to_module.cc:497: error: within this context
src/common/dwarf_cu_to_module.cc: In member function `virtual void 
google_breakpad::DwarfCUToModule::FuncHandler::Finish()':
./src/common/dwarf_cu_to_module.h:121: error: 
`google_breakpad::scoped_ptr<google_breakpad::DwarfCUToModule::FilePrivate> 
google_breakpad::DwarfCUToModule::FileContext::file_private_' is private
src/common/dwarf_cu_to_module.cc:553: error: within this context
make: *** [src/common/dwarf_cu_to_module.o] Error 1

please help fix it.
thanks.

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

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

Please provide any additional information below.

Original issue reported on code.google.com by issac.xw...@gmail.com on 27 Apr 2013 at 7:20