[Kwintv] kwintv compilation error

Gregor Riepl kwintv@mail.kde.org
Thu, 21 Feb 2002 21:18:58 +0100


Yeah, I think I know that kind of problem. GCC3 is still quite buggy.
What version are you using exactly and what kind of processor do you have?
When I tried to compile certain sources for my K6-2 with gcc-3.0.1 
(espacially drivers), it always crashed because the register optimzer had a 
bug which concerns usage of the SI/ESI register. You should try using

gcc -v ...other options... source.c

to get detailed output on where the problem lies.
If the problem is the same as on my machine and you really need GCC3, please 
upgrade at least to 3.0.3 (which doesn't have this bug). If you don't, 2.95.x 
will do the job as well.

Hope this helps,
Greg

On Thursday, 21. February 2002 20:15, Marek Cervenka wrote:
> hi,
>
> sorry for this post, but http://bugzilla.redhat.com/bugzilla doesnt respond
>
> i have problem
> my system rh7.2 + last updates, kernel 2.4.7-10(rh), gcc3
>
> c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kwintv -DQT_CLEAN_NAMESPACE
> -I/usr/include/kde -I/usr/lib/qt-2.3.1/include -I/usr/X11R6/include
> -O2 -fno-exceptions -fno-check-new  -c dsp.cpp
> In file included from /usr/lib/qt-2.3.1/include/qwidget.h:51,
>                  from /usr/lib/qt-2.3.1/include/qapplication.h:42,
>                  from /usr/include/kde/kapp.h:41,
>                  from /usr/include/kde/kuniqueapp.h:24,
>                  from wintv.h:28,
>                  from v4lxif.h:24,
>                  from videoclip.h:6,
>                  from dsp.h:13,
>                  from dsp.cpp:20:
> /usr/lib/qt-2.3.1/include/qsizepolicy.h:96: Internal error: Segmentation
> fault.
> Please submit a full bug report.
> See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.