freetype
[Top][All Lists]
Advanced

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

Re: mjps3 and Freetype


From: Harley Blumenfeld
Subject: Re: mjps3 and Freetype
Date: Wed, 10 May 2000 16:09:50 GMT

Werner,

  Thanks for the reply. I am now trying to compile a thread safe
version of freetype and am not having much sucess. I have
done a dist clean in the freetype directory. Then I modified
the ft_conf.h.in file to define TT_CONFIG_OPTION_THREAD_SAFE.
I then set up the build to use my own ttmutex.c file, which
implements using POSIX mutexes.

When I try to build freetype I get these error messages:

cc -c -g -I. -I.. -I/usr/local/freetype-current/lib/arch/unix/../.. -I/usr/local/freetype-current/lib/arch/unix/../../extend "-DLOCALEDIR=\"/usr/local/share/locale\"" -DTT_MAKE_OPTION_SINGLE_OBJECT /usr/local/freetype-current/lib/arch/unix/../../arch/unix/freetype.c -DPIC -o freetype.lo
cc-1148 cc: ERROR File = ./file.c, Line = 266
 Expression must have "struct" or "union" type.

    engine.file_component = NULL;
    ^

cc-1552 cc: WARNING File = ./file.c, Line = 306
 The variable "stream_rec" is set but never used.

     PStream_Rec  stream_rec;
                  ^

cc-1020 cc: ERROR File = ./file.c, Line = 812
 The identifier "stream" is undefined.

     if ( CUR_Frame.address < (Byte*)CUR_Stream->map->base ||
                                     ^

cc-1020 cc: ERROR File = ./file.c, Line = 817
 The identifier "files" is undefined.

     ZERO_Frame( files.frame );
     ^

... Is there some step in building freetype that I am missing?

Thanks,
Harley Blumenfeld



From: Werner LEMBERG <address@hidden>
Reply-To: Werner LEMBERG <address@hidden>
To: address@hidden
CC: address@hidden, address@hidden
Subject: Re: mjps3 and Freetype
Date: Sat, 29 Apr 2000 08:17:59 +0000 (GMT)

> Has anyone been able to compile a mips3 version of freetype 1.3.1 on
> an SGI with IRIX 6.5?  We want to use freetype for our main Boomberg
> TV application.  The application is mips3 so it can run on the
> ancient Indigo2 Impact R4400s.

Please try

  ftp://ftp.freetype.org/freetype/devel/freetype-current.tar.gz

(this is 1.4 basically -- still not released yet officially).  It
contains a newer version of libtool which may help you.  If not,
please send us compiler error messages so that we can fix it
eventually.


    Werner

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com




reply via email to

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