> I think I know what's wrong. You had some typos there. "XInput > drivers" should be XInputDrivers. I also put host.def in > xc/config/cf and made a symlink to xcbuild/config/cf. For one > thing, no \ line continuation, it's a C file.. Try this: > > /* Begin Xorg host.def file */ > > #define DefaultGcc2i386Opt -O2 -fno-strength-reduce > -fno-strict-aliasing -march=i686 > > #define HasFreetype2 YES > #define HasFontconfig YES > #define HasExpat YES > #define HasLibpng YES > #define HasZlib YES > > #define XF86CardDrivers i810 i740 vmware fbdev DevelDrivers > vesa > vga XF86OSCardDrivers XF86ExtraCardDrivers > > #define XInput drivers mouse keyboard > > #define BuildXterm YES > > #define BuildCyrillicFonts NO > > #define XprtServer NO > #define BuildXprintClients NO > > /* End Xorg host.def. file */ > > Lauri
Yay... Then I made the same Xinput typo... Here's a good version: /* Begin Xorg host.def file */ #define DefaultGcc2i386Opt -O2 -fno-strength-reduce -fno-strict-aliasing -march=i686 #define HasFreetype2 YES #define HasFontconfig YES #define HasExpat YES #define HasLibpng YES #define HasZlib YES #define XF86CardDrivers i810 i740 vmware fbdev DevelDrivers vesa vga XF86OSCardDrivers XF86ExtraCardDrivers #define XInputDrivers mouse keyboard #define BuildXterm YES #define BuildCyrillicFonts NO #define XprtServer NO #define BuildXprintClients NO /* End Xorg host.def. file */ -- _______________________________________________ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com Powered by Outblaze -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
