freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] Compiling FreeType 2.1.1


From: David Turner
Subject: Re: [Devel] Compiling FreeType 2.1.1
Date: Sun, 23 Jun 2002 14:05:05 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530

Hello,

Jovan Kostovski wrote:
Hi Please tell me more how can i compile free type 2.1.1 I have downloaded the source and gnu make . When i type "gmake makefile" from command line command, gnumake reported that endif is missing in file detect.mk at line 63,64. I checked the source to see where endif is missed and i added two at the end of the file to close the opened ifeq ($(PLATFORM),win32)

and
 ifneq ($(findstring list,$(MAKECMDGOALS)),)  # test for the "list" target
   dump_target_list:
            @echo

then the gmake reported that there is nothing to do.

Please help me.


Unfortunately, we can't help you if you don't give us more details
regarding your system, compiler, etc...

Did you use the GNUMAKE environment variable, as described in the
README.UNX file ??

Regards,

- David Turner
- The FreeType Project  (www.freetype.org)

========================================================================

Extract from README.UNX ??

    The following  should work  on all Unix  systems where  the `make'
    command invokes GNU Make:

      ./configure --prefix=<yourprefix>
      make
      make install           (as root)

    where "<yourprefix>"  must be replaced  by the prefix  returned by
    the "freetype-config" command.

    When using a different command to invoke GNU Make, use the GNUMAKE
    variable.  For example,  if `gmake' is the command  to use on your
    system, do something like:

       GNUMAKE=gmake ./configure --prefix=<yourprefix>
       gmake
       gmake install            (as root)

    If  this  still  doesn't   work,  read  the  detailed  compilation
    procedure available in the file "docs/BUILD" for troubleshooting.




reply via email to

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