You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Bipin Mathew (JIRA)" <ji...@apache.org> on 2018/01/02 02:18:00 UTC

[jira] [Comment Edited] (ARROW-1955) MSVC generates "attempting to reference a deleted function" during build.

    [ https://issues.apache.org/jira/browse/ARROW-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16307603#comment-16307603 ] 

Bipin Mathew edited comment on ARROW-1955 at 1/2/18 2:17 AM:
-------------------------------------------------------------

Hello Wes,

   I am just about certain it was 0.8.0. That being said, I started from a
virgin windows 10 install and this time installed MSVC 2015 community with
update 3 and it worked flawlessly. I wonder if it was indeed an issue with
update 1. Not sure if we need to spend any more energy looking into this
matter except maybe add this a proviso to the install notes if indeed this
issue is again independently confirmed with update 1. Thanks for your great
work with Apache arrow btw!

Happy New Year!

Bipin

On Sat, Dec 30, 2017 at 9:15 PM, Wes McKinney (JIRA) <ji...@apache.org>




was (Author: mathewb001):
Hello Wes,

   I am just about certain it was 0.8.0. That being said, I started from a
virgin windows 10 install and this time installed MSVC 2015 community with
update 3 and it worked flawlessly. I wonder if it was indeed an issue with
update 1. Not sure if we need to spend any more energy looking into this
matter except maybe add this a proviso to the install notes if indeed this
issue is again independently confirmed with update 1. Thanks for your great
work with Apache arrow btw!

Happy New Year!

Bipin


[image: Bipin Mathew's LinkedIn Profile] <http://bit.ly/2yJT9Fm>

On Sat, Dec 30, 2017 at 9:15 PM, Wes McKinney (JIRA) <ji...@apache.org>



> 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)