glava icon indicating copy to clipboard operation
glava copied to clipboard

Error while trying to build glava library 'GL' not found

Open GittyMejorado opened this issue 4 years ago • 1 comments

Build type: native build WARNING: Unknown command line options: "optimization" This will become a hard error in a future Meson release. Project name: glava Native C compiler: cc (gcc 7.5.0 "cc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0") Native C++ compiler: c++ (gcc 7.5.0 "c++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0") Build machine cpu family: x86_64 Build machine cpu: x86_64 Dependency threads found: YES Library pulse found: YES Library pulse-simple found: YES Library dl found: YES Library m found: YES Library X11 found: YES Library Xext found: YES Library Xrender found: YES Library dl found: YES Dependency threads found: YES (cached)

meson.build:184:2: ERROR: C library 'GL' not found

How I can solve that?

GittyMejorado avatar Mar 16 '20 15:03 GittyMejorado

Install the package the provides libGl, which is probably something like apt-get install libgl1-mesa-glx for ubuntu.

jwakely avatar Dec 10 '21 09:12 jwakely