This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: building XFree86 from cvs


Guy,

Okay, this looks reasonable.  I will take a look at it and submit it when I
get a chance.  Classes start today, so it may be a few days.

Harold

> -----Original Message-----
> From: cygwin-xfree-owner@cygwin.com
> [mailto:cygwin-xfree-owner@cygwin.com]On Behalf Of Guy Harrison
> Sent: Sunday, August 25, 2002 5:13 PM
> To: cygwin-xfree@cygwin.com
> Subject: Re: building XFree86 from cvs
>
>
> On Fri, 23 Aug 2002 14:58:33 +0200 (CEST), Alexander Gottwald
> <alexander.gottwald@informatik.tu-chemnitz.de> wrote:
>
> >On Fri, 23 Aug 2002, Guy Harrison wrote:
> >
> >>
> >> I've done similar to other Imakefiles that require it. Should I post
> >> details?
> >
> >You could send a diff against current CVS
>
> Here goes...
>
> Index: xc/config/util/Imakefile
> ===================================================================
> RCS file: /cvs/xc/config/util/Imakefile,v
> retrieving revision 3.45
> diff -r3.45 Imakefile
> 32,33c32,33
> < PROGRAMS = $(RMAN_PROG) $(LNDIR_PROG) ProgramTargetName(makestrs) \
> < 	   ProgramTargetName(revpath) $(EXPORTLISTGEN) $(CMKDIRHIER)
> ---
> > PROGRAMS = rman lndir makestrs revpath $(EXPORTLISTGEN) $(CMKDIRHIER)
> >
> 83c83
> < SimpleProgramTarget_2($(LNDIR_PROG))
> ---
> > SimpleProgramTarget_2(lndir)
> 114c114
> < AllTarget(ProgramTargetName(rman))
> ---
> > AllTarget(rman)
> Index: xc/programs/bitmap/Imakefile
> ===================================================================
> RCS file: /cvs/xc/programs/bitmap/Imakefile,v
> retrieving revision 3.7
> diff -r3.7 Imakefile
> 56c56
> <        PROGRAMS = ProgramTargetName(bitmap) ProgramTargetName(bmtoa)
> ProgramTargetName(atobm)
> ---
> >        PROGRAMS = bitmap bmtoa atobm
> Index: xc/programs/proxymngr/Imakefile
> ===================================================================
> RCS file: /cvs/xc/programs/proxymngr/Imakefile,v
> retrieving revision 1.12
> diff -r1.12 Imakefile
> 19c19
> <         PROGRAMS = ProgramTargetName(proxymngr)
> ---
> >         PROGRAMS = proxymngr
> Index: xc/programs/xclipboard/Imakefile
> ===================================================================
> RCS file: /cvs/xc/programs/xclipboard/Imakefile,v
> retrieving revision 1.3
> diff -r1.3 Imakefile
> 11c11
> <        PROGRAMS = ProgramTargetName(xclipboard)
> ProgramTargetName(xcutsel)
> ---
> >        PROGRAMS = xclipboard xcutsel
> Index: xc/programs/xdm/Imakefile
> ===================================================================
> RCS file: /cvs/xc/programs/xdm/Imakefile,v
> retrieving revision 3.47
> diff -r3.47 Imakefile
> 206c206
> <      XDM_SHADOW = ProgramTargetName(xdm-shadow)
> ---
> >      XDM_SHADOW = xdm-shadow
> 209c209
> <         CHOOSER = ProgramTargetName(chooser)
> ---
> >         CHOOSER = chooser
> 211c211
> <        PROGRAMS = ProgramTargetName(xdm) ProgramTargetName(xdmshell)
> ProgramTargetName(sessreg) $(CHOOSER) $(XDM_SHADOW)
> ---
> >        PROGRAMS = xdm xdmshell sessreg $(CHOOSER) $(XDM_SHADOW)
> Index: xc/programs/xfindproxy/Imakefile
> ===================================================================
> RCS file: /cvs/xc/programs/xfindproxy/Imakefile,v
> retrieving revision 1.4
> diff -r1.4 Imakefile
> 15c15
> <           PROGS1 = ProgramTargetName(xfindproxy)
> ---
> >           PROGS1 = xfindproxy
> Index: xc/programs/xinit/Imakefile
> ===================================================================
> RCS file: /cvs/xc/programs/xinit/Imakefile,v
> retrieving revision 3.16
> diff -r3.16 Imakefile
> 24c24
> <        PROGRAMS = ProgramTargetName(xinit)
> ---
> >        PROGRAMS = xinit
> Index: xc/programs/xsm/Imakefile
> ===================================================================
> RCS file: /cvs/xc/programs/xsm/Imakefile,v
> retrieving revision 1.8
> diff -r1.8 Imakefile
> 38c38
> <           PROGS1 = ProgramTargetName(xsm)
> ---
> >           PROGS1 = xsm
>
> ...it might even still cross-compile! ;-)
>
> >>Only one problem left: xterm compilation error. Probably a
> >> header which I don't want to look at until all these script issues are
> >> sorted out.
> >
> >Please send the output from that error
>
> Cockpit error on this one (me using ccache): and no, I haven't been
> using it all the time. The main problem existed well before I thought
> about speeding things up with it.
>
>
> --
> swamp-dog@ntlworld.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]