[
https://issues.apache.org/jira/browse/ARROW-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16307027#comment-16307027
]
Bipin Mathew edited comment on ARROW-1955 at 12/31/17 1:33 AM:
---------------------------------------------------------------
Hello [~wesmckinn], here is conda list:
{noformat}
(arrow-dev) X:\>conda list
# packages in environment at C:\ProgramData\Miniconda3\envs\arrow-dev:
#
boost-cpp 1.66.0 vc14_1 [vc14] conda-forge
brotli 0.6.0 vc14_0 [vc14] conda-forge
ca-certificates 2017.11.5 0 conda-forge
cmake 3.10.0 1 conda-forge
flatbuffers 1.7.1 vc14_0 [vc14] conda-forge
gflags 2.2.0 vc14_1 [vc14] conda-forge
git 2.14.2 3 conda-forge
lz4-c 1.8.0 vc14_0 [vc14] conda-forge
openssl 1.0.2n vc14_0 [vc14] conda-forge
rapidjson 1.1.0 0 conda-forge
snappy 1.1.7 vc14_1 [vc14] conda-forge
thrift-cpp 0.10.0 vc14_1 [vc14] conda-forge
vc 14 0 conda-forge
vs2015_runtime 14.0.25420 0 conda-forge
zlib 1.2.11 vc14_0 [vc14] conda-forge
zstd 1.3.2 vc14_0 [vc14] conda-forge
{noformat}
was (Author: mathewb001):
Hello [~wesmckinn], here is conda list:
(arrow-dev) X:\>conda list
# packages in environment at C:\ProgramData\Miniconda3\envs\arrow-dev:
#
boost-cpp 1.66.0 vc14_1 [vc14] conda-forge
brotli 0.6.0 vc14_0 [vc14] conda-forge
ca-certificates 2017.11.5 0 conda-forge
cmake 3.10.0 1 conda-forge
flatbuffers 1.7.1 vc14_0 [vc14] conda-forge
gflags 2.2.0 vc14_1 [vc14] conda-forge
git 2.14.2 3 conda-forge
lz4-c 1.8.0 vc14_0 [vc14] conda-forge
openssl 1.0.2n vc14_0 [vc14] conda-forge
rapidjson 1.1.0 0 conda-forge
snappy 1.1.7 vc14_1 [vc14] conda-forge
thrift-cpp 0.10.0 vc14_1 [vc14] conda-forge
vc 14 0 conda-forge
vs2015_runtime 14.0.25420 0 conda-forge
zlib 1.2.11 vc14_0 [vc14] conda-forge
zstd 1.3.2 vc14_0 [vc14] conda-forge
> MSVC generates "attempting to reference a deleted function" during build.
> -------------------------------------------------------------------------
>
> Key: ARROW-1955
> URL: https://issues.apache.org/jira/browse/ARROW-1955
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Affects Versions: 0.8.0
> Environment: Microsoft Windows 10 Pro
> Version: 1709
> OS Build: 16299.125
> Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64
> cmake command:
> cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Release ..
> Reporter: Bipin Mathew
> Fix For: 0.9.0
>
>
> Hello Arrow Team,
> I am experiencing an issue while building the arrow cpp implementation.
> Specifically I am getting the following "attempting to reference a deleted
> function" in builder.h:
> "C:\temp\arrow\cpp\w64\ALL_BUILD.vcxproj" (default target) (1) ->
> "C:\temp\arrow\cpp\w64\src\arrow\arrow_shared.vcxproj" (default target) (16)
> ->
> (ClCompile target) ->
> C:\temp\arrow\cpp\src\arrow/builder.h(942): error C2280:
> 'arrow::DictionaryBuilder<arrow::BinaryType>::DictionaryBuil
> der(const arrow::DictionaryBuilder<arrow::BinaryType> &)': attempting to
> reference a deleted function [C:\temp\arrow\cp
> p\w64\src\arrow\arrow_shared.vcxproj]
> C:\temp\arrow\cpp\src\arrow/builder.h(942): error C2280:
> 'arrow::DictionaryBuilder<arrow::BinaryType>::DictionaryBuil
> der(const arrow::DictionaryBuilder<arrow::BinaryType> &)': attempting to
> reference a deleted function [C:\temp\arrow\cp
> p\w64\src\arrow\arrow_shared.vcxproj]
> C:\temp\arrow\cpp\src\arrow/builder.h(942): error C2280:
> 'arrow::DictionaryBuilder<arrow::BinaryType>::DictionaryBuil
> der(const arrow::DictionaryBuilder<arrow::BinaryType> &)': attempting to
> reference a deleted function [C:\temp\arrow\cp
> p\w64\src\arrow\arrow_shared.vcxproj]
> C:\temp\arrow\cpp\src\arrow/builder.h(942): error C2280:
> 'arrow::DictionaryBuilder<arrow::BinaryType>::DictionaryBuil
> der(const arrow::DictionaryBuilder<arrow::BinaryType> &)': attempting to
> reference a deleted function [C:\temp\arrow\cp
> p\w64\src\arrow\arrow_shared.vcxproj]
> Here is my compiler version as well my parameters to cmake:
> (arrow-dev) C:\temp\arrow\cpp\w64>cl
> Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64
> Copyright (C) Microsoft Corporation. All rights reserved.
> usage: cl [ option... ] filename... [ /link linkoption... ]
> (arrow-dev) C:\temp\arrow\cpp\w64>cmake -G "Visual Studio 14 2015 Win64"
> -DCMAKE_BUILD_TYPE=Release ..
> Thanks so much for you great work on arrow! I would be glad to provide any
> further information you require.
> Regards,
> Bipin
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)