Mailing List Archive

Compiling problems with mythpg
ok, I have spent several hourse today downloading and installing all the
stuff needed, now the make process halts trying to compile
programs/mythepg with a lot of "undefined reference to "QApplication::*...

I installed the qt3.2 and I am trying to install mythtv in a Suse
7.2-2.4.10 , AMD-K6-III

Do you have any hint about a solution for this compiler problem?

Thanks.

K
Re: Compiling problems with mythpg [ In reply to ]
On Sunday 18 May 2003 06:59 pm, Katarn wrote:
> ok, I have spent several hourse today downloading and installing all the
> stuff needed, now the make process halts trying to compile
> programs/mythepg with a lot of "undefined reference to "QApplication::*...
>
> I installed the qt3.2 and I am trying to install mythtv in a Suse
> 7.2-2.4.10 , AMD-K6-III
>
> Do you have any hint about a solution for this compiler problem?

Generally, this problem arises when you compile a c++ program (ie, mythtv)
with a different compiler version than a dependent c++ library (ie, qt).

Isaac