This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Latest CVS build error


I cound not build the latest CVS, it gave me the following error.

if g++ -DHAVE_CONFIG_H -I. -I. -I. -DPKGLIBDIR='"/usr/local/libexec/systemtap"' -DPKGDATADIR='"/usr/local/share/systemtap"' -Werror -Wall -g -O2 -MT stap-tapsets.o -MD -MP -MF ".deps/stap-tapsets.Tpo" -c -o stap-tapsets.o `test -f 'tapsets.cxx' || echo './'`tapsets.cxx; \
then mv -f ".deps/stap-tapsets.Tpo" ".deps/stap-tapsets.Po"; else rm -f ".deps/stap-tapsets.Tpo"; exit 1; fi
tapsets.cxx: In member function ‘bool dwflpp::func_is_inline()’:
tapsets.cxx:519: error: ‘dwarf_func_inline’ was not declared in this scope
tapsets.cxx: In member function ‘void dwflpp::iterate_over_inline_instances(int (*)(Dwarf_Die*, void*), void*)’:
tapsets.cxx:528: error: ‘dwarf_func_inline_instances’ was not declared in this scope
tapsets.cxx: In member function ‘void dwflpp::function_die(Dwarf_Die*)’:
tapsets.cxx:653: error: ‘dwarf_func_die’ was not declared in this scope
make[1]: *** [stap-tapsets.o] Error 1
make[1]: Leaving directory `/home/nguyhien/prj/systemtap/junk/src'
make: *** [all] Error 2


The 08202005 snapshot built just fine. Do any of you have this problem?

Regards, Hien.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]