freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Win32 Build of Freetype.


From: Will
Subject: Win32 Build of Freetype.
Date: Thu, 27 Jul 2000 18:16:58 -0400

As some of you may have already done... I am attempting to build a Win98
port of Freetype with VC 6(SP4) Enterprise.  However, I am finding that the
makefile appears to be causing some problems...

Using the suggested:
    nmake /f arch\win32\Makefile.CL

I get some "integral size mismatch in argument; conversion supplied", but
more alarming is the following point in the makefile:

all: $(OBJS_S)
 -del libttf.lib
 $(LIB) /OUT:libttf.lib @<<response
+ $(OBJS_S: = + );
<<KEEP

nmake stops due to a fatal error, citing "LIB : fatal error LNK1181: cannot
open input file "+""..

Any suggestions?
Will

Results in Full:
freetype.c
.\ttapi.c(578) : warning C4761: integral size mismatch in argument;
conversion supplied
.\ttapi.c(601) : warning C4761: integral size mismatch in argument;
conversion supplied
.\ttgload.c(1195) : warning C4761: integral size mismatch in argument;
conversion supplied
.\ttobjs.c(575) : warning C4761: integral size mismatch in argument;
conversion supplied
.\ttinterp.c(5051) : warning C4761: integral size mismatch in argument;
conversion supplied
.\ttinterp.c(5051) : warning C4761: integral size mismatch in argument;
conversion supplied
.\ttinterp.c(5066) : warning C4761: integral size mismatch in argument;
conversion supplied
.\ttinterp.c(5073) : warning C4761: integral size mismatch in argument;
conversion supplied
.\ttobjs.c(1312) : warning C4761: integral size mismatch in argument;
conversion supplied
ftxgasp.c
ftxkern.c
ftxpost.c
ftxcmap.c
ftxwidth.c
ftxerr18.c
ftxsbit.c
extend\ftxsbit.c(1042) : warning C4761: integral size mismatch in argument;
conversion supplied
ftxopen.c
ftxgsub.c
ftxgpos.c
ftxgdef.c
extend\ftxgdef.c(897) : warning C4761: integral size mismatch in argument;
conversion supplied
 del libttf.lib
 lib /nologo /OUT:libttf.lib @response
Microsoft (R) Library Manager Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

+
LIB : fatal error LNK1181: cannot open input file "+"







reply via email to

[Prev in Thread] Current Thread [Next in Thread]