smich123 / open-zwave

Automatically exported from code.google.com/p/open-zwave
0 stars 0 forks source link

OpenZWave.lib(Manager.obj) error LNK2001: unresolved external symbol (Windows CI) #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build on windows. (TeamCity)

What is the expected output? What do you see instead?
It should build.

It does not build.

What version of the product are you using? On what operating system?

TeamCity, Windows...

[23:34:38][dotnet\build\vs2010\OpenZWaveDotNet.vcxproj] Link (4s)
[23:34:38][Link] Link (4s)
[23:34:43][Link] OpenZWave.lib(Manager.obj) error LNK2001: unresolved external 
symbol "public: bool __thiscall OpenZWave::ValueRaw::Set(unsigned char const 
*,unsigned char)" (?Set@ValueRaw@OpenZWave@@QAE_NPBEE@Z)
[23:34:43][Link] OpenZWave.lib(Node.obj) error LNK2001: unresolved external 
symbol "public: __thiscall OpenZWave::ValueRaw::ValueRaw(unsigned int,unsigned 
char,enum OpenZWave::ValueID::ValueGenre,unsigned char,unsigned char,unsigned 
char,class std::basic_string<char,struct std::char_traits<char>,class 
std::allocator<char> > const &,class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > const &,bool,bool,unsigned 
char const *,unsigned char,unsigned char)" 
(??0ValueRaw@OpenZWave@@QAE@IEW4ValueGenre@ValueID@1@EEEABV?$basic_string@DU?$ch
ar_traits@D@std@@V?$allocator@D@2@@std@@1_N2PBEEE@Z)
[23:34:43][Link] OpenZWave.lib(Node.obj) error LNK2001: unresolved external 
symbol "public: __thiscall OpenZWave::ValueRaw::ValueRaw(void)" 
(??0ValueRaw@OpenZWave@@QAE@XZ)
[23:34:43][Link] OpenZWave.lib(UserCode.obj) error LNK2001: unresolved external 
symbol "public: void __thiscall OpenZWave::ValueRaw::OnValueRefreshed(unsigned 
char const *,unsigned char)" (?OnValueRefreshed@ValueRaw@OpenZWave@@QAEXPBEE@Z)
[23:34:43][Link] 
G:\TeamCity\buildAgent\work\64ad4b375b557398\dotnet\build\vs2010\Release\OpenZWa
veDotNet.dll error LNK1120: 4 unresolved externals
[23:34:43][dotnet\build\vs2010\OpenZWaveDotNet.vcxproj] Project 
dotnet\build\vs2010\OpenZWaveDotNet.vcxproj failed.

Full build log attached.

Thanks.

-Rob

Original issue reported on code.google.com by rob.chartier on 15 Jan 2013 at 6:16

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the quick fix!

Original comment by rob.chartier on 15 Jan 2013 at 9:43

GoogleCodeExporter commented 9 years ago
Fixed in r624

Original comment by glsatz on 16 Jan 2013 at 1:50

GoogleCodeExporter commented 9 years ago

Original comment by glsatz on 16 Jan 2013 at 1:51