Replies: 13 comments
|
I'm inclined to suspect MinGW. It's certainly betrayed me in the past. I could be wrong, being unfamiliar with the build process, but I can't even find that open paren, so I'm guessing it's a binary's fault. If you don't have access to a Linux system, I'd suggest trying it in WSL. WSL has betrayed me far less frequently. |
|
https://github.com/OpenVoiceOS/OpenVoiceOS/issues/45 perhaps take a look here and try this device instead: make rpi4_64-gui |
|
Heuhm, guess I need to update the documentation a bit and remove the no longer used config files although I don't know if MinGW will work. Guess we will know sooner then later. |
|
I discovered that there was also an issue of the path containing a space character, so I renamed "Home automation" to "HomeAutomation", deleted all files and started over, all with WSL, once I ran "make rpi4_64-gui I got this new error So I ran |
|
It ran for a long while this time but it ended with an error, and it seems to be this line: The log is too large to post here xD |
|
Any eta on the documentation? (or a new release) |
|
The README has been updated. Can you check if you start from scratch if it guides you through it? |
|
I'll try it after work :) |
|
Dangit, I'd written up the results of my test (it didn't work, in fact all 3 of the make commands failed), but I must have forgotten to click the "comment" button cause I can't seem to find the comment on this thread of any of the other ones. |
|
So this is This is And finally this is |
|
All looks like linux / windows and of line character non-sense, so guess we can confirm WSL is not supported. If you do not have access to a physical linux machine, I recommend to setup a virtual machine. |
|
I googled around a bit and discovered a solution. It turns out that
And then went through the process again, this time it didn't change the line endings :) I've appended the entirety of the output below: |
|
Now that we have Discussions, I'm gonna convert this to a thread, and name it to reflect that it seems to be an "on Windows" situation. fwiw, this is heavier than anything I've ever done in WSL. Still, might be worth ongoing attempts. |
Uh oh!
There was an error while loading. Please reload this page.
I've been trying to build the project today and I get as far as running the make script (something I'm quite unfamiliar with), I've got everything I'm doing below, I'm using GIT Bash window in Windows 10
As you can see, fails in the make step, and I can't figure out why... any pointers?
All reactions