Problem with make: undefined reference to `vo_font'
rob homsi <[email protected]>
| Newsgroups | gmane.comp.multimedia.dvdauthor.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I'm having problems making dvdauthor 7.0. I'm using debian squeeze.
Sorry, I don't make bug reports all that often, so please feel free to
correct me if anything is missing. Any ideas on what I'm doing wrong?
Rob
root@marlene:/usr/local/src/dvdauthor# make
Making all in doc
make[1]: Entering directory `/usr/local/src/dvdauthor/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/src/dvdauthor/doc'
Making all in src
make[1]: Entering directory `/usr/local/src/dvdauthor/src'
make all-am
make[2]: Entering directory `/usr/local/src/dvdauthor/src'
gcc -Wall -g -O2 -o spumux subgen.o subgen-parse-xml.o readxml.o
subgen-encode.o subgen-image.o conffile.o compat.o subrender.o
subreader.o subfont.o -lxml2 -lpng -lz -lm -lfreetype -lz
-lfontconfig
subgen.o: In function `textsub_statistics':
/usr/local/src/dvdauthor/src/subgen.c:831: undefined reference to `sub_font'
/usr/local/src/dvdauthor/src/subgen.c:832: undefined reference to `sub_font'
subgen-parse-xml.o: In function `textsub_outline_thickness':
/usr/local/src/dvdauthor/src/subgen-parse-xml.c:378: undefined
reference to `subtitle_font_thickness'
subgen-parse-xml.o: In function `textsub_fontsize':
/usr/local/src/dvdauthor/src/subgen-parse-xml.c:364: undefined
reference to `text_font_scale_factor'
subgen-parse-xml.o: In function `textsub_font':
/usr/local/src/dvdauthor/src/subgen-parse-xml.c:341: undefined
reference to `sub_font'
subgen-parse-xml.o: In function `textsub_shadow_color':
/usr/local/src/dvdauthor/src/subgen-parse-xml.c:401: undefined
reference to `subtitle_shadow_color'
subgen-parse-xml.o: In function `textsub_outline_color':
/usr/local/src/dvdauthor/src/subgen-parse-xml.c:373: undefined
reference to `subtitle_outline_color'
subgen-parse-xml.o: In function `textsub_fill_color':
/usr/local/src/dvdauthor/src/subgen-parse-xml.c:368: undefined
reference to `subtitle_fill_color'
subgen-parse-xml.o: In function `textsub_shadow_offset':
/usr/local/src/dvdauthor/src/subgen-parse-xml.c:392: undefined
reference to `subtitle_shadow_dx'
/usr/local/src/dvdauthor/src/subgen-parse-xml.c:393: undefined
reference to `subtitle_shadow_dy'
subrender.o: In function `vo_update_text_sub':
/usr/local/src/dvdauthor/src/subrender.c:239: undefined reference to `vo_font'
/usr/local/src/dvdauthor/src/subrender.c:248: undefined reference to `vo_font'
/usr/local/src/dvdauthor/src/subrender.c:264: undefined reference to `vo_font'
/usr/local/src/dvdauthor/src/subrender.c:341: undefined reference to `vo_font'
/usr/local/src/dvdauthor/src/subrender.c:319: undefined reference to `vo_font'
subrender.o:/usr/local/src/dvdauthor/src/subrender.c:419: more
undefined references to `vo_font' follow
collect2: ld returned 1 exit status
make[2]: *** [spumux] Error 1
make[2]: Leaving directory `/usr/local/src/dvdauthor/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/src/dvdauthor/src'
make: *** [all-recursive] Error 1
root@marlene:/usr/local/src/dvdauthor# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for DVDOpenFile in -ldvdread... no
checking for getopt_long in -lgnugetopt... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for strndup... yes
checking for getopt_long... yes
checking for setmode... no
checking for Magick-config... no
checking for GraphicsMagick-config... no
checking for zlibVersion in -lz... yes
checking for png_sig_cmp in -lpng... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FONTCONFIG... yes
checking for FRIBIDI... no
checking for FriBidiParType... no
checking for freetype-config... freetype-config
checking ft2build.h usability... yes
checking ft2build.h presence... yes
checking for ft2build.h... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.6.0... yes (version 2.7.7)
checking whether O_BINARY is declared... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing depfiles commands
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev