undefined reference to `tmxparser::parseFromFile(std::string const&, tmxparser::TmxMap*, std::string const&)'|
I get that error with this line of code:
tmxparser::TmxMap tilemap;
error = tmxparser::parseFromFile("resources/map/map.tmx", &tilemap, "resources/tilemap/");