|
这个生成失败了,该怎样解决呢?
2>Link:
2> 正在创建库 D:/OSGEARTH/osgearth/vs2010/lib/Debug/osgEarthd.lib 和对象 D:/OSGEARTH/osgearth/vs2010/lib/Debug/osgEarthd.exp
2>HTTPClient.obj : error LNK2019: 无法解析的外部符号 __imp__curl_easy_setopt,该符号在函数 "private: void __thiscall osgEarth::HTTPClient::initializeImpl(void)" (?initializeImpl@HTTPClient@osgEarth@@AAEXXZ) 中被引用
2>HTTPClient.obj : error LNK2019: 无法解析的外部符号 __imp__curl_easy_init,该符号在函数 "private: void __thiscall osgEarth::HTTPClient::initializeImpl(void)" (?initializeImpl@HTTPClient@osgEarth@@AAEXXZ) 中被引用
2>HTTPClient.obj : error LNK2019: 无法解析的外部符号 __imp__curl_easy_cleanup,该符号在函数 "public: virtual __thiscall osgEarth::HTTPClient::~HTTPClient(void)" (??1HTTPClient@osgEarth@@UAE@XZ) 中被引用
2>HTTPClient.obj : error LNK2019: 无法解析的外部符号 __imp__curl_easy_strerror,该符号在函数 "private: class osgEarth::HTTPResponse __thiscall osgEarth::HTTPClient::doGet(class osgEarth::HTTPRequest const &,class osgDB::Options const *,class osgEarth:rogressCallback *)const " (?doGet@HTTPClient@osgEarth@@ABE?AVHTTPResponse@2@ABVHTTPRequest@2@PBVOptions@osgDB@@PAVProgressCallback@2@@Z) 中被引用
2>HTTPClient.obj : error LNK2019: 无法解析的外部符号 __imp__curl_easy_getinfo,该符号在函数 "private: class osgEarth::HTTPResponse __thiscall osgEarth::HTTPClient::doGet(class osgEarth::HTTPRequest const &,class osgDB::Options const *,class osgEarth::ProgressCallback *)const " (?doGet@HTTPClient@osgEarth@@ABE?AVHTTPResponse@2@ABVHTTPRequest@2@PBVOptions@osgDB@@PAVProgressCallback@2@@Z) 中被引用
2>HTTPClient.obj : error LNK2019: 无法解析的外部符号 __imp__curl_easy_perform,该符号在函数 "private: class osgEarth::HTTPResponse __thiscall osgEarth::HTTPClient::doGet(class osgEarth::HTTPRequest const &,class osgDB::Options const *,class osgEarth::ProgressCallback *)const " (?doGet@HTTPClient@osgEarth@@ABE?AVHTTPResponse@2@ABVHTTPRequest@2@PBVOptions@osgDB@@PAVProgressCallback@2@@Z) 中被引用
2>D:\OSGEARTH\osgearth\vs2010\lib\Debug\osgEarthd.dll : fatal error LNK1120: 6 个无法解析的外部命令
2>
2>生成失败。 |
|