[Top][All Lists]
[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."
- [Freetype] 2.0.1 build fails on Linux, Jeremy Wadsack, 2000/12/14
- Re: [Freetype] 2.0.1 build fails on Linux, Werner LEMBERG, 2000/12/14
- Re: [Freetype] 2.0.1 build fails on Linux, Jeremy Wadsack, 2000/12/14
- Re: [Freetype] 2.0.1 build fails on Linux,
Pavel Kankovsky <=
- Re: [Freetype] 2.0.1 build fails on Linux, Jeremy Wadsack, 2000/12/15
- Re: [Freetype] 2.0.1 build fails on Linux, Werner LEMBERG, 2000/12/15
- Re: [Freetype] 2.0.1 build fails on Linux, Jeremy Wadsack, 2000/12/15
- Re: [Freetype] 2.0.1 build fails on Linux, Werner LEMBERG, 2000/12/17
- Re: [Freetype] 2.0.1 build fails on Linux, Werner LEMBERG, 2000/12/17
- Re: [Freetype] 2.0.1 build fails on Linux, Jeremy Wadsack, 2000/12/19
- Re: [Freetype] 2.0.1 build fails on Linux, Werner LEMBERG, 2000/12/19
- Re: [Freetype] 2.0.1 build fails on Linux, Jeremy Wadsack, 2000/12/19
- Re: [Freetype] 2.0.1 build fails on Linux, Tom Kacvinsky, 2000/12/19
- Re: [Freetype] 2.0.1 build fails on Linux, Jeremy Wadsack, 2000/12/19