Re: [dev] [dwm] compilation not working

2018-09-08 Thread mail
My mistake it works great now. Thank you September 8, 2018 4:16 PM, "lukáš Hozda" wrote: > It seems that while changing the config to your needs, you deleted the > colors variable: > >> - static const char *colors[][3] = { >> - /* fg bg border */ >> - [SchemeNorm] = { col_gray3, col_gray1, co

Re: [dev] [dwm] compilation not working

2018-09-08 Thread mail
I'am on arch linux i have the xlib header installed but same error, here in english : dwm build options: CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/inc freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C

Re: [dev] [dwm] compilation not working

2018-09-08 Thread lukáš Hozda
It seems that while changing the config to your needs, you deleted the colors variable: > - static const char *colors[][3] = { > - /* fg bg border */ > - [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, > - [SchemeSel] = { col_gray4, col_cyan, col_cyan }, > - }; On Sat, Sep 8, 2018

Re: [dev] [dwm] compilation not working

2018-09-08 Thread mail
Sorry for the files here is the errors to be archived : make error : 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_POSI

Re: [dev] [dwm] compilation not working

2018-09-08 Thread lukáš Hozda
Howdy, do you have the Xlib headers installed on your system? Also would you mind compiling with LANG=C so that we get errors that those who don't speak french can understand as well? On Sat, Sep 8, 2018 at 12:59 PM wrote: > > Hi all, i'am trying to compile the latest version of dwm via "git clo

Re: [dev] [dwm] compilation not working

2018-09-08 Thread Hiltjo Posthuma
On Sat, Sep 08, 2018 at 10:59:00AM +, m...@socce.xyz wrote: > Hi all, i'am trying to compile the latest version of dwm via "git clone > https://git.suckless.org/dwm"; > > make return this : > https://framadrop.org/r/Xs6RmII-iJ#fW1DAIFZT1k+6oMHDqZh9fLILK9Q3CAfu23F6RX1xbk= > > here my config.h

[dev] [dwm] compilation not working

2018-09-08 Thread mail
Hi all, i'am trying to compile the latest version of dwm via "git clone https://git.suckless.org/dwm"; make return this : https://framadrop.org/r/Xs6RmII-iJ#fW1DAIFZT1k+6oMHDqZh9fLILK9Q3CAfu23F6RX1xbk= here my config.h : https://framadrop.org/r/sbMu6Xgi4i#pH08ZY4QgN7oCIuMSpNY+4o1b1P6bli+C4JHpHrx