pop-os / cosmic-epoch

Next generation Cosmic desktop environment
1.74k stars 55 forks source link

Error compiling cosmic-comp. "Linking with `cc` failed. exit status: 1" #111

Closed CoininDev closed 1 year ago

CoininDev commented 1 year ago

I already installed all required and optional dependencies as in README.md.

image

Drakulix commented 1 year ago

cannot find -lgbm: No such file or directory

You system is missing libgbm. I think the corresponding package for Pop!_OS should be libgbm-dev.

CristianSw commented 1 year ago

same issue on my side, installing libgbm-dev solved the problem, would be great to update readme file and add libgbm-dev to dependencies list. also would be great to add to dependencies list libpipewire-0.3-dev, librust-clang-sys-dev

Drakulix commented 1 year ago

Just happened: https://github.com/pop-os/cosmic-epoch/pull/113 :)