some files missing
Alex Deucher
alexdeucher at gmail.com
Thu Aug 28 22:38:41 PDT 2008
On Thu, Aug 28, 2008 at 11:50 PM, Wayne <shhuango at hotmail.com> wrote:
> Hi all,
>
> I hope this might be helpfull. I've been
> compiling xserver these days. While compiling, some
> errors happened because some file needed was missing.
> After I copied them to where they were supposed to be,
> the compilation went well. However, I'm sure if it was right.
> All source were downloaded from git.
>
Make sure you re-run autogen.sh or configure before rebuilding. Often
times files are added or removed and the Makefiles need to be updated.
> 1. xserver/hw/xfree86/comon:
> atKeynames.h xf86Version.h xf86Version.c
>
> 2. driver/xf86-input-vmmouse/src:
> xf86OSmouse.h
>
> 3. driver/xf86-input-mouse/src:
> Line 48 in Makefile.am, xf86OSMouse.h should be
> xf86OSmouse.h
>
> 4. driver/xf86-video-sunffb/src:
> ffb_drishare.h
>
> 5. driver/xf86-video-nv/compat:
> missing two folders: parser/ and modes/
>
> 6. driver/xf86-video-ati/src:
> I downloaded two days ago, and the compilation went well.
> However, this morning I downloaded again. the compilation went wrong.
> missing: radeon_common.h radeon_dripriv.h radeon_sarea.h
>
These files were removed. you need to re-run autogen.sh.
Alex
> 7. app/xphelloworld/configure.ac:
> Line 78 and 112, 'xaw8' should b e 'xaw7'
>
> 8. app/xfindproxy:
> proto/pmproto is needed to be added in build.sh for building
>
> 9. app/xphelloworld:
> proto/printproto, lib/libXp, lib/libXprintUtil and libXprintAppUtil are
> needed
> to be added in build.sh for building
>
> Cheers
> Wayne
>
More information about the xorg
mailing list