[Xcb] D language binding for XCB

Thomas Hunger hto at arcor.de
Fri Aug 31 02:28:59 PDT 2007


Very nice ^^

It works with the gdc compiler (now in debian)  as well:

svn co  http://svn.dsource.org/projects/bindings/trunk/X11
cd X11/xcb
bash xcbbuild.sh 
mkdir -p std/c/linux/X11/xcb
mv bigreq.d composite.d damage.d dpms.d glx.d randr.d record.d \
   render.d res.d screensaver.d shape.d shm.d sync.d xcb.d xc_misc.d\
   xevie.d xf86dri.d xfixes.d xinerama.d xprint.d xproto.d xtest.d\
   xv.d xvmc.d std/c/linux/X11/xcb

gdc example.d -lxcb std/c/linux/X11/xcb/xcb.d \
                    std/c/linux/X11/xcb/xproto.d \
    -o example

./example

On Thursday 30 August 2007, Sylvere wrote:
> Hello,
> I wrote a binding of XCB for D language
> You can find it at :
> http://www.dsource.org/projects/bindings
>
> svn is accessible at:
> http://svn.dsource.org/projects/bindings
>
> don't hesitate to report problems
>
> ,Sligor
>
> _______________________________________________
> Xcb mailing list
> Xcb at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xcb




More information about the Xcb mailing list