openhome / ohPlayer

ohPlayer is a full featured OpenHome media renderer licenced under an MIT licence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failing to setup build environment (on Win10)

SaaX-IRL opened this issue · comments

commented

Hi,

I am failing to run 'go fetch --all' successfully - see error message below. Any help would be highly appreciated.

Axel

C:\OpenHome\ohPlayer>go fetch --all --debug
ERROR: No AWS credentials, and unable to fetch them (need connection to Linn HQ network)
ERROR: No AWS credentials, and unable to fetch them (need connection to Linn HQ network)

Fetching 'ohNet'
from AWS s3://linn-artifacts-public/artifacts/ohNet/ohNet-1.31.4245-Windows-x86-Debug.tar.gz
FETCH: Unable to retrieve s3://linn-artifacts-public/artifacts/ohNet/ohNet-1.31.4245-Windows-x86-Debug.tar.gz from AWS

commented

Hi Axel,

As discussed, there has been some changes to how AWS dependencies are accessed. Currently you must be connected to the Linn network in order to access them.

In the meantime, the proposed solution is as follows:

  • fetch the ohNet code and build it locally
  • fetch libressl code and build it locally
  • fetch ohPipeline (confusingly, this is the public name for the ohMediaPlayer repo), configure it to use local ohNet, libressl, build it locally
  • fetch ohPlayer, configure it to use local ohNet, libressl, ohPipeline, build it locally

These projects can all be found on Github.