[mythtv-users] Compile .21-fixes under 64 bit

Andrew Burgess aab at cichlid.com
Tue Apr 7 21:59:07 UTC 2009


On Tue, 2009-04-07 at 17:04 -0400, Michelle Dupuis wrote:

> I tried removing all parameters after configure, same error.  Here is the
> relevant part of the error log:
> 
> gcc -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith
> -Wredundant-decls -Wno-pointer-sign -fomit-frame-pointer -c
> cc1: warning: -funit-at-a-time is required for inlining of functions that
> are only called once
> gcc -pthread -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed
> -Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,
> ERROR! You must have FreeType installed to compile MythTV.

Those lines must be truncated, they make no sense

In my ./configure I find:

check_foo_config freetype2 freetype ft2build.h FT_Init_FreeType


try changing it to these three lines:

set -vx 
check_foo_config freetype2 freetype ft2build.h FT_Init_FreeType
set +vx

and see if you can figure out what's going on...

also check that the freetype packages are complete:

rpm -V freetype freetype-devel

Shots in the dark...



More information about the mythtv-users mailing list