Thanks. I will.
On 3/16/15, Anselm R Garbe wrote:
> On 16 March 2015 at 05:58, Ivan Tham wrote:
>> I want to learn C, so now I am waiting for c.learncodethehardway.org
>> to release as other book may seem a bit too long for me.
>
> You should rather learn C from its inventors:
>
> http://en.wiki
On 16 March 2015 at 05:58, Ivan Tham wrote:
> I want to learn C, so now I am waiting for c.learncodethehardway.org
> to release as other book may seem a bit too long for me.
You should rather learn C from its inventors:
http://en.wikipedia.org/wiki/The_C_Programming_Language
BR,
Anselm
How useful is that apt-file? I had installed it, but I don't know what
are the uses for it.
On 3/16/15, Roberto E. Vargas Caballero wrote:
>> On Sun, Mar 15, 2015 at 11:07:26PM +0800, Ivan Tham wrote:
>>> Thanks, but how do I know about the -dev, but how do I know
>>> libxinerama-dev?
>>
>> Exper
> On Sun, Mar 15, 2015 at 11:07:26PM +0800, Ivan Tham wrote:
>> Thanks, but how do I know about the -dev, but how do I know libxinerama-dev?
>
> Experience and / or guess-work. Compiler complaining about "$HEADER.h"?
> Try installing lib$HEADER-dev (Debian) or $HEADER-devel (RHEL). Failing
If you
I want to learn C, so now I am waiting for c.learncodethehardway.org
to release as other book may seem a bit too long for me.
On 3/16/15, Eric Pruitt wrote:
> On Mon, Mar 16, 2015 at 12:32:44PM +0800, Ivan Tham wrote:
>> Thanks, I think I get the concept of what an -dev is.
>>
>> But what is a he
On Mon, Mar 16, 2015 at 12:32:44PM +0800, Ivan Tham wrote:
> Thanks, I think I get the concept of what an -dev is.
>
> But what is a header file?
Short, very simplified answer: header files generally contain
information needed to use an API, in this case X11 and Xinerama. For the
long answer, you
Thanks, I think I get the concept of what an -dev is.
But what is a header file?
On 3/16/15, Eric Pruitt wrote:
> On Sun, Mar 15, 2015 at 11:07:26PM +0800, Ivan Tham wrote:
>> Thanks, but how do I know about the -dev, but how do I know
>> libxinerama-dev?
>
> Experience and / or guess-work. Comp
On Sun, Mar 15, 2015 at 11:07:26PM +0800, Ivan Tham wrote:
> Thanks, but how do I know about the -dev, but how do I know libxinerama-dev?
Experience and / or guess-work. Compiler complaining about "$HEADER.h"?
Try installing lib$HEADER-dev (Debian) or $HEADER-devel (RHEL). Failing
that, just Googl
Thanks, but I can't read french.
On 3/15/15, Sébastien Poher wrote:
> Le dimanche 15 mars 2015 à 10:55:11, Ivan Tham a écrit :
>> I does not like to compile as when I run `make`:
>> ```
>> dwm build options:
>> CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os
>> -I/usr/X11R6/i
Le dimanche 15 mars 2015 à 10:55:11, Ivan Tham a écrit :
> I does not like to compile as when I run `make`:
> ```
> dwm build options:
> CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os
> -I/usr/X11R6/include -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION="6.1"
> -DXINERAMA
> LDFLA
Thanks, but how do I know about the -dev, but how do I know libxinerama-dev?
Thanks, I had successfully compiled it, trying now.
On 3/15/15, Markus Teich wrote:
> Ivan Tham wrote:
>> dwm.c:40:37: fatal error: X11/extensions/Xinerama.h: No such file or
>> directory
>
> Heyho Ivan,
>
> you need th
Ivan Tham wrote:
> dwm.c:40:37: fatal error: X11/extensions/Xinerama.h: No such file or directory
Heyho Ivan,
you need the Xlib header files. On Debian based systems just install xlib-dev
and libxinerama-dev (the `-dev` packages contain the header files, if you
stumble upon this error anytime in
I does not like to compile as when I run `make`:
```
dwm build options:
CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os
-I/usr/X11R6/include -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION="6.1"
-DXINERAMA
LDFLAGS = -s -L/usr/X11R6/lib -lX11 -lXinerama
CC = cc
creating confi
Ivan Tham wrote:
> I haven't tried dwm as it seems a bit hard to configure compared to i3 but i3
> seems to be easier to use (I don't think it it much faster) as it only uses
> split as horizontal or vertical.
Heyho Ivan,
just try the default config first. You can easily setup a Xephyr or Xnest t
On Sun, Mar 15, 2015 at 10:35:50PM +0800, Ivan Tham wrote:
> I haven't tried dwm as it seems a bit hard to configure compared to i3
> but i3 seems to be easier to use (I don't think it it much faster) as
> it only uses split as horizontal or vertical.
dwm is not difficult, it is just different.
St
I haven't tried dwm as it seems a bit hard to configure compared to i3
but i3 seems to be easier to use (I don't think it it much faster) as
it only uses split as horizontal or vertical.
On 3/15/15, Anselm R Garbe wrote:
> On 15 March 2015 at 15:05, Ivan Tham wrote:
>> Hi, I hope someone can add
On 15 March 2015 at 15:05, Ivan Tham wrote:
> Hi, I hope someone can add some comparison between dwm and other
> window manager such as i3 to dwm.suckless.org. Thanks.
Why? Feel free to contribute this comparison.
BR,
Anselm
Hi, I hope someone can add some comparison between dwm and other
window manager such as i3 to dwm.suckless.org. Thanks.
18 matches
Mail list logo