-
Notifications
You must be signed in to change notification settings - Fork 282
Error mingw ld - cannot find -lflutter_engine #34
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
Comments
When you run So it's doesn't mater if it fail during Does the error occurs when building the |
Yeah the same problem happens when I run go build. I did set the path in the main.go file, maybe I did it wrong though? Neither of those work for me. Do I need to set it to some specific path on my PC? |
The linker dosn't seems to find the
|
Yeah throwing it in with the mingw64 libs seems to work. Thanks. |
The generated binary, uses the Thank for the feedback! 👍 |
If you are using powershell you have to use a different syntax |
When I attempt to run go get -u -v github.com/Drakirus/go-flutter-desktop-embedder on Windows, following your instructions, I get the following error:
c:/winbuilds/bin/../lib64/gcc/x86_64-w64-mingw32/4.8.3/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lflutter_engine
collect2.exe: error: ld returned 1 exit status
I did run the flag command from your instructions first.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: