Hi,
I tried running the command:
fink install dvdauthor
All of the dependencies installed, and then during dvdauthor’s
installation, I got:
gcc -Wall -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -g -O2
-I/sw/include/libxml2 -I/sw/include -MD -DSYSCONFDIR="\"/sw/etc\""
-c -o src/textsub.o src/textsub.c
In file included from src/textsub.c:50:
src/subfont.h:8:23: freetype/freetype.h: No such file or directory
In file included from src/textsub.c:50:
src/subfont.h:42: error: parse error before "FT_Face"
src/subfont.h:42: warning: no semicolon at end of struct or union
src/subfont.h:43: warning: type defaults to `int' in declaration of
`glyph_index'
src/subfont.h:43: warning: data definition has no type or storage
class
src/subfont.h:64: error: parse error before '}' token
src/subfont.h:64: warning: type defaults to `int' in declaration of
`font_desc_t'
src/subfont.h:64: warning: data definition has no type or storage
class
src/subfont.h:66: error: parse error before '*' token
src/subfont.h:66: warning: type defaults to `int' in declaration of
`vo_font'
src/subfont.h:66: warning: data definition has no type or storage
class
src/subfont.h:73: error: parse error before '*' token
src/subfont.h:73: warning: type defaults to `int' in declaration of
`read_font_desc_ft'
src/subfont.h:73: warning: data definition has no type or storage
class
src/subfont.h:74: error: parse error before '*' token
src/subfont.h:76: error: parse error before '*' token
src/subfont.h:77: error: parse error before '*' token
src/subfont.h:89: error: parse error before '*' token
src/subfont.h:89: warning: type defaults to `int' in declaration of
`read_font_desc'
src/subfont.h:89: warning: data definition has no type or storage
class
src/textsub.c:108: error: parse error before '*' token
src/textsub.c:108: warning: type defaults to `int' in declaration of
`vo_font'
src/textsub.c:108: warning: data definition has no type or storage
class
src/textsub.c:54: warning: `RCSID' defined but not used
make: *** [src/textsub.o] Error 1
### execution of make failed, exit code 2
Failed: compiling dvdauthor-0.6.10-10 failed
I checked, and I am in fact missing: /usr/X11R6/include/freetype2
Any ideas on how I can get past this error?
Thanks!
william