You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/03 01:57:00 UTC

[jira] [Updated] (GEODE-4916) Native Client cpp examples failing due to unexported symbols

     [ https://issues.apache.org/jira/browse/GEODE-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated GEODE-4916:
----------------------------------
    Labels: pull-request-available  (was: )

> Native Client cpp examples failing due to unexported symbols
> ------------------------------------------------------------
>
>                 Key: GEODE-4916
>                 URL: https://issues.apache.org/jira/browse/GEODE-4916
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Addison
>            Assignee: Jacob S. Barrett
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: Capture.PNG
>
>
> {code:java}
> 1>------ Build started: Project: foo, Configuration: Debug x64 ------
> 1>foo.obj : error LNK2001: unresolved external symbol "private: static unsigned __int64 apache::geode::client::DataOutput::m_highWaterMark" (?m_highWaterMark@DataOutput@client@geode@apache@@0_KA)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const apache::geode::client::tStr_CacheableBoolean" (?tStr_CacheableBoolean@client@geode@apache@@3QBDB)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const apache::geode::client::tStr_CacheableByte" (?tStr_CacheableByte@client@geode@apache@@3QBDB)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const apache::geode::client::tStr_CacheableDouble" (?tStr_CacheableDouble@client@geode@apache@@3QBDB)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const apache::geode::client::tStr_CacheableFloat" (?tStr_CacheableFloat@client@geode@apache@@3QBDB)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const apache::geode::client::tStr_CacheableInt16" (?tStr_CacheableInt16@client@geode@apache@@3QBDB)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const apache::geode::client::tStr_CacheableInt32" (?tStr_CacheableInt32@client@geode@apache@@3QBDB)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const apache::geode::client::tStr_CacheableInt64" (?tStr_CacheableInt64@client@geode@apache@@3QBDB)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const apache::geode::client::tStr_CacheableCharacter" (?tStr_CacheableCharacter@client@geode@apache@@3QBDB)
> 1>C:\foo\foo\x64\Debug\foo.exe : fatal error LNK1120: 9 unresolved externals
> 1>Done building project "foo.vcxproj" -- FAILED.
> ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped =========={code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)