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. |
Beta Was this translation helpful? Give feedback.
-
perhaps take a look here and try this device instead: make rpi4_64-gui |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
Any eta on the documentation? (or a new release) |
Beta Was this translation helpful? Give feedback.
-
The README has been updated. Can you check if you start from scratch if it guides you through it? |
Beta Was this translation helpful? Give feedback.
-
I'll try it after work :) |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
So this is
This is
And finally this is
|
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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:
|
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions