Montetzouma

Results 8 comments of Montetzouma

Thanks for helping. I tried `stack build examples:shmup` but it comes up with the same error message I'm afraid. It might be a general problem of apecs (on Windows?) as...

- `stack build apecs` did not produce any message, good or bad. I believe it was already built in one of my previous attempts. - `stack build examples:simple` produced the...

I'm afraid it's the same error even after deleting the lines from `examples.cabal`. I also tried creating a new stack project with only the code from `shmup` in its `Main`...

I can confirm that `gloss` builds fine on Windows. @jonascarpay thanks for helping! Let me know if you decide to implement either 2 or 3 (although after @dpwiz 's comment...

It gives the same error with `stack build --resolver=lts-18`. Mind you, I had to add the following extra dependencies (suggested by `stack`) in `stack.yaml` otherwise the build was failing. ```...

Unfortunately, both `stack build --resolver=lts-18.5` and `stack build examples:shmup --resolver=lts-18.5` fail with the same error as above for me. @dpwiz maybe your game uses `gloss` or `sdl` instead of `apecs-gloss`?...

@dpwiz I have successfully built and run spacemar with `stack`! This probably means that I have been doing something wrong with `shmup` or there is a workaround for solving the...

The problem appears to be with `apecs-physics-0.4.5`. Adding ``` extra-deps: - apecs-physics-0.4.4 ``` in `stack.yaml` (as @dpwiz had in his game) fixes the issue and everything runs fine. Thanks everyone...