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

I'm getting an undefined reference error #9

Open
DavidJHartman opened this issue Jul 17, 2015 · 1 comment
Open

I'm getting an undefined reference error #9

DavidJHartman opened this issue Jul 17, 2015 · 1 comment

Comments

@DavidJHartman
Copy link

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/");

@halsafar
Copy link
Owner

Sounds like you didn't properly compile the source files and just included the headers.

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

2 participants