vitaly-zdanevich commented on PR #3108:
URL: https://github.com/apache/thrift/pull/3108#issuecomment-2692002397
Build error looks like not related?
```ThrifttReadCheckTests.obj : error LNK2019: unresolved external symbol
"class apache::thrift::TOutput apache::thrift::GlobalOutput"
(?GlobalOutput@thrift@apache@@3VTOutput@12@A) referenced in function
__catch$??1TFDTransport@transport@thrift@apache@@UEAA@XZ$0
[C:\projects\build\MSVC2017\x64\lib\cpp\test\UnitTests.vcxproj]
testgencpp.lib(OneWayService.obj) : error LNK2001: unresolved external
symbol "class apache::thrift::TOutput apache::thrift::GlobalOutput"
(?GlobalOutput@thrift@apache@@3VTOutput@12@A)
[C:\projects\build\MSVC2017\x64\lib\cpp\test\UnitTests.vcxproj]
C:\projects\build\MSVC2017\x64\bin\Release\UnitTests.exe : fatal error
LNK1120: 1 unresolved externals
[C:\projects\build\MSVC2017\x64\lib\cpp\test\UnitTests.vcxproj]
Building Custom Rule C:/projects/thrift/lib/cpp/test/CMakeLists.txt
UnitTestMain.cpp
TUuidTestBoost.cpp
Generating Code...
UnitTestsUuid.vcxproj ->
C:\projects\build\MSVC2017\x64\bin\Release\UnitTestsUuid.exe
Building Custom Rule C:/projects/thrift/lib/cpp/test/CMakeLists.txt
UnitTestMain.cpp
TUuidTestBoostNoDirective.cpp
Generating Code...
UnitTestsUuidNoDirective.vcxproj ->
C:\projects\build\MSVC2017\x64\bin\Release\UnitTestsUuidNoDirective.exe
Building Custom Rule C:/projects/thrift/lib/cpp/test/CMakeLists.txt
Tests.cpp
concurrency_test.vcxproj ->
C:\projects\build\MSVC2017\x64\bin\Release\concurrency_test.exe
Building Custom Rule C:/projects/thrift/lib/cpp/test/CMakeLists.txt
LinkTest.cpp
TemplatedService1.cpp
TemplatedService2.cpp
Generating Code...
link_test.vcxproj ->
C:\projects\build\MSVC2017\x64\bin\Release\link_test.exe
Command exited with code 1
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]