Re: Compile X Window Manager

2013-05-21 Thread Samms
On Tuesday, 21 May 2013 at 12:46:35 UTC, eles wrote: On Tuesday, 21 May 2013 at 12:36:27 UTC, Samms wrote: On Tuesday, 21 May 2013 at 08:35:09 UTC, eles wrote: On Tuesday, 21 May 2013 at 06:59:55 UTC, Iain Buclaw wrote: On 21 May 2013 04:58, Samms wrote: This problem is resolved... I kno

Re: Compile X Window Manager

2013-05-21 Thread Samms
On Tuesday, 21 May 2013 at 12:46:35 UTC, eles wrote: On Tuesday, 21 May 2013 at 12:36:27 UTC, Samms wrote: On Tuesday, 21 May 2013 at 08:35:09 UTC, eles wrote: On Tuesday, 21 May 2013 at 06:59:55 UTC, Iain Buclaw wrote: On 21 May 2013 04:58, Samms wrote: This problem is resolved... I kno

Re: Compile X Window Manager

2013-05-21 Thread eles
On Tuesday, 21 May 2013 at 12:36:27 UTC, Samms wrote: On Tuesday, 21 May 2013 at 08:35:09 UTC, eles wrote: On Tuesday, 21 May 2013 at 06:59:55 UTC, Iain Buclaw wrote: On 21 May 2013 04:58, Samms wrote: This problem is resolved... I know. I was offering a simpler solution (command line), t

Re: Compile X Window Manager

2013-05-21 Thread Samms
On Tuesday, 21 May 2013 at 08:35:09 UTC, eles wrote: On Tuesday, 21 May 2013 at 06:59:55 UTC, Iain Buclaw wrote: On 21 May 2013 04:58, Samms wrote: Basically, the command line should be: gdc ./main.d /usr/include/d2/4.6/std/c/linux/X11/Xlib.d -o Refuja -L/usr/include/X11/ -lXlib -lX11 wit

Re: Compile X Window Manager

2013-05-21 Thread eles
On Tuesday, 21 May 2013 at 06:59:55 UTC, Iain Buclaw wrote: On 21 May 2013 04:58, Samms wrote: Basically, the command line should be: gdc ./main.d /usr/include/d2/4.6/std/c/linux/X11/Xlib.d -o Refuja -L/usr/include/X11/ -lXlib -lX11 with the "-L/usr/include/X11/" part being almost useless (m

Re: Compile X Window Manager

2013-05-21 Thread Iain Buclaw
On 21 May 2013 04:58, Samms wrote: > Hooray! :) > > gdc ./main.d /usr/include/d2/4.6/std/c/linux/X11/Xlib.d -o Refuja > -L-L/usr/include/X11/ -L-lXlib -lX11 Though why on earth are you still using -L-L and -L-l ? -Ldir Add directory dir to the list of directories to be searched for -