[Xcb-commit] xcbint.h is currently used?

Luis Rogelio Román Rivera luis.rogelio.roman.rivera at gmail.com
Sat Jan 14 01:13:31 PST 2006


I followed the instructions of Vincent about install xcb-util from CVS
in order to satisfied the xcb-aux dependency of xcb-demo, when I was
building the xcb-util carpet I got an error in
xcb-util/wm/xcbwm-test.c :

#include <pthread.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>

#include <X11/XCB/xcb.h>
#include <X11/XCB/xcbint.h>     <------------
#include "reply_formats.h"
#include "xcb_event.h"

and I replaced the line for:

#include <X11/XCB/xcb_types.h>

and all works fine. My question is if xcbint is used currently?
 and if is used currently what can I do to avoid this error.

Note: the error was that xcbint.h wasn't found, I explored the path but I didn't find the library.

-Roger



More information about the xcb-commit mailing list