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
When I run 'hover run', I get this error:
"
gcc.exe: error: informatica\flutter\curso_flutter\expenses\go\build\outputs\windows-debug_unopt: No such file or directory
hover: Go build failed: exit status 2
"
I´ve tried then run 'hover build windows', I get this error:
"# runtime/cgo
gcc.exe: error: informatica\flutter\curso_flutter\expenses\go\build\outputs\windows-release: No such file or directory
hover: Go build failed: exit status 2
"
The weird part is that I have those two folders in the project.
I realized that the gcc is not showing the full path in the error message. The full path is :
D:\Documentos\Users\Eduardo\Documentos\Cursos informatica\flutter\curso_flutter\expenses\go\build\outputs\windows-release
this is the output after running hover doctor:
hover: Hover version v0.46.3 running on windows
hover: Sharing packaging tools
hover: darwin-bundle is supported
hover: Packaging darwin-dmg is not supported on windows
hover: To still package darwin-dmg on windows you need to run hover with the --docker flag.
hover: Packaging darwin-pkg is not supported on windows
hover: To still package darwin-pkg on windows you need to run hover with the --docker flag.
hover: Packaging linux-appimage is not supported on windows
hover: To still package linux-appimage on windows you need to run hover with the --docker flag.
hover: Packaging linux-deb is not supported on windows
hover: To still package linux-deb on windows you need to run hover with the --docker flag.
hover: Packaging linux-pkg is not supported on windows
hover: To still package linux-pkg on windows you need to run hover with the --docker flag.
hover: Packaging linux-rpm is not supported on windows
hover: To still package linux-rpm on windows you need to run hover with the --docker flag.
hover: Packaging linux-snap is not supported on windows
hover: To still package linux-snap on windows you need to run hover with the --docker flag.
hover: To package windows-msi these tools are required: candle
hover: Install the WiX Toolset from https://wixtoolset.org/releases/
hover: To still package windows-msi without the required tools installed you need to run hover with the --docker flag.
hover:
hover: Sharing flutter version
Flutter 2.0.2 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 8962f6dc68 (5 weeks ago) • 2021-03-11 13:22:20 -0800
Engine • revision 5d8bf811b3
Tools • Dart 2.12.1
hover: Flutter engine commit: flutter/engine@5d8bf81
hover: ⚠ The go-flutter project tries to stay compatible with the beta channel of Flutter.
hover: ⚠ It's advised to use the beta channel: flutter channel beta
hover: Finding out the C compiler version
gcc (tdm64-1) 9.2.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
hover: Sharing the content of go.mod
module expenses/go
The text was updated successfully, but these errors were encountered:
edulg101
changed the title
Can´tn build project - get message : windows-debug_unopt: No such file or directory
Can´t build project - get message : windows-debug_unopt: No such file or directory
Apr 15, 2021
When I run 'hover run', I get this error:
"
gcc.exe: error: informatica\flutter\curso_flutter\expenses\go\build\outputs\windows-debug_unopt: No such file or directory
hover: Go build failed: exit status 2
"
I´ve tried then run 'hover build windows', I get this error:
"# runtime/cgo
gcc.exe: error: informatica\flutter\curso_flutter\expenses\go\build\outputs\windows-release: No such file or directory
hover: Go build failed: exit status 2
"
The weird part is that I have those two folders in the project.
I realized that the gcc is not showing the full path in the error message. The full path is :
D:\Documentos\Users\Eduardo\Documentos\Cursos informatica\flutter\curso_flutter\expenses\go\build\outputs\windows-release
this is the output after running hover doctor:
hover: Hover version v0.46.3 running on windows
hover: Sharing packaging tools
hover: darwin-bundle is supported
hover: Packaging darwin-dmg is not supported on windows
hover: To still package darwin-dmg on windows you need to run hover with the
--docker
flag.hover: Packaging darwin-pkg is not supported on windows
hover: To still package darwin-pkg on windows you need to run hover with the
--docker
flag.hover: Packaging linux-appimage is not supported on windows
hover: To still package linux-appimage on windows you need to run hover with the
--docker
flag.hover: Packaging linux-deb is not supported on windows
hover: To still package linux-deb on windows you need to run hover with the
--docker
flag.hover: Packaging linux-pkg is not supported on windows
hover: To still package linux-pkg on windows you need to run hover with the
--docker
flag.hover: Packaging linux-rpm is not supported on windows
hover: To still package linux-rpm on windows you need to run hover with the
--docker
flag.hover: Packaging linux-snap is not supported on windows
hover: To still package linux-snap on windows you need to run hover with the
--docker
flag.hover: To package windows-msi these tools are required: candle
hover: Install the WiX Toolset from https://wixtoolset.org/releases/
hover: To still package windows-msi without the required tools installed you need to run hover with the
--docker
flag.hover:
hover: Sharing flutter version
Flutter 2.0.2 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 8962f6dc68 (5 weeks ago) • 2021-03-11 13:22:20 -0800
Engine • revision 5d8bf811b3
Tools • Dart 2.12.1
hover: Flutter engine commit: flutter/engine@5d8bf81
hover: ⚠ The go-flutter project tries to stay compatible with the beta channel of Flutter.
hover: ⚠ It's advised to use the beta channel:
flutter channel beta
hover: Finding out the C compiler version
gcc (tdm64-1) 9.2.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
hover: Sharing the content of go.mod
module expenses/go
go 1.16
require (
github.com/go-flutter-desktop/go-flutter v0.43.0
github.com/pkg/errors v0.9.1
)
hover: Sharing the content of hover.yaml
application-name: ""
executable-name: ""
package-name: ""
organization-name: com.expenses
license: ""
target: lib/main_desktop.dart
branch: ""
cache-path: ""
opengl: ""
engine-version: ""
hover: Sharing the content of go/cmd
go\cmd\main.go go\cmd\options.go
The text was updated successfully, but these errors were encountered: