missing "version.h" #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mark/bicycle#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In
rpibranch, trying to runmake, I get this error:Maybe missing a file?
As a workaround, I made my own
common/version.hwith what seems to be missing:And
makeseems to complete. Output:Ah, I suspect that something did not work, because
bicycledoes not show up in theaconnectlist:I discovered earlier that
common/version.h- which is an auto generated file - doesn't get generated if it isn't there already..... will need to find a fix for the Makefile...But that said - the contents are irrelevant for functioning.... so after you run it (
build/bicycle) - I'm a little perplexed that it doesn't show up...Ah, oops, I forgot to start both
amidiminderandbicycle.To do this:
Once I do this, I can see bicycle in the
aconnectlist:Note that I can only run
./build/bicyclefrom inside thebicycleroot dir because it looks forbicycle.config. For best ease of use, it might be good forbicycle(the executable file) to assume thatbicycle.configis one dir up.