dlls/mscms/profile.c breakage

Gerald Pfeifer gerald at pfeifer.com
Mon Nov 22 02:48:22 CST 2004


The following change to dlls/mscms/profile.c

  revision 1.6
  date: 2004/11/21 15:48:18;  author: julliard;  state: Exp;  lines: +135 -3
  Implement and test GetColorProfileElementTag,
  GetCountColorProfileElements and IsColorProfileTagPresent. Stub
  GetStandardColorSpaceProfile{A,W}.

breaks FreeBSD 4.10 (with XFree86-4.3.0) as follows:

  gmake[2]: Entering directory `/.amd_mnt/nashira/files5/test/wine/dlls/mscms'
  /sw/gcc-3.3.4/bin/gcc -c -I. -I. -I../../include -I../../include  
  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 
  -fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o profile.o profile.c
  profile.c: In function `GetColorProfileElementTag':
  profile.c:142: error: `LCMSICCPROFILE' undeclared (first use in this function)
  profile.c:142: error: (Each undeclared identifier is reported only once
  profile.c:142: error: for each function it appears in.)
  profile.c:142: error: `cmsprofile' undeclared (first use in this function)
  profile.c:142: error: parse error before ')' token
  profile.c: In function `GetCountColorProfileElements':
  profile.c:174: error: `LCMSICCPROFILE' undeclared (first use in this function)
  profile.c:174: error: `cmsprofile' undeclared (first use in this function)
  profile.c:174: error: parse error before ')' token
  gmake[2]: *** [profile.o] Error 1
  gmake[2]: Leaving directory `/.amd_mnt/nashira/files5/test/wine/dlls/mscms'

Gerald 
-- 
Gerald Pfeifer (Jerry)   gerald at pfeifer.com   http://www.pfeifer.com/gerald/



More information about the wine-devel mailing list