CraigWatt / vfo

Video File Organiser - Remux & encode your video files for streaming. Keep entire video catalogs orderly while retaining full control of quality.
GNU General Public License v3.0
3 stars 0 forks source link

Solve Makefile not running 'make' on Linux (ubuntu) mystery. #45

Closed CraigWatt closed 1 year ago

CraigWatt commented 1 year ago

When testing and building on ALL my workflows (push test and tags push), I am unable to compile directly when using ubuntu-latest.

Instead of constantly attempting to debug this using GitHub Actions VM's I'm just going to attempt to find out what is going on on an ubuntu disto using the source code.

My suspicion is that I need to change the Makefile as it 'isn't running properly' when on a linux environment.

The makefile runs absolutely fine both on a ARM macOS & x86 macOS environment.

CraigWatt commented 1 year ago

Attempting testing on Virtual Box on macOS...

CraigWatt commented 1 year ago

sudo apt install build-essential ? NOPE

CraigWatt commented 1 year ago

Looks like it is a simple issue, I was using zsh shell for makefile, switching to bash for compatibility as default shell is bash for ubuntu.

testing now.