[Xorg] KDrive->bufio.h
jserv at linux2.cc.ntu.edu.tw
jserv at linux2.cc.ntu.edu.tw
Thu Aug 12 22:38:57 PDT 2004
On Thu, Aug 12, 2004 at 09:41:05PM -0700, Cameron wrote:
> I am unable to build kdrive due to a missing bufio.h, which doesn't appear to
> exist on my system. I am unable to locate file anywhere on my system and gcc
> certainly isn't able to:
[...]
> bufio.c:39:19: bufio.h: No such file or directory
Try:
find -name 'bufio.h.in'
And
ln -s bufio.h.in bufio.h
In the above path. The trick works for me.
cheers,
Jim Huang
More information about the xorg
mailing list