ablakely / macfand

Fan control for Macs running Linux
MIT License
16 stars 4 forks source link

Make install error #7

Closed PinkShellos closed 11 months ago

PinkShellos commented 1 year ago

When running the make command for release 1.1b on my Mac mini 2011 running Ubuntu 22.04 LTS, I get the following output:

$ sudo make install
mkdir -p /usr/local/bin
cp macfand /usr/local/bin/
cp: cannot stat 'macfand': No such file or directory
make: *** [Makefile:39: install] Error 1

it looks like there's potentially a typo somewhere in the Makefile or is there something I should be doing differently?

Thanks!

PinkShellos commented 1 year ago

Installed stable version with .deb file instead to resolve installation issue. Will keep issue open since it's curious that the beta had this error.

ablakely commented 1 year ago

On 2023-10-12 10:43, Vince Mascoli wrote:

When running this on my Mac mini 2011 running Ubuntu 22.04 LTS, I get the following output from make

$ sudo make install mkdir -p /usr/local/bin cp macfand /usr/local/bin/ cp: cannot stat 'macfand': No such file or directory make: *** [Makefile:39: install] Error 1

it looks like there's potentially a typo somewhere in the Makefile or is there something I should be doing differently?

Thanks!

-- Reply to this email directly, view it on GitHub [1], or unsubscribe [2]. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Links:

[1] https://github.com/ablakely/macfand/issues/7 [2] https://github.com/notifications/unsubscribe-auth/AADUYR6NLGMCY4KWNRLJPQ3X7AF2LANCNFSM6AAAAAA552JR7Q

Did you run 'make' first? It seems that macfand didn't build correctly as there's no macfand executable in the current directory