source-engine icon indicating copy to clipboard operation
source-engine copied to clipboard

Unable to build for Portal on macOS

Open Duarte475 opened this issue 10 months ago • 10 comments

Hi, I'm trying to build the source engine so I can play Portal on my M1 MacBook. I configured waf with the command python3 waf configure -T release --prefix='' --build-games=portal I tried building with python3 waf build but it error out with:

Waf: Leaving directory `/Users/duarte/source-engine/build'
Build failed
 -> task in 'tier1' failed with exit status 1 (run with -v to display more information)
 -> task in 'tier1' failed with exit status 1 (run with -v to display more information)
 -> task in 'tier1' failed with exit status 1 (run with -v to display more information)
 -> task in 'tier1' failed with exit status 1 (run with -v to display more information)
 -> task in 'tier1' failed with exit status 1 (run with -v to display more information)
 -> task in 'tier1' failed with exit status 1 (run with -v to display more information)
 -> task in 'tier1' failed with exit status 1 (run with -v to display more information)
 -> task in 'tier0' failed with exit status 1 (run with -v to display more information)

Am I doing something wrong ? Thanks for all of the help🙏

Duarte475 avatar Apr 04 '25 16:04 Duarte475