freetype
[Top][All Lists]
Advanced

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

Freetype2 does not compile with GNU Make 3.77


From: Ram'on Garc'ia Fern'andez
Subject: Freetype2 does not compile with GNU Make 3.77
Date: Thu, 24 Aug 2000 11:52:38 +0200
User-agent: Mutt/1.2i

I have just tried to compile Freetype 2 beta 8 with GNU Make 3.77
and it did not work. It works fine with GNU Make 3.78. This is 
a Redhat Linux 6.2.

The problem is with the line
include $(wildcard $(SRC)/*/rules.mk) (freetype.mk: 192)

This kind of wildcard expansion does not appear to work with GNU Make 3.77

I think that requiring exactly the latest version of GNU Make is not a
good idea. It will place a barrier for the users wishing to compile
the Freetype library (or programs that need it).

A posible workaround is to replace that line by:

include $(shell echo $(SRC)/*/rules.mk)

Ramon



reply via email to

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