[mythtv] Problem with .15 compile on Mandrake 10
Eric Hattemer
eric at hattenator.dyndns.org
Thu May 27 12:09:07 EDT 2004
weaselgod wrote:
> Hmm, looks like I am running into a compiler bug. Anyone have any
> ideas? Below is what I get
>
> Eric
>
> ffv1.c:465: internal compiler error: in find_function_data, at
> function.c:329
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:https://qa.mandrakesoft.com/> for instructions.
This is Mandrake Cooker/10 bug 9704. You can add confirmation to the
bug at qa.mandrakesoft.com. I had different/worse problems with their
compilers, and I still don't know why. What I had to do to solve it was
to compile my own gcc 3.4. Now I have no trouble. gcc 3.4 is
libstdc++6 and mdk qt is compiled with libstdc++5, but it doesn't seem
to be a problem. You can compile your own qt-devel, but you need the
sql stuff in there, and I had trouble with that. Add -fpermissive to
settings.pro ie.
QMAKE_CXXFLAGS_RELEASE = -O3 -march=athlon-xp -mcpu=athlon -mtune=athlon
-fomit-frame-pointer -fpermissive
and then make the fifobuffer changes I stated in my last email.
-Eric Hattemer
More information about the mythtv-dev
mailing list