-
Notifications
You must be signed in to change notification settings - Fork 364
Closed
Description
Many errors when trying to build on mavericks:
- does not like use of ostringstream like ctb-extents.cpp:148, ctb-tile.cpp:184, ctb-tile.cpp:194, ctb-tile.cpp:207, ctb-tile.cpp:216
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(); - problem in instantiation of function template specialization package_task:
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
Metadata
Metadata
Assignees
Labels
No labels