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

Error during mix deps.compile under Windows 10 #115

Closed
jakubpawlowicz opened this issue Sep 24, 2021 · 4 comments
Closed

Error during mix deps.compile under Windows 10 #115

jakubpawlowicz opened this issue Sep 24, 2021 · 4 comments

Comments

@jakubpawlowicz
Copy link

Hey all,

Sorry if that's a noob question, but what's the environment I should run Windows builds under?
Is it cmd.exe, Powershell, or a linux shell under WSL?

I have tried the first two, and what I get (under Windows 10) is:

mkdir -p c:\Users\kubap\Desktop\wxtest\_build\dev\lib\bakeware\obj
The syntax of the command is incorrect

I set everything up as described in https://github.com/bake-bake-bake/bakeware#building-on-windows and looked at GH Actions for clues, but no luck so far under Windows.

@simonmcconnell
Copy link
Contributor

simonmcconnell commented Sep 24, 2021

They're for the MinGW shell.

I've got a branch I haven't put a PR in for yet which expands the readme a little for windows and modifies the Makefile to call the proper mkdir for windows.

https://github.com/simonmcconnell/bakeware

@jjcarstens
Copy link
Contributor

resolved with #116

@jakubpawlowicz
Copy link
Author

This was fast @simonmcconnell, thanks a ton for your wizardry! I'll give it a try tomorrow.

@jjcarstens
Copy link
Contributor

Released in v0.2.1

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