joelburget / slimlock

SLiM + slock = slimlock
GNU General Public License v2.0
39 stars 17 forks source link

slimlock make problem #27

Closed ElF4rih closed 6 months ago

ElF4rih commented 6 months ago

hi im trying to install slimlock but when I try to run the commands " make " and " sudo make install " its shows me this text. what should i do

g++ -Wall -I. -I/usr/include/freetype2 -I/usr/include/libpng16 -pthread -DPACKAGE=\"slimlock\" -DVERSION=\"0.11\" -DPKGDATADIR=\"/usr/share/slim\" -DSYSCONFDIR=\"/etc\" -c panel.cpp -o panel.o panel.cpp: In constructor ‘Panel::Panel(Display, int, Window, Cfg, const std::string&)’: panel.cpp:47:15: error: ordered comparison of pointer with integer zero (‘GC’ {aka ‘_XGC*’} and ‘int’) 47 | if (WinGC < 0) { | ~~^~~ make: *** [Makefile:29: panel.o] Error 1

joelburget commented 6 months ago

I no longer maintain this project -- please see the maintained version at https://github.com/dannyn/slimlock