msjche / Suckless-msjche

46 stars 15 forks source link

DWM gitclone #1

Open Majidu opened 3 years ago

Majidu commented 3 years ago

Hi msjche, Having a little trouble trying to git clone Suckless-msjche. i am running into this problem.

[majidu@majidu-latitude ~]$ cd ~/Suckless/dwm [majidu@majidu-latitude dwm]$ sudo make clean install rm -f dwm drw.o dwm.o util.o dwm-6.2.tar.gz dwm build options: CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION="6.2" -DXINERAMA LDFLAGS = -L/usr/X11R6/lib -lX11 -lXinerama -lfontconfig -lXft -lXrender CC = cc cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"6.2\" -DXINERAMA drw.c cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"6.2\" -DXINERAMA dwm.c cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"6.2\" -DXINERAMA util.c cc -o dwm drw.o dwm.o util.o -L/usr/X11R6/lib -lX11 -lXinerama -lfontconfig -lXft -lXrender mkdir -p /usr/local/bin cp -f dwm /usr/local/bin chmod 755 /usr/local/bin/dwm mkdir -p /usr/local/share/man/man1 sed "s/VERSION/6.2/g" < dwm.1 > /usr/local/share/man/man1/dwm.1 chmod 644 /usr/local/share/man/man1/dwm.1 mkdir -p /usr/local/share/xsession cp -f dwm.desktop /usr/local/share/xsession cp: cannot stat 'dwm.desktop': No such file or directory make: *** [Makefile:47: install] Error 1 [majidu@majidu-latitude dwm]$

philcryer commented 3 years ago

fixed, you just need to add a desktop file to the dwm dir: https://github.com/msjche/Suckless-msjche/pull/2