System64fumo / syspower

Simple power menu/shutdown screen written in gtkmm 4
Do What The F*ck You Want To Public License
38 stars 1 forks source link

Missing git_info.hpp #2

Closed Blazewardog closed 4 months ago

Blazewardog commented 4 months ago

Doesn't currently build due to missing git_info.hpp in the repo. Looks like it is used for saving off some git commit hash/message?

System64fumo commented 4 months ago

git_info.hpp gets generated dynamically when compiling. Not sure how you got it to be missing? Check if the .git dir exists in the repo when you cloned it, You can either create it manually by repeating the commands in the makefile or just create an empty file called git_info.hpp it's not critical.

System64fumo commented 4 months ago

@Blazewardog I think it's fixed, Let me know.

Blazewardog commented 4 months ago

Yes, that seems to have fixed it. Thanks for getting this solved quickly, the project looks neat.

System64fumo commented 4 months ago

"Quickly" i'm like a day late.. whoops

That being said thank you for actually reporting this issue, Have a good one!