Re: [dev] daemon for DWM

From: Florian Limberger <flo_AT_snakeoilproductions.net>
Date: Thu, 27 Jun 2013 14:51:21 +0200

On Thu, 27 Jun 2013 02:51:46 +0200, Viola Zoltán <violazoli_AT_gmail.com>
wrote:

> Compile it with this command:
>
> g++ -funsigned-char -funsigned-bitfields -Wall -Wno-long-long -Wunused
> -Wextra -pedantic -lX11 kajjam.cpp -o kajjam

Why g++? It works fine as
> gcc -Wall -Wextra -std=c99 -pedantic kajjam.c -o kajjam -lX11
Some other comments:
Rather weird indentation style, I personally find it quit hard to read.
Non-english comments. I think it's discouraged in an international
community
like this.

Greetings,

flo
Received on Thu Jun 27 2013 - 14:51:21 CEST

This archive was generated by hypermail 2.3.0 : Thu Jun 27 2013 - 15:00:06 CEST