aclements / libelfin

C++11 ELF/DWARF parser
MIT License
314 stars 99 forks source link

problem with dump_lines.cc example #38

Open AssoGu opened 4 years ago

AssoGu commented 4 years ago

im getting compelation error in line 37. dwarf::dwarf dw(dwarf::elf::create_loader(ef));

error: Problem description: Invalid arguments ' Candidates are: dwarf(const std::shared_ptr &) dwarf(const dwarf::dwarf &) dwarf(dwarf::dwarf &&) '

any idea what can cause the problem?

thanks!