Skip to content
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

Failing to build on windows 11 #745

Open
jamchi16 opened this issue Dec 5, 2024 · 3 comments
Open

Failing to build on windows 11 #745

jamchi16 opened this issue Dec 5, 2024 · 3 comments

Comments

@jamchi16
Copy link

jamchi16 commented Dec 5, 2024

I am trying to build duckling on Windows 11 getting this error:

[1 of 1] Compiling CustomDimensionExample

: error:
output was redirected with -o, but no output will be generated
because there is no Main module.

Error: [S-7282]
Stack failed to execute the build plan.

   While executing the build plan, Stack encountered the error:

   [S-7011]
   While building package duckling-0.2.0.0 (scroll up to its section to see the error) using:
   C:\sr\setup-exe-cache\x86_64-windows\Cabal-simple_CKvAmRb3_3.0.1.0_ghc-8.8.4.exe --verbose=1 --builddir=.stack-work\dist\21b29c19 build lib:duckling exe:custom-dimension-example exe:duckling-example-exe exe:duckling-expensive exe:duckling-regen-exe exe:duckling-request-sample --ghc-options " -fdiagnostics-color=always"
   Process exited with code: ExitFailure 1
@stroxler
Copy link
Contributor

stroxler commented Dec 5, 2024

cc @patapizza I think I've already seen another similar bug report that wasn't windows-specific, I suspect something in the stack based codegen may not be working after recent changes?

@jamchi16
Copy link
Author

jamchi16 commented Dec 5, 2024

@stroxler I'm getting a similar error going down the docker route so definitely not windows-specific

@abolfazlakbary
Copy link

Hi , I had the same error . it's not because you are using windows 11. The error is caused because of recent commits to this project, in order to pass this error and work with duckling, you must download the last stable version (0.2.0.0) from releases. I hope the owner of this project have a plan to fix this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants