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


Well, I can't offer any help because I have no idea what you are doing.  In
order for me to help, or for me to even investigate this problem any further,
you are going to have to follow, exactly, the instructions for compiling that
are in the Cygwin/XFree86 Contributor's Guide
(http://xfree86.cygwin.com/docs/cg/).  You will then have to be very clear
about whether you are cross compiling or whether you are building on Cygwin,
and you will have to tell me the precise step in the Contributor's Guide
instructions that you start to have problems at.  You will also have to send in
your World.log file (which will be generated if you follow the CG
instructions).

I simply cannot spend time debugging each developers command-sequence that they
use for building.  You've got to stick to the prescribed sequence in order to
get help from me.

Until then,

Harold

>
>
> Hi Folks,
>
> =46irst off, my apologies to all for not replying, especially to
> Alexander. It simply takes an age to rebuild xfree here. One typo and a
> rebuild has to wait until the next night! :-(
>
> Am I on the right track - ie have I broken all the non-cygwin builds? It
> builds natively and a cursory "make -n install" within 'config/util'
> looks like the '.exe' extenders are correct.
>
> --- obj-dbg/config/util/Imakefile.ORIGINAL    2002-08-21
> 13:44:21.000000000 +0100
> +++ obj-dbg/config/util/Imakefile    2002-08-21 15:35:08.000000000
> +0100
> @@ -29,8 +29,8 @@
>  RMAN_PROG =3D HostProgramTargetName(rman)
>  #endif
> =20
> -PROGRAMS =3D $(RMAN_PROG) $(LNDIR_PROG) ProgramTargetName(makestrs) \
> -       ProgramTargetName(revpath) $(EXPORTLISTGEN) $(CMKDIRHIER)
> +PROGRAMS =3D rman lndir makestrs revpath $(EXPORTLISTGEN) $(CMKDIRHIER)
> +
>  DEPLIBS =3D
>  #ifndef Win32Architecture
>    EXTRA_LIBRARIES =3D
> @@ -80,7 +80,7 @@
>  SimpleHostProgramTarget_2(lndir)
>  #else
>  AllTarget($(LNDIR_PROG))
> -SimpleProgramTarget_2($(LNDIR_PROG))
> +SimpleProgramTarget_2(lndir)
>  #endif
>  #endif
>  #endif
> @@ -111,7 +111,7 @@
>  AllTarget(HostProgramTargetName(rman))
>  SimpleHostProgramTarget_3(rman)
>  #else
> -AllTarget(ProgramTargetName(rman))
> +AllTarget(rman)
>  SimpleProgramTarget_5(rman)
>  #endif
>  SpecialCObjectRule(rman,NullParameter,-DVOLLIST=3D'$(VOLLIST)'
> -DMANTITLEPRINTF=3D'$(MANTITLEPRINTF)' -DMANREFPRINTF=3D'$(MANREFPRINTF)'
> -DPOLYGLOTMANVERSION=3D'$(RMANVERSION)' -DXFree86)
>
> I've done similar to other Imakefiles that require it. Should I post
> details? 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.
>
>
> --=20
> swamp-dog@ntlworld.com
>


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