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


Hi Folks,

First 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 = HostProgramTargetName(rman)
 #endif
 
-PROGRAMS = $(RMAN_PROG) $(LNDIR_PROG) ProgramTargetName(makestrs) \
-	   ProgramTargetName(revpath) $(EXPORTLISTGEN) $(CMKDIRHIER)
+PROGRAMS = rman lndir makestrs revpath $(EXPORTLISTGEN) $(CMKDIRHIER)
+
 DEPLIBS =
 #ifndef Win32Architecture
   EXTRA_LIBRARIES =
@@ -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='$(VOLLIST)'
-DMANTITLEPRINTF='$(MANTITLEPRINTF)' -DMANREFPRINTF='$(MANREFPRINTF)'
-DPOLYGLOTMANVERSION='$(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.


-- 
swamp-dog@ntlworld.com


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