Apps :: atk and glib
Hi Everyone,
I'm trying to compile an application (gpsdrive) on DSL and I seem to have run into the same problem that Somerville did around 12 months ago. I have made it throught the the same set of prereqresits (some newer versions) and they all do a clean compile. For now I'm just letting them build into their default directories. Once I get everying to install then I'll try moving things around and making it into a package.
Anyway when I compile fontconfig I get the following error during "make install"
This is just the tail of the output log. Anyone who wants to see the rest is welcome to it. (Just ask)
Does anyone have any ideas on what I need to do to get fontconfig to compile?
==========================================================
<huge snip>
if test -z ""; then \
echo " fc-cache/fc-cache -f -v"; \
fc-cache/fc-cache -f -v; \
else \
echo "***"; \
echo "*** Warning: fonts.cache not built"; \
echo "***"; \
echo "*** Generate this file manually on host system using fc-cache"; \
echo "***"; \
fi
fc-cache/fc-cache -f -v
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts": caching, 0 fonts, 5 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/type1": caching, 0 fonts, 1 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/type1/gsfonts": caching, 0 fonts, 0 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/ttf": caching, 0 fonts, 2 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/ttf/western": caching, 0 fonts, 0 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/ttf/decoratives": caching, 0 fonts, 0 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/truetype": caching, 0 fonts, 2 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/truetype/ttf-bitstream-vera": caching, 0 fonts, 0 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/truetype/openoffice": caching, 0 fonts, 0 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/latex-ttf-fonts": caching, 0 fonts, 0 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/afms": caching, 0 fonts, 1 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/afms/adobe": caching, 0 fonts, 0 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/X11R6/lib/X11/fonts": Can't save cache in "/usr/X11R6/lib/X11/fonts"
caching, 0 fonts, 4 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/X11R6/lib/X11/fonts/util": Can't save cache in "/usr/X11R6/lib/X11/fonts/util"
caching, 0 fonts, 0 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/X11R6/lib/X11/fonts/misc": caching, 44 fonts, 0 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": Can't save cache in "/usr/X11R6/lib/X11/fonts/encodings"
caching, 0 fonts, 1 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, 0 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/X11R6/lib/X11/fonts/75dpi": caching, 397 fonts, 0 dirs
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/root/.fonts": skipping, no such directory
/mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: failed
make[2]: *** [install-data-local] Error 3
make[2]: Leaving directory `/mnt/hda2/unpack/fontconfig-2.3.2'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/mnt/hda2/unpack/fontconfig-2.3.2'
make: *** [install-recursive] Error 1
==============================================================
End of log
Hi!
I have the same problem you have had in nov 2004:
In file included from ../fontconfig/fcfreetype.h:27,
from ../src/fcint.h:39,
from fc-lang.c:25:
/usr/include/freetype2/freetype/freetype.h:20:2: #error "`ft2build.h' hasn't been included yet!"
/usr/include/freetype2/freetype/freetype.h:21:2: #error "Please always use macros to include FreeType header files."
/usr/include/freetype2/freetype/freetype.h:22:2: #error "Example:"
/usr/include/freetype2/freetype/freetype.h:23:2: #error " #include <ft2build.h>"
/usr/include/freetype2/freetype/freetype.h:24:2: #error " #include FT_FREETYPE_H"
make[2]: *** [fc-lang.o] Error 1
make[2]: Leaving directory `/home/vero/tesi/fontconfig/fontconfig-2.2.1.tar.gz_FILES/fontconfig-2.2.1/fc-lang'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vero/tesi/fontconfig/fontconfig-2.2.1.tar.gz_FILES/fontconfig-2.2.1'
make: *** [all-recursive-am] Error 2
how do you have resolved the problem?
Can someone help me?
original here.