flutter_tts icon indicating copy to clipboard operation
flutter_tts copied to clipboard

windows build issue because of syntax

Open matthewkooshad opened this issue 4 months ago • 4 comments

🐛 Bug Report

https://github.com/dlutton/flutter_tts/blame/master/windows/CMakeLists.txt#L18

https://github.com/dlutton/flutter_tts/commit/a60f4d6a66fbb7558a7b462082a88bc4edb5c8be#diff-67b8036ebec555bc48b9ed2fdf146e80ebfea01c32d9daec8d3aa70a70ec1b1f

[ +18 ms] CMake Error at flutter/ephemeral/.plugin_symlinks/flutter_tts/windows/CMakeLists.txt:18: [ ] -- Configuring incomplete, errors occurred! [ +1 ms] Parse error. Expected "(", got identifier with text "install".

Expected behavior

windows should build fine in github actions for my private repo

Reproduction steps

flutter app, github actions to build for windows, see the error

Configuration

flutter app, windows Version: 0.1.x

Platform:

  • [ ] :iphone: iOS
  • [ ] :robot: Android
  • [x] :robot: Windows

matthewkooshad avatar Sep 14 '25 05:09 matthewkooshad

I have the same error on Windows. [v] Flutter (Channel stable, 3.35.5, on Microsoft Windows [Version 10.0.19045.6332], locale en-US) [v] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.1.5)flutt

hapasa avatar Oct 06 '25 07:10 hapasa

https://github.com/dlutton/flutter_tts/issues/589 seems the same issue, still open from 4 months ago.

matthewkooshad avatar Oct 06 '25 12:10 matthewkooshad

Same Problem here.

aley2003 avatar Oct 06 '25 16:10 aley2003

waiting for fix:

$flutter run -d windows Launching lib\main.dart on Windows in debug mode... CMake Error at flutter/ephemeral/.plugin_symlinks/flutter_tts/windows/CMakeLists.txt:18: Parse error. Expected "(", got identifier with text "install".

dereking avatar Oct 25 '25 14:10 dereking