gwaldron / osgearth

3D Maps for OpenSceneGraph / C++14
https://www.pelicanmapping.com/home-1/opensource
Other
1.51k stars 779 forks source link

osgdb_osgearth_feature_tfs doesn't build on current master without protobuf #713

Closed remoe closed 8 years ago

remoe commented 8 years ago

I don't have included protobuf. So this:

return MVT::read(in, key, features);

should excluded?

OS: Win64 VS: 2013

FeatureSourceTFS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl osgEarth::Features::MVT::read(class std::basic_istream<char,struct std::char_traits<char> > &,class osgEarth::TileKey const &,class std::list<class osg::ref_ptr<class osgEarth::Features::Feature>,class std::allocator<class osg::ref_ptr<class osgEarth
jasonbeverage commented 8 years ago

I just pushed a fix for this, thanks for the report.