On Sat, 2006-06-24 at 23:23 +0100, Andrew Benton wrote:
> Lupine wrote:
> > ...however, when I try to 'make' FontForge, I'm getting this error:
> > cvdebug.c
> > cvdebug.c: In function 'DVRegExpose':
> > cvdebug.c:230: error: 'struct TT_SizeRec_' has no member named 'metrics'
> > cvdebug.c: In function 'DVFigureNewState':
> > cvdebug.c:690: error: 'struct TT_SizeRec_' has no member named 'metrics'
> > make[1]: *** [cvdebug.o] Error 1
> > 
> 
> Fontforge compiles fine here. Do you point it towards the freetype 
> source? I untar the freetype source inside the fontforge source like so:
> 
> tar xf ../freetype-$(freetype-config --ftversion).tar.*
> ./configure --with-freetype-src=$(pwd)/freetype-$(freetype-config 
> --ftversion) \
>   --with-freetype-bytecode --prefix=/usr --mandir=/usr/share/man &&
> make &&
> make install
> 
> Andy


Hey thanks!  your instructions got mine to 'make' too...however, it's
not installing.  It fails with this:

make install
...<snip>...
mkdir -p /usr/lib/pkgconfig
/bin/sh ./libtool --mode=install /usr/bin/install -c -c
fontforge.pc /usr/lib/pkgconfig
/usr/bin/install -c -c fontforge.pc /usr/lib/pkgconfig/fontforge.pc
( cd po ; make install )
make[1]: Entering directory `/usr/src/build/fontforge-20060619/po'
mkdir -p /usr/share/locale/es/LC_MESSAGES
/usr/bin/install -c -m 644
es.mo /usr/share/locale/es/LC_MESSAGES/FontForge.mo
mkdir -p /usr/share/locale/fr/LC_MESSAGES
/usr/bin/install -c -m 644
fr.mo /usr/share/locale/fr/LC_MESSAGES/FontForge.mo
mkdir -p /usr/share/locale/it/LC_MESSAGES
/usr/bin/install -c -m 644
it.mo /usr/share/locale/it/LC_MESSAGES/FontForge.mo
mkdir -p /usr/share/locale/ru/LC_MESSAGES
/usr/bin/install -c -m 644
ru.mo /usr/share/locale/ru/LC_MESSAGES/FontForge.mo
mkdir -p /usr/share/locale/ja/LC_MESSAGES
/usr/bin/install -c -m 644
ja.mo /usr/share/locale/ja/LC_MESSAGES/FontForge.mo
mkdir -p /usr/share/locale/vi/LC_MESSAGES
/usr/bin/install -c -m 644
vi.mo /usr/share/locale/vi/LC_MESSAGES/FontForge.mo
/usr/bin/install: cannot stat `vi.mo': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/src/build/fontforge-20060619/po'
make: *** [install_po] Error 2


...did you not see that problem?  Yours installed just fine?

Thanks again....at least I'm a little closer now.

-Lup

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to