freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] 2.0.1 build fails on Linux


From: Pavel Kankovsky
Subject: Re: [Freetype] 2.0.1 build fails on Linux
Date: Fri, 15 Dec 2000 11:04:27 +0100 (MET)

On Thu, 14 Dec 2000, Jeremy Wadsack wrote:

> builds/modules.mk:74: no file name for `include'

The line in question is ``include $(wildcard $(TOP)/src/*/module.mk)''
I can imagine three potential explanations for the error (they are quite 
unlikely but you have to consider unlikely explanations when you have
run out of likely ones):
1. there is something wrong with your copy of the files
2. TOP=. (default set by Makefile) but make switches to a different
   directory for some odd reason
3. TOP is not set properly (perhaps it misset while make processes
   the files)

I suggest you to try (in the directory where FT2 sources are installed):
1. ls src/*/module.mk
2. strace make
3. make -d -p

--Pavel Kankovsky aka Peak  [ Boycott Microsoft--http://www.vcnet.com/bms ]
"Resistance is futile. Open your source code and prepare for assimilation."




reply via email to

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