luispabon / sway-ubuntu

Ubuntu build system for sway and related tools
75 stars 14 forks source link

make yolo fails while building sway #10

Closed SakuAura closed 2 years ago

SakuAura commented 2 years ago

Trying this for the first time. Plain "make yolo" fails while building sway. I am attaching the error message.

WORKAROUND: make yolo -e SWAY_VERSION=1.6.1 WLROOT_VERSION=1.4 works, and builds sway 1.6.1

build-error.txt

SakuAura commented 2 years ago

This is due to wlroots moving to gitlab. The fix is to change the location of wlroots repo in the makefile:

Replace
git clone https://github.com/swaywm/wlroots.git || echo "Already installed" with git clone https://gitlab.freedesktop.org/wlroots/wlroots.git || echo "Already installed"

luispabon commented 2 years ago

Thanks for the heads up 👍🏽