Re: How are dependencies listed in Plo files determined



On 8/12/05, Travis Spencer <travislspencer gmail com> wrote:
> My problem is that the Plo files in `gdk/x11-xcb/.deps' still point to
> the files in `gdk/x11'.  

This was happening because in gdkpixmap-x11.h, gdkprivate-x11.h, and
gdkwindow-x11.h, there are these includes:

#include <gdk/x11/gdkdrawable-xcb.h>
#include <gdk/x11/gdkwindow-xcb.h>
#include <gdk/x11/gdkpixmap-xcb.h>
#include <gdk/x11/gdkdisplay-xcb.h>

As a result, they were picking up the x11 headers and not mine.  Once
I changed those to `<gdk/x11-xcb/*.h>' it worked fine.  Thanks all for
the help and suggestions.

-- 

Regards,

Travis Spencer



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]