You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Uwe Korn (Jira)" <ji...@apache.org> on 2019/11/25 07:08:00 UTC

[jira] [Created] (ARROW-7250) Undefined symbols for StringToFloatConverter::Impl with clang 4.x

Uwe Korn created ARROW-7250:
-------------------------------

             Summary: Undefined symbols for StringToFloatConverter::Impl with clang 4.x
                 Key: ARROW-7250
                 URL: https://issues.apache.org/jira/browse/ARROW-7250
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
    Affects Versions: 0.15.1
            Reporter: Uwe Korn
            Assignee: Uwe Korn


{code:java}
Undefined symbols for architecture x86_64:
  "arrow::internal::StringToFloatConverter::Impl::main_junk_value_", referenced from:
      arrow::internal::StringToFloatConverter::StringToFloat(char const*, unsigned long, float*) in libarrow.a(parsing.cc.o)
      arrow::internal::StringToFloatConverter::StringToFloat(char const*, unsigned long, double*) in libarrow.a(parsing.cc.o)
  "arrow::internal::StringToFloatConverter::Impl::fallback_junk_value_", referenced from:
      arrow::internal::StringToFloatConverter::StringToFloat(char const*, unsigned long, float*) in libarrow.a(parsing.cc.o)
      arrow::internal::StringToFloatConverter::StringToFloat(char const*, unsigned long, double*) in libarrow.a(parsing.cc.o)
ld: symbol(s) not found for architecture x86_64{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)