Mailing List Archive

Installation Failure with 0.9.1
I've followed the instructions, but continue to get the following when
running make.

My environment is:
redhat 8
mythtv 0.9.1
xmltv 0.5.10
MySQL 4.0.13-0
freetype 2.1.3-6
qt 3.1.1-6
lame 3.93.1-fr1
alsa 0.9.4


Here's the actual errors:
cc1plus: warning: as it has already been specified as a non-system
directory
g++ -o mythepg main.o -L/usr/lib/qt-3.1/lib -L/usr/X11R6/lib
-L../../libs/libmyth -L../../libs/libmythtv -L../../libs/libavcodec
-L../../libs/libvbitext -L../../libs/libavformat -lmythtv -lavformat
-lavcodec -lvbitext -lmyth-0.9 -L/usr/X11R6/lib -lXinerama -lXv -lX11
-lXext -lXxf86vm -lmp3lame -lqt-mt -lXext -lX11 -lm -lpthread
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to
`FcPatternAddInteger'
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to `FcPatternAddBool'
/usr/lib/libXft.so.2: undefined reference to `FcPatternGetBool'
/usr/lib/libXft.so.2: undefined reference to `FcFreeTypeCharSet'
/usr/lib/libXft.so.2: undefined reference to `FcNameUnparse'
/usr/lib/libXft.so.2: undefined reference to `FcNameConstant'
/usr/lib/libXft.so.2: undefined reference to `FcObjectSetDestroy'
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to `FcPatternDuplicate'
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to `FcCharSetHasChar'
/usr/lib/libXft.so.2: undefined reference to `FcFontList'
/usr/lib/libXft.so.2: undefined reference to `FcUtf16ToUcs4'
/usr/lib/libXft.so.2: undefined reference to `FcUtf8ToUcs4'
/usr/lib/libXft.so.2: undefined reference to `FcPatternVaBuild'
/usr/lib/libXft.so.2: undefined reference to `FcPatternGetDouble'
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to `FcCharSetAddChar'
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to `FcPatternGetString'
/usr/lib/libXft.so.2: undefined reference to `FcInit'
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to
`FcPatternGetInteger'
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to
`FcPatternGetCharSet'
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to `FcPatternCreate'
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to `FcPatternAddString'
/usr/lib/libXft.so.2: undefined reference to `FcPatternGet'
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to `FcPatternAddDouble'
/usr/lib/libXft.so.2: undefined reference to `FcConfigSubstitute'
/usr/lib/libXft.so.2: undefined reference to `FcObjectSetCreate'
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to `FcPatternDestroy'
/usr/lib/libXft.so.2: undefined reference to `FcCharSetCount'
/usr/lib/libXft.so.2: undefined reference to `FcNameRegisterObjectTypes'
/usr/lib/libXft.so.2: undefined reference to `FcObjectSetAdd'
/usr/lib/libXft.so.2: undefined reference to `FcPatternAdd'
/usr/lib/libXft.so.2: undefined reference to `FcStrCmpIgnoreCase'
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to
`FcPatternAddCharSet'
/usr/lib/libXft.so.2: undefined reference to `FcConfigGetBlanks'
/usr/lib/libXft.so.2: undefined reference to `FcFreeTypeCharIndex'
/usr/lib/libXft.so.2: undefined reference to `FcNameParse'
/usr/lib/libXft.so.2: undefined reference to `FcPatternGetFTFace'
/usr/lib/libXft.so.2: undefined reference to `FcPatternGetMatrix'
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to `FcCharSetCreate'
/usr/lib/libXft.so.2: undefined reference to `FcPatternPrint'
/usr/lib/libXft.so.2: undefined reference to `FcFontMatch'
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to `FcCharSetDestroy'
/usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to `FcFontSetDestroy'
/usr/lib/libXft.so.2: undefined reference to `FcDefaultSubstitute'
collect2: ld returned 1 exit status
make[2]: *** [mythepg] Error 1
make[2]: Leaving directory `/tmp/MythTV/mythtv-0.9.1/programs/mythepg'
make[1]: *** [sub-mythepg] Error 2
make[1]: Leaving directory `/tmp/MythTV/mythtv-0.9.1/programs'
make: *** [sub-programs] Error 2

THANKS!
Re: Installation Failure with 0.9.1 [ In reply to ]
>>>>> On Fri, 13 Jun 2003 10:28:45 -0500, "Clif J. Smith" <mythtv@cjs226.com> said:

c> I've followed the instructions, but continue to get the following when
c> running make.

[...]

c> Here's the actual errors:
c> cc1plus: warning: as it has already been specified as a non-system
c> directory
c> g++ -o mythepg main.o -L/usr/lib/qt-3.1/lib -L/usr/X11R6/lib
c> -L../../libs/libmyth -L../../libs/libmythtv -L../../libs/libavcodec
c> -L../../libs/libvbitext -L../../libs/libavformat -lmythtv -lavformat
c> -lavcodec -lvbitext -lmyth-0.9 -L/usr/X11R6/lib -lXinerama -lXv -lX11
c> -lXext -lXxf86vm -lmp3lame -lqt-mt -lXext -lX11 -lm -lpthread
c> /usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to
c> `FcPatternAddInteger'


Do you have fontconfig/fontconfig-devel installed? What does
"locate libfontconfig.so" say?
--
Gregorio Gervasio, Jr.
gtgj@pacbell.net
Re: Installation Failure with 0.9.1 [ In reply to ]
I didn't have fontconfig-devel installed. I now have:
fontconfig-2.0-3
fontconfig-devel-2.0-3

When I do a <locate libfontconfig.so>:
/usr/lib/libfontconfig.so.1.0
/usr/lib/libfontconfig.so.1

Any other ideas?

Thanks!


Gregorio Gervasio Jr. wrote:

>>>>>>On Fri, 13 Jun 2003 10:28:45 -0500, "Clif J. Smith" <mythtv@cjs226.com> said:
>>>>>>
>>>>>>
>
>c> I've followed the instructions, but continue to get the following when
>c> running make.
>
>[...]
>
>c> Here's the actual errors:
>c> cc1plus: warning: as it has already been specified as a non-system
>c> directory
>c> g++ -o mythepg main.o -L/usr/lib/qt-3.1/lib -L/usr/X11R6/lib
>c> -L../../libs/libmyth -L../../libs/libmythtv -L../../libs/libavcodec
>c> -L../../libs/libvbitext -L../../libs/libavformat -lmythtv -lavformat
>c> -lavcodec -lvbitext -lmyth-0.9 -L/usr/X11R6/lib -lXinerama -lXv -lX11
>c> -lXext -lXxf86vm -lmp3lame -lqt-mt -lXext -lX11 -lm -lpthread
>c> /usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to
>c> `FcPatternAddInteger'
>
>
> Do you have fontconfig/fontconfig-devel installed? What does
>"locate libfontconfig.so" say?
>
>
Re: Installation Failure with 0.9.1 [ In reply to ]
Well...nevermind... I've decided to ditch my install of Redhat8 and
move to Redhat9. Hopefully that will get me past a couple other issues
and not bring on anymore.

Thanks!

Clif J. Smith wrote:

> I didn't have fontconfig-devel installed. I now have:
> fontconfig-2.0-3
> fontconfig-devel-2.0-3
>
> When I do a <locate libfontconfig.so>:
> /usr/lib/libfontconfig.so.1.0
> /usr/lib/libfontconfig.so.1
>
> Any other ideas?
>
> Thanks!
>
>
> Gregorio Gervasio Jr. wrote:
>
>>>>>>> On Fri, 13 Jun 2003 10:28:45 -0500, "Clif J. Smith"
>>>>>>> <mythtv@cjs226.com> said:
>>>>>>>
>>>>>>
>>
>> c> I've followed the instructions, but continue to get the following
>> when
>> c> running make.
>>
>> [...]
>>
>> c> Here's the actual errors:
>> c> cc1plus: warning: as it has already been specified as a non-system
>> c> directory
>> c> g++ -o mythepg main.o -L/usr/lib/qt-3.1/lib -L/usr/X11R6/lib
>> c> -L../../libs/libmyth -L../../libs/libmythtv -L../../libs/libavcodec
>> c> -L../../libs/libvbitext -L../../libs/libavformat -lmythtv -lavformat
>> c> -lavcodec -lvbitext -lmyth-0.9 -L/usr/X11R6/lib -lXinerama -lXv -lX11
>> c> -lXext -lXxf86vm -lmp3lame -lqt-mt -lXext -lX11 -lm -lpthread
>> c> /usr/lib/qt-3.1/lib/libqt-mt.so: undefined reference to
>> c> `FcPatternAddInteger'
>>
>>
>> Do you have fontconfig/fontconfig-devel installed? What does
>> "locate libfontconfig.so" say?
>>
>>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users@snowman.net
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users