On Saturday 14 July 2001 02:25, L.V.Gandhi wrote:
> I have mdk 8.0 in my system. For me xawtv is working. I wanted to compile
> kwintv 0.8.5. I got the following error.
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/lib/qt2/include
> -I/usr/X11R6/include      -O2 -c kirc.cpp
> kirc.cpp:43: declaration of `int *__errno_location ()' throws different
> exceptions
> /usr/include/bits/errno.h:39: than previous declaration `int
> *__errno_location () throw ()'
> make[3]: *** [kirc.o] Error 1
> make[3]: Leaving directory `/root/kwintv-0.8.5/kwintv'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/root/kwintv-0.8.5/kwintv'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/kwintv-0.8.5'
> make: *** [all-recursive-am] Error 2
> Any help pl.

The compiler is very strict.  gcc 2.95 would probably allow that with a 
warning and produce buggy code.

Well, now is the time to look at the source or to find someone who knows how 
to look at it.  You have the module name and almost any text editor can 
search for the guilty text.

Civileme

Reply via email to