Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get errors with running example. #7

Open
Meolax opened this issue Jan 12, 2020 · 0 comments
Open

Get errors with running example. #7

Meolax opened this issue Jan 12, 2020 · 0 comments

Comments

@Meolax
Copy link

Meolax commented Jan 12, 2020

/tmp/ccuGj3Z9.o: In function main': kw.cpp:(.text+0x5d): undefined reference to bprinter::TablePrinter::TablePrinter(std::ostream*, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)'
kw.cpp:(.text+0xc2): undefined reference to bprinter::TablePrinter::AddColumn(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' kw.cpp:(.text+0x127): undefined reference to bprinter::TablePrinter::AddColumn(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
kw.cpp:(.text+0x18c): undefined reference to bprinter::TablePrinter::AddColumn(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' kw.cpp:(.text+0x1f1): undefined reference to bprinter::TablePrinter::AddColumn(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int)'
kw.cpp:(.text+0x21b): undefined reference to bprinter::TablePrinter::PrintHeader()' kw.cpp:(.text+0x26b): undefined reference to bprinter::TablePrinter::operator<<(double)'
kw.cpp:(.text+0x2bb): undefined reference to bprinter::TablePrinter::operator<<(double)' kw.cpp:(.text+0x347): undefined reference to bprinter::TablePrinter::operator<<(double)'
kw.cpp:(.text+0x397): undefined reference to bprinter::TablePrinter::operator<<(double)' kw.cpp:(.text+0x45f): undefined reference to bprinter::TablePrinter::operator<<(double)'
/tmp/ccuGj3Z9.o:kw.cpp:(.text+0x50f): more undefined references to bprinter::TablePrinter::operator<<(double)' follow /tmp/ccuGj3Z9.o: In function main':
kw.cpp:(.text+0x51b): undefined reference to bprinter::TablePrinter::PrintFooter()' kw.cpp:(.text+0x527): undefined reference to bprinter::TablePrinter::~TablePrinter()'
kw.cpp:(.text+0x624): undefined reference to bprinter::TablePrinter::~TablePrinter()' /tmp/ccuGj3Z9.o: In function bprinter::TablePrinter& bprinter::TablePrinter::operator<< <char const*>(char const*)':
kw.cpp:(.text.ZN8bprinter12TablePrinterlsIPKcEERS0_T[ZN8bprinter12TablePrinterlsIPKcEERS0_T]+0xc3): undefined reference to bprinter::TablePrinter::get_num_columns() const' /tmp/ccuGj3Z9.o: In function bprinter::TablePrinter& bprinter::TablePrinter::operator<< (int)':
kw.cpp:(.text.ZN8bprinter12TablePrinterlsIiEERS0_T[ZN8bprinter12TablePrinterlsIiEERS0_T]+0xc0): undefined reference to `bprinter::TablePrinter::get_num_columns() const'
collect2: error: ld returned 1 exit status
kw.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant