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: XFree 4.2.1 + fontconfig-2


On Wed, 2 Oct 2002, Harold L Hunt II wrote:

> 
> # platform:  $XFree86: xc/config/cf/cygwin.cf,v 3.45 2002/10/01 14:31:36 
> alanh Exp $
> 
> # $XFree86: xc/config/cf/cygwin.rules,v 3.20 2002/10/01 14:31:36 alanh Exp $
> 
> Concat3(cyg,libname,-$(shell echo rev|sed s=\\..*==).dll): deplist 
> libname.def
> 	RemoveFile(Concat3(lib,libname,-$(shell echo rev|sed s=\\..*==).dll.a))
> 	RemoveFile(Concat3(cyg,libname,-$(shell echo rev|sed s=\\..*==).dll))
> 	MakeCplusplusDLL(libname,solist,rev)
> 	LinkBuildLibrary(Concat3(lib,libname,-$(shell echo rev|sed 
> s=\\..*==).dll.a))
> 	LinkImportLibrary(Concat3(lib,libname,-$(shell echo rev|sed 
> s=\\..*==).dll.a),LibraryTargetName(libname))
> 	LinkBuildDLL(Concat3(cyg,libname,-$(shell echo rev|sed s=\\..*==).dll))
> 
> cleandir::
> 	RemoveFile(Concat3(lib,libname,-$(shell echo rev|sed s=\\..*==).dll.a))
> 	RemoveFile(Concat3(cyg,libname,-$(shell echo rev|sed s=\\..*==).dll))
> 
> # $XFree86: xc/config/cf/xfree86.cf,v 3.407 2002/09/24 02:55:00 tsi Exp $
> 
> # $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $

Hm, The reference was added in cygwin.rules. The expanded macro was 
SharedDepCplusplusLibraryTarget. But the version in CVS has only one line
with SharedDepCplusplusLibraryTarget. Maybe you're checked out version is
garbled?

Can you create the xmakefile with line information? imake -v should print the 
cpp command and adding -dN -dI and removing -P from that commandline should
create an xmakefile with all line info and all defines in it.

bye
	ago  
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723


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