jnschulze / flutter-webview-windows

A WebView2-powered Flutter WebView implementation for the Windows platform.
BSD 3-Clause "New" or "Revised" License
203 stars 120 forks source link

Error building flutter windows build #282

Open i0x404 opened 7 months ago

i0x404 commented 7 months ago

Error log :

C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.38.33130\include\experimental\coroutine(35,1): error C1189: #error:  The <experimental/coroutine> and <experimental/resumable> headers are only supported with /await and implement pre-C++20 coroutine support. Use <coroutine> for standard C++20 coroutines. [D:\a\hanouti\hanouti\build\windows\x64\plugins\webview_windows\webview_windows_plugin.vcxproj]
Building Windows application...                                 
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.38.33130\include\experimental\coroutine(35,1): error C1189: #error:  The <experimental/coroutine> and <experimental/resumable> headers are only supported with /await and implement pre-C++20 coroutine support. Use <coroutine> for standard C++20 coroutines. [D:\a\hanouti\hanouti\build\windows\x64\plugins\webview_windows\webview_windows_plugin.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.38.33130\include\experimental\coroutine(35,1): error C1189: #error:  The <experimental/coroutine> and <experimental/resumable> headers are only supported with /await and implement pre-C++20 coroutine support. Use <coroutine> for standard C++20 coroutines. [D:\a\hanouti\hanouti\build\windows\x64\plugins\webview_windows\webview_windows_plugin.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.38.33130\include\experimental\coroutine(35,1): error C1189: #error:  The <experimental/coroutine> and <experimental/resumable> headers are only supported with /await and implement pre-C++20 coroutine support. Use <coroutine> for standard C++20 coroutines. [D:\a\hanouti\hanouti\build\windows\x64\plugins\webview_windows\webview_windows_plugin.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.38.33130\include\experimental\coroutine(35,1): error C1189: #error:  The <experimental/coroutine> and <experimental/resumable> headers are only supported with /await and implement pre-C++20 coroutine support. Use <coroutine> for standard C++20 coroutines. [D:\a\hanouti\hanouti\build\windows\x64\plugins\webview_windows\webview_windows_plugin.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.38.33130\include\experimental\coroutine(35,1): error C1189: #error:  The <experimental/coroutine> and <experimental/resumable> headers are only supported with /await and implement pre-C++20 coroutine support. Use <coroutine> for standard C++20 coroutines. [D:\a\hanouti\hanouti\build\windows\x64\plugins\webview_windows\webview_windows_plugin.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.38.33130\include\experimental\coroutine(35,1): error C1189: #error:  The <experimental/coroutine> and <experimental/resumable> headers are only supported with /await and implement pre-C++20 coroutine support. Use <coroutine> for standard C++20 coroutines. [D:\a\hanouti\hanouti\build\windows\x64\plugins\webview_windows\webview_windows_plugin.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.38.33130\include\experimental\coroutine(35,1): error C1189: #error:  The <experimental/coroutine> and <experimental/resumable> headers are only supported with /await and implement pre-C++20 coroutine support. Use <coroutine> for standard C++20 coroutines. [D:\a\hanouti\hanouti\build\windows\x64\plugins\webview_windows\webview_windows_plugin.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.38.33130\include\experimental\coroutine(35,1): error C1189: #error:  The <experimental/coroutine> and <experimental/resumable> headers are only supported with /await and implement pre-C++20 coroutine support. Use <coroutine> for standard C++20 coroutines. [D:\a\hanouti\hanouti\build\windows\x64\plugins\webview_windows\webview_windows_plugin.vcxproj]
Building Windows application...                                   149.8s
Build process failed.
Error: Process completed with exit code 1.