You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compiling (definition of implicit copy assignment operator for 'Mat2D' is deprecated because it has a user-declared copy constructor [-Werror,-Wdeprecated-copy]) for windows problem
#134
Open
MichaelSeibig opened this issue
Aug 11, 2023
· 1 comment
with version > ^2.2.1 I hale problems compiling for windows:
J:\workspaces\ejlog_frontendTmp\ejlog_frontend\windows\flutter\ephemeral.plugin_symlinks\rive_common\windows..\ios\rive-cpp\include\rive/math/mat2d.hpp(17,5): error : definition of implicit copy assignment operator for 'Mat2D' is
deprecated because it has a user-declared copy constructor [-Werror,-Wdeprecated-copy]
[J:\workspaces\ejlog_frontendTmp\ejlog_frontend\build\windows\plugins\rive_common\rive_common_plugin.vcxproj]
It doesn't happens with version <= 2.2.1
my flutter.doctor output:
flutter -v doctor
[√] Flutter (Channel stable, 3.10.6, on Microsoft Windows [Versione 10.0.19044.2130], locale it-IT)
• Flutter version 3.10.6 on channel stable at C:\F\michael\portableSoftware\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision f468f3366c (4 weeks ago), 2023-07-12 15:19:05 -0700
• Engine revision cdbeda788a
• Dart version 3.0.6
• DevTools version 2.23.1
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 33.0.0-rc1)
• Android SDK at C:\Users\mseibig\AppData\Local\Android\Sdk
• Platform android-33, build-tools 33.0.0-rc1
• Java binary at: C:\Program Files\Android\Android Studio2\jbr\bin\java
• Java version OpenJDK Runtime Environment (build 17.0.6+0-b2043.56-10027231)
• All Android licenses accepted.
[√] Chrome - develop for the web
• Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
[√] Visual Studio - develop for Windows (Visual Studio Build Tools 2022 17.7.0)
• Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools
• Visual Studio Build Tools 2022 version 17.7.34003.232
• Windows 10 SDK version 10.0.22621.0
with version > ^2.2.1 I hale problems compiling for windows:
J:\workspaces\ejlog_frontendTmp\ejlog_frontend\windows\flutter\ephemeral.plugin_symlinks\rive_common\windows..\ios\rive-cpp\include\rive/math/mat2d.hpp(17,5): error : definition of implicit copy assignment operator for 'Mat2D' is
deprecated because it has a user-declared copy constructor [-Werror,-Wdeprecated-copy]
[J:\workspaces\ejlog_frontendTmp\ejlog_frontend\build\windows\plugins\rive_common\rive_common_plugin.vcxproj]
It doesn't happens with version <= 2.2.1
my flutter.doctor output:
flutter -v doctor
[√] Flutter (Channel stable, 3.10.6, on Microsoft Windows [Versione 10.0.19044.2130], locale it-IT)
• Flutter version 3.10.6 on channel stable at C:\F\michael\portableSoftware\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision f468f3366c (4 weeks ago), 2023-07-12 15:19:05 -0700
• Engine revision cdbeda788a
• Dart version 3.0.6
• DevTools version 2.23.1
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 33.0.0-rc1)
• Android SDK at C:\Users\mseibig\AppData\Local\Android\Sdk
• Platform android-33, build-tools 33.0.0-rc1
• Java binary at: C:\Program Files\Android\Android Studio2\jbr\bin\java
• Java version OpenJDK Runtime Environment (build 17.0.6+0-b2043.56-10027231)
• All Android licenses accepted.
[√] Chrome - develop for the web
• Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
[√] Visual Studio - develop for Windows (Visual Studio Build Tools 2022 17.7.0)
• Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools
• Visual Studio Build Tools 2022 version 17.7.34003.232
• Windows 10 SDK version 10.0.22621.0
[√] Android Studio (version 2022.3)
• Android Studio at C:\Program Files\Android\Android Studio2
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.6+0-b2043.56-10027231)
[√] VS Code (version 1.81.1)
• VS Code at C:\Users\mseibig\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.18.1
[√] Connected device (3 available)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Versione 10.0.19044.2130]
• Chrome (web) • chrome • web-javascript • Google Chrome 115.0.5790.171
• Edge (web) • edge • web-javascript • Microsoft Edge 115.0.1901.203
[√] Network resources
• All expected network resources are available.
thank you
The text was updated successfully, but these errors were encountered: