I fail to link the pistache library in Eclipse C++ on my Ubuntu machine. I already make this reference:
- Properties > C/C++ Build > Settings > Tool Settings
- Under
GCC C++ Linker > Libraries > Library search path
- Under
GCC C++ Compiler > Includes > Include paths
- Add
/usr/local/include/pistache
to each
It throws a bunch of errors like this:
.... undefined reference to `Pistache::Ipv4::any()'
Why does this fail? The autocomplete is able to see the reference when I try rewrite the whole line, but it still errors out.