MsticAzn
02-25-2004, 02:18 AM
i am running debian v.3.0 and after i ./configure for freetype, this is what i get:
FreeType build system -- automatic system detection
The following settings are used:
platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.
Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the API reference (the latter needs python).
make: Nothing to be done for `unix'.
MsticAzn:/home/msticazn/tmp/freetype-2.1.7# make
make: Nothing to be done for `all'.
* my questions is how do i get it to make, i read the docs, but i don't see a way to get around this....to me, it seems like it is an error. When i run fontconfig, these are the errors i get after i enter the command make:
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/msticazn/tmp/fontconfig-2.2.0/fontconfig'
Making all in fc-lang
make[2]: Entering directory `/home/msticazn/tmp/fontconfig-2.2.0/fc-lang'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include/freetype2 -I/usr/local/include -g -O2 -c fc-lang.c
In file included from ../fontconfig/fcfreetype.h:27,
from ../src/fcint.h:39,
from fc-lang.c:25:
/usr/local/include/freetype2/freetype/freetype.h:20: #error "`ft2build.h' hasn't been included yet!"
/usr/local/include/freetype2/freetype/freetype.h:21: #error "Please always use macros to include FreeType header files."
/usr/local/include/freetype2/freetype/freetype.h:22: #error "Example:"
/usr/local/include/freetype2/freetype/freetype.h:23: #error " #include <ft2build.h>"
/usr/local/include/freetype2/freetype/freetype.h:24: #error " #include FT_FREETYPE_H"
make[2]: *** [fc-lang.o] Error 1
make[2]: Leaving directory `/home/msticazn/tmp/fontconfig-2.2.0/fc-lang'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/msticazn/tmp/fontconfig-2.2.0'
make: *** [all-recursive-am] Error 2
i checked the freetype.h file and it has the command #include <ft2build.h> but i don't think the file exists and that is probably due to freetype not installing correctly. Does anybody happen to know how to fix this? Thanks.
FreeType build system -- automatic system detection
The following settings are used:
platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.
Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the API reference (the latter needs python).
make: Nothing to be done for `unix'.
MsticAzn:/home/msticazn/tmp/freetype-2.1.7# make
make: Nothing to be done for `all'.
* my questions is how do i get it to make, i read the docs, but i don't see a way to get around this....to me, it seems like it is an error. When i run fontconfig, these are the errors i get after i enter the command make:
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/msticazn/tmp/fontconfig-2.2.0/fontconfig'
Making all in fc-lang
make[2]: Entering directory `/home/msticazn/tmp/fontconfig-2.2.0/fc-lang'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include/freetype2 -I/usr/local/include -g -O2 -c fc-lang.c
In file included from ../fontconfig/fcfreetype.h:27,
from ../src/fcint.h:39,
from fc-lang.c:25:
/usr/local/include/freetype2/freetype/freetype.h:20: #error "`ft2build.h' hasn't been included yet!"
/usr/local/include/freetype2/freetype/freetype.h:21: #error "Please always use macros to include FreeType header files."
/usr/local/include/freetype2/freetype/freetype.h:22: #error "Example:"
/usr/local/include/freetype2/freetype/freetype.h:23: #error " #include <ft2build.h>"
/usr/local/include/freetype2/freetype/freetype.h:24: #error " #include FT_FREETYPE_H"
make[2]: *** [fc-lang.o] Error 1
make[2]: Leaving directory `/home/msticazn/tmp/fontconfig-2.2.0/fc-lang'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/msticazn/tmp/fontconfig-2.2.0'
make: *** [all-recursive-am] Error 2
i checked the freetype.h file and it has the command #include <ft2build.h> but i don't think the file exists and that is probably due to freetype not installing correctly. Does anybody happen to know how to fix this? Thanks.