-
Notifications
You must be signed in to change notification settings - Fork 354
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
Does not compile on Mac OS X Mavericks (clang) #3
Comments
Thanks for testing and the heads up. Unfortunately I don't work with Mac OS X so can't help out. I'll link this issue from the README, however, and it can be used to track progress: hopefully someone more knowledgeable will be able to help... |
I success the compile changing the code.
the error of ctb-tile.cpp is also the same. |
@tmizu23 Thanks you. Are you able to provide a pull request for your changes? |
Feel free to re-open this issue if additional improvements are required. |
Many errors when trying to build on mavericks:
error:
cesium-terrain-builder-master/tools/ctb-extents.cpp:148:66: error: cannot take the address of an rvalue of type 'std::__1::basic_ostringstream<char, std::__1::char_traits, std::__1::allocator >'
const string filename = dirname + static_cast<ostringstream*>( &(ostringstream() << zoom << ".geojson") )->str();
ctb-tile.cpp:460:48: note: in instantiation of function template specialization
'std::__1::packaged_task<int (TerrainBuild *, ctb::Grid *)>::packaged_task<int (&)(TerrainBuild *, ctb::Grid *), void>' requested here
packaged_task<int(TerrainBuild *, Grid *)> task($runTiler); // wrap the function
The text was updated successfully, but these errors were encountered: