ad-oliviero / uwufetch

A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
GNU General Public License v3.0
737 stars 48 forks source link

Can not compile on macOS 13 Ventura #205

Closed haunt98 closed 1 year ago

haunt98 commented 1 year ago

I use macOS 13 Ventura, after pull latest commit, can not build.

image

Look like uptime_apple() is missing

uwufetch.c:520:22: error: implicit declaration of function 'uptime_apple' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        user_info->uptime = uptime_apple();
ad-oliviero commented 1 year ago

Right now I do not have a mac to try the fixes, so could you try to switch to this new branch and compile? (git checkout 205-macos-fix)

haunt98 commented 1 year ago

@TheDarkBug Looks like you fix it! Thanks!

image image