-
Notifications
You must be signed in to change notification settings - Fork 860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Desktop] Windows Build Error #1493
Comments
What should I do? Thank you |
Hi, please send us the versions you are using for flutter_quill and flutter_qull_extensions also you should read this instructions for gal plugin in Windows setup personally I haven't test it on Windows yet but I will be soon, Thank you for the report! |
flutter_quill version: 8.1.1 flutter_quill_extensions version: 0.5.1 windows msg: Reproduction steps:I can download the latest version directly using 'git clone...', which allows me to compile and run the Android version, but I cannot build and compile the Windows version. I don't know if it's just me additional information:Do Gal plugins still need to be installed separately? I'm not sure Flutter and Dart information: Flutter 3.13.7 • channel stable • https://github.com/flutter/flutter.git Thank you. |
I'm late but can you use the latest version of |
I'll give it a try. Thank you very much |
Still unable to compile through build Demo Video: dome.1.mp4 |
I haven't changed anything and ran it directly, but I still can't compile it, but it can be compiled on Android. |
It should be a gal plugin issue ''' [ +26 ms] CustomBuild: ''' |
It's okay, this is a problem with the gal plugin. I downloaded the source code of the gal plugin and cannot compile it |
I see, don't worry, I will try to make a fix soon. |
Sorry, the gal plugin requires C++20, but my version is Visual Studio Professional 2019 version 16.11.33328.57, so it cannot be compiled due to my issue. |
When I update VS to: There is no longer this issue, but a new one has emerged:
Add header file
Only then can it compile normally |
Thank you for fixing the issue. I just bumped the minimum of if you have any other questions, feel free to ask us. |
OK thanks |
any solution to this? |
It was an issue of a plugin, and it has been solved. Can you open a new issue with the details if you're still facing this build failure? |
My issue is about [Desktop] Windows
I pulled this project locally and ran it without modifying anything. There was no problem running it on Android, but there was an error running on Windows 10 and it couldn't run. Is this library no longer supporting Windows, is my network not working (in China), is there a local cache issue, or is there a bug in the project.
Version: 8.1.1
Flutter:3.13.7
Main error log:
![image](https://private-user-images.githubusercontent.com/78474077/279446126-a83fe768-d8ed-43c7-a28c-000607f44b6d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNjg5MzcsIm5iZiI6MTczOTI2ODYzNywicGF0aCI6Ii83ODQ3NDA3Ny8yNzk0NDYxMjYtYTgzZmU3NjgtZDhlZC00M2M3LWEyOGMtMDAwNjA3ZjQ0YjZkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDEwMTAzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU3ZWQyYTIwYjI4NDgwMzMyZWQ1NjlhNDI0MzMyYzQwYzk4Mjg5NWZkNmZkZWM2ZWE5Y2JlNTQyYjg5NDk0ZjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-Y7arqnJaKBLnAtl8yQIa3HldfExotQcGzTuyZXscjQ)
[ ] C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\cppwinrt\winrt/impl/Windows.Foundation.0.h(983,26): error C2039: "wait_for": ���� "winrt::impl" �ij�Ա [C:\Users\moli\Flutter\flutter-quill-master\example\build\windows\plugins\gal\gal_plugin.vcxproj]
[ ] C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\cppwinrt\winrt/impl/Windows.Foundation.0.h(1004,26): error C2039: "wait_for": ���� "winrt::impl" �ij�Ա [C:\Users\moli\Flutter\flutter-quill-master\example\build\windows\plugins\gal\gal_plugin.vcxproj]
[ ] C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\cppwinrt\winrt/impl/Windows.Foundation.0.h(1038,26): error C2039: "wait_for": ���� "winrt::impl" �ij�Ա [C:\Users\moli\Flutter\flutter-quill-master\example\build\windows\plugins\gal\gal_plugin.vcxproj]
[ ] C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\cppwinrt\winrt/impl/Windows.Foundation.0.h(1057,26): error C2039: "wait_for": ���� "winrt::impl" �ij�Ա [C:\Users\moli\Flutter\flutter-quill-master\example\build\windows\plugins\gal\gal_plugin.vcxproj]
[{"event":"app.progress","params":{"appId":"93a0b34e-0312-4ece-8044-242bbd99e1c4","id":"0","progressId":null,"finished":true}}]
[+3512 ms] Exception: Build process failed.
[ +2 ms]
#0 throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
#1 RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:662:9)
#2 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1297:27)
#3 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19)
#4 CommandRunner.runCommand (package:args/command_runner.dart:212:13)
#5 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:339:9)
#6 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19)
#7 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:285:5)
#8 run.. (package:flutter_tools/runner.dart:115:9)
#9 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19)
#10 main (package:flutter_tools/executable.dart:90:3)
The text was updated successfully, but these errors were encountered: