e-n-f / datamaps

Indexes points and lines and generates map tiles to display them
BSD 2-Clause "Simplified" License
342 stars 53 forks source link

Error on Mavericks #2

Closed aaronlidman closed 10 years ago

aaronlidman commented 10 years ago

When compiling render:

undef: ___sincos_stret Undefined symbols for architecture x86_64:

The solution was to run xcode-select --install which I found here: https://github.com/mxcl/homebrew/issues/22553

I'm only using the xcode CLI tools, maybe that's it?

e-n-f commented 10 years ago

I should have replied to this long ago. I'm using the full XCode installation and haven't run into it, but I don't think I'm doing anything too strange with math library calls. I wonder if it's broken for anyone else.

springmeyer commented 10 years ago

I'd recommend closing this and mark it up to a bug in the apple command line tools.

e-n-f commented 10 years ago

Fair enough!