Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.13.0
Description
When building gandiva_jni.dll on Windows with Visual Studio 2017, some errors occurs.
1. `noexcept` not recognized
D:/development/repository/git/arrow/cpp/src/gandiva/precompiled/../../arrow/vendored/datetime/date.h:229:81: error: expected function body after function declarator CONSTCD11 month_weekday_last operator/(const weekday_last& wdl, int m) NOEXCEPT;
2. Link error
error LNK2001: unresolved external symbol "class google::protobuf::internal::ExplicitlyConstructed<class std::basic_string<char,struct std::char_traits,class std::allocator > > google::protobuf::internal::fixed_address_empty_string"
3. gandiva_jni.dll not found
gandiva_jni.dll was not found inside JAR.
Attachments
Issue Links
- links to