On Mon, 5 Nov 2001 01:08:30 -0600
Chris Thompson <[EMAIL PROTECTED]> wrote:

> On Sun, 4 Nov 2001 21:20:46 -0800
> Eugene Kuznetsov <[EMAIL PROTECTED]> wrote:
> 
> > Hello Chris Thompson,
> >  On Sunday 04 November 2001 21:16, you wrote:
> > 
> > >> Hey- I'm getting a the following error during compile of the lastest CVS:
> > >>
> > >> In file included from ../../include/default.h:61,
> > >>                  from ../../include/infotypes.h:4,
> > >>                  from ../../include/aviplay.h:11,
> > >>                  from aviplay_impl.h:4,
> > >>                  from aviplay.cpp:8:
> > >> ../../include/avm_stl.h:162: declaration of `class Key'
> > >> ../../include/avm_stl.h:160:  shadows template parm `class Key'
> > >> ../../include/avm_stl.h:162: declaration of `class Value'
> > >> ../../include/avm_stl.h:160:  shadows template parm `class Value'
> > >> make[2]: *** [aviplay.lo] Error 1
> > >> make[2]: Leaving directory `/opt/downloads/avifile-0.6/lib/aviplay'
> > >> make[1]: *** [all-recursive] Error 1
> > >> make[1]: Leaving directory `/opt/downloads/avifile-0.6/lib'
> > >> make: *** [all-recursive] Error 1
> > 
> > Fixed.
> > 
> > -- 
> > Best regards,
> > Eugene
> > 
> > _______________________________________________
> > Avifile mailing list
> > [EMAIL PROTECTED]
> > http://prak.org/mailman/listinfo/avifile
> 
> Thanks for the immediate response.  ;)  Here's the next compiler error:
> 
> In file included from /usr/include/sys/types.h:209,
>                  from /usr/include/stdlib.h:391,
>                  from vidcapreg.h:39,
>                  from v4lwindow.cpp:3:
> /usr/include/sys/select.h:52: warning: `__NFDBITS' redefined
> /usr/include/linux/posix_types.h:22: warning: this is the location of the previous 
>definition
> /usr/include/sys/select.h:54: warning: `__FDMASK' redefined
> /usr/include/linux/posix_types.h:34: warning: this is the location of the previous 
>definition
> In file included from v4lwindow.cpp:7:
> ccap.h:2: defailt.h: No such file or directory
> make[2]: *** [v4lwindow.o] Error 1
> make[2]: Leaving directory `/opt/downloads/avifile-0.6/samples/qtvidcap'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/opt/downloads/avifile-0.6/samples'
> make: *** [all-recursive] Error 1
> 
> > 
> 
> _______________________________________________
> Avifile mailing list
> [EMAIL PROTECTED]
> http://prak.org/mailman/listinfo/avifile
> 

Ok, heh, sorry for another one... but I believe I fixed the previous error.  It was 
just a simple typo of "default.h".  Yet another popped up along the way though:

In file included from /usr/include/sys/types.h:209,
                 from /usr/include/stdlib.h:391,
                 from vidcapreg.h:39,
                 from v4lwindow.cpp:3:
/usr/include/sys/select.h:52: warning: `__NFDBITS' redefined
/usr/include/linux/posix_types.h:22: warning: this is the location of the previous 
definition
/usr/include/sys/select.h:54: warning: `__FDMASK' redefined
/usr/include/linux/posix_types.h:34: warning: this is the location of the previous 
definition
g++ -DHAVE_CONFIG_H -I. -I. -I../../include   -Wall -Wno-unused -I/usr/X11R6/include 
-I/usr/lib/qt/include  -g  -march=i686 -pipe -c v4lxif.cpp
gcc -DHAVE_CONFIG_H -I. -I. -I../../include   -Wall -Wno-unused -I/usr/X11R6/include 
-I/usr/lib/qt/include  -g  -march=i686 -pipe -c qt_visual.c
g++ -DHAVE_CONFIG_H -I. -I. -I../../include   -Wall -Wno-unused -I/usr/X11R6/include 
-I/usr/lib/qt/include  -g  -march=i686 -pipe -c dsp.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../../include   -Wall -Wno-unused -I/usr/X11R6/include 
-I/usr/lib/qt/include  -g  -march=i686 -pipe -c capproc.cpp
capproc.cpp: In method `CaptureProcess::CaptureProcess(v4lxif *, CaptureConfig *, 
ClosedCaption *)':
capproc.cpp:607: no match for `avm::string & = 
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> >'
../../include/avm_stl.h:40: candidates are: class avm::string & avm::string::operator 
=(const avm::string &)
../../include/avm_stl.h:41:                 class avm::string & avm::string::operator 
=(const char *)
capproc.cpp:609: no match for `avm::string & = 
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> >'
../../include/avm_stl.h:40: candidates are: class avm::string & avm::string::operator 
=(const avm::string &)
../../include/avm_stl.h:41:                 class avm::string & avm::string::operator 
=(const char *)
make[2]: *** [capproc.o] Error 1
make[2]: Leaving directory `/opt/downloads/avifile-0.6/samples/qtvidcap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/downloads/avifile-0.6/samples'
make: *** [all-recursive] Error 1

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to