Hi, From: Thomas Klausner <[email protected]>, Date: Thu, 3 Apr 2014 00:26:28 +0200
> On Thu, Apr 03, 2014 at 06:06:33AM +0900, Ryo ONODERA wrote: >> /usr/xsrc/external/mit/xf86-video-intel/dist/src/sna/blt.c:29:20: fatal >> error: config.h: No such file or directory >> #include "config.h" >> ^ > > Try making that: > > #ifdef HAVE_CONFIG_H > #include "config.h" > #endif > > instead. That's the usual way to solve these. Hmm... xsrc/external/mit/xf86-video-intel/dist/src/sna/blt.c has #ifdef HAVE_CONFIG_H #include "config.h" #endif in it. Thank you. -- Ryo ONODERA // [email protected] PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3
