Hi again, 
I am using Debian wheezy-7.1-amd64 make-3.81 automake-1.11.6 
The only packages I'm missing are sdl >= 1.1.3 & xmms >= 0.9.5.1 
It seems that the latest errors are when make enters 
quicktime/thirdparty/ffmpeg-0.6.1 
The are no warnings or errors in ffmpeg-0.6.1 during ./configure. Configure 
ends with 
no errors. 

checking whether byte ordering is bigendian... (cached) no
creating ./config.status
creating config/config
Writing hvirtual_config.h
Have Video4Linux 2
Have DVB
Have OpenGL 2.0
Configured successfully.  Type 'make' to build me.

while make is running, there are some warnings before this, but no errors. 

make -C thirdparty/ffmpeg-0.6.1
make[3]: Entering directory
`/home/ned17/cinelerra-4.4/quicktime/thirdparty/ffmpeg-0.6.1'
make[3]: Leaving directory
`/home/ned17/cinelerra-4.4/quicktime/thirdparty/ffmpeg-0.6.1'
make[3]: Entering directory
`/home/ned17/cinelerra-4.4/quicktime/thirdparty/ffmpeg-0.6.1'
CC      libavdevice/alldevices.o
CC      libavdevice/avdevice.o
CC      libavdevice/dv1394.o
CC      libavdevice/oss_audio.o
CC      libavdevice/v4l.o
libavdevice/v4l.c:44:29: error: field ‘video_cap’ has incomplete type
libavdevice/v4l.c:45:24: error: field ‘audio_saved’ has incomplete type
libavdevice/v4l.c:46:25: error: field ‘video_win’ has incomplete type
libavdevice/v4l.c:48:23: error: field ‘gb_buffers’ has incomplete type
libavdevice/v4l.c:49:23: error: field ‘gb_buf’ has incomplete type
libavdevice/v4l.c:58:17: error: ‘VIDEO_PALETTE_YUV420P’ undeclared here
(not in a function)
libavdevice/v4l.c:59:17: error: ‘VIDEO_PALETTE_YUV422’ undeclared here
(not in a function)
libavdevice/v4l.c:60:17: error: ‘VIDEO_PALETTE_UYVY’ undeclared here
(not in a function)
libavdevice/v4l.c:61:17: error: ‘VIDEO_PALETTE_YUYV’ undeclared here
(not in a function)
libavdevice/v4l.c:63:17: error: ‘VIDEO_PALETTE_RGB24’ undeclared here
(not in a function)
libavdevice/v4l.c:64:17: error: ‘VIDEO_PALETTE_RGB565’ undeclared here
(not in a function)
libavdevice/v4l.c:65:17: error: ‘VIDEO_PALETTE_GREY’ undeclared here
(not in a function)
libavdevice/v4l.c: In function ‘grab_read_header’:
libavdevice/v4l.c:75:24: error: storage size of ‘tuner’ isn’t known
libavdevice/v4l.c:76:24: error: storage size of ‘audio’ isn’t known
libavdevice/v4l.c:77:26: error: storage size of ‘pict’ isn’t known
libavdevice/v4l.c:87:17: error: request for member ‘width’ in something
not a structure or union
libavdevice/v4l.c:87:5: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:88:17: error: request for member ‘height’ in something
not a structure or union
libavdevice/v4l.c:88:5: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:101:25: error: ‘VIDIOCGCAP’ undeclared (first use in
this function)
libavdevice/v4l.c:101:25: note: each undeclared identifier is reported
only once for each function it appears in
libavdevice/v4l.c:101:5: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:106:23: error: request for member ‘type’ in something
not a structure or union
libavdevice/v4l.c:106:29: error: invalid operands to binary & (have
‘const struct <anonymous> *’ and ‘int’)
libavdevice/v4l.c:112:21: error: request for member ‘width’ in something
not a structure or union
libavdevice/v4l.c:112:48: error: request for member ‘height’ in
something not a structure or union
libavdevice/v4l.c:113:29: error: ‘VIDIOCGWIN’ undeclared (first use in
this function)
libavdevice/v4l.c:113:9: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:119:49: error: request for member ‘width’ in something
not a structure or union
libavdevice/v4l.c:119:69: error: request for member ‘height’ in
something not a structure or union
libavdevice/v4l.c:119:5: warning: passing argument 2 of
‘avcodec_check_dimensions’ makes integer from pointer without a cast
[enabled by default]
In file included from ./libavformat/avformat.h:56:0,
                 from libavdevice/v4l.c:25:
./libavcodec/avcodec.h:3338:5: note: expected ‘unsigned int’ but
argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:119:5: warning: passing argument 3 of
‘avcodec_check_dimensions’ makes integer from pointer without a cast
[enabled by default]
In file included from ./libavformat/avformat.h:56:0,
                 from libavdevice/v4l.c:25:
./libavcodec/avcodec.h:3338:5: note: expected ‘unsigned int’ but
argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:133:42: error: ‘VIDIOCGTUNER’ undeclared (first use in
this function)
libavdevice/v4l.c:133:5: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:135:18: error: request for member ‘mode’ in something
not a structure or union
libavdevice/v4l.c:135:26: error: ‘VIDEO_MODE_PAL’ undeclared (first use
in this function)
libavdevice/v4l.c:135:13: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:137:18: error: request for member ‘mode’ in something
not a structure or union
libavdevice/v4l.c:137:26: error: ‘VIDEO_MODE_SECAM’ undeclared (first
use in this function)
libavdevice/v4l.c:137:13: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:139:18: error: request for member ‘mode’ in something
not a structure or union
libavdevice/v4l.c:139:26: error: ‘VIDEO_MODE_NTSC’ undeclared (first use
in this function)
libavdevice/v4l.c:139:13: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:140:25: error: ‘VIDIOCSTUNER’ undeclared (first use in
this function)
libavdevice/v4l.c:140:9: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:144:10: error: request for member ‘audio’ in something
not a structure or union
libavdevice/v4l.c:144:5: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:145:21: error: ‘VIDIOCGAUDIO’ undeclared (first use in
this function)
libavdevice/v4l.c:145:5: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:146:5: warning: passing argument 3 of ‘memcpy’ makes
integer from pointer without a cast [enabled by default]
In file included from ./libavutil/common.h:37:0,
                 from ./libavutil/avutil.h:81,
                 from ./libavcodec/avcodec.h:30,
                 from ./libavformat/avformat.h:56,
                 from libavdevice/v4l.c:25:
/usr/include/string.h:44:14: note: expected ‘size_t’ but argument is of
type ‘const struct <anonymous> *’
libavdevice/v4l.c:147:10: error: request for member ‘flags’ in something
not a structure or union
libavdevice/v4l.c:147:21: error: ‘VIDEO_AUDIO_MUTE’ undeclared (first
use in this function)
libavdevice/v4l.c:147:20: error: wrong type argument to bit-complement
libavdevice/v4l.c:147:5: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:148:21: error: ‘VIDIOCSAUDIO’ undeclared (first use in
this function)
libavdevice/v4l.c:148:5: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:150:21: error: ‘VIDIOCGPICT’ undeclared (first use in
this function)
libavdevice/v4l.c:150:5: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:160:9: error: request for member ‘palette’ in
something not a structure or union
libavdevice/v4l.c:160:5: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:161:9: error: request for member ‘depth’ in something
not a structure or union
libavdevice/v4l.c:161:5: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:162:50: error: ‘VIDIOCSPICT’ undeclared (first use in
this function)
libavdevice/v4l.c:162:5: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:164:17: error: request for member ‘palette’ in
something not a structure or union
libavdevice/v4l.c:164:13: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:165:17: error: request for member ‘depth’ in something
not a structure or union
libavdevice/v4l.c:165:13: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:166:13: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:173:25: error: ‘VIDIOCGMBUF’ undeclared (first use in
this function)
libavdevice/v4l.c:173:5: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:177:21: error: request for member ‘x’ in something not
a structure or union
libavdevice/v4l.c:177:9: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:178:21: error: request for member ‘y’ in something not a 
structure or union
libavdevice/v4l.c:178:9: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:179:21: error: request for member ‘chromakey’ in
something not a structure or union
libavdevice/v4l.c:179:9: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:180:21: error: request for member ‘flags’ in something
not a structure or union
libavdevice/v4l.c:180:9: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:182:29: error: ‘VIDIOCSWIN’ undeclared (first use in
this function)
libavdevice/v4l.c:182:9: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:187:31: error: request for member ‘palette’ in
something not a structure or union
libavdevice/v4l.c:187:25: warning: assignment makes integer from pointer
without a cast [enabled by default]
libavdevice/v4l.c:190:29: error: ‘VIDIOCCAPTURE’ undeclared (first use
in this function)
libavdevice/v4l.c:190:9: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:198:45: error: request for member ‘size’ in something
not a structure or union
libavdevice/v4l.c:198:9: warning: passing argument 2 of ‘mmap’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:30:0:
/usr/include/x86_64-linux-gnu/sys/mman.h:62:15: note: expected ‘size_t’
but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:200:49: error: request for member ‘size’ in something
not a structure or union
libavdevice/v4l.c:200:13: warning: passing argument 2 of ‘mmap’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:30:0:
/usr/include/x86_64-linux-gnu/sys/mman.h:62:15: note: expected ‘size_t’
but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:210:18: error: request for member ‘frame’ in something
not a structure or union
libavdevice/v4l.c:210:54: error: request for member ‘frames’ in
something not a structure or union
libavdevice/v4l.c:210:39: error: invalid operands to binary % (have
‘int’ and ‘const struct <anonymous> *’)
libavdevice/v4l.c:210:9: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:211:18: error: request for member ‘height’ in
something not a structure or union
libavdevice/v4l.c:211:40: error: request for member ‘height’ in
something not a structure or union
libavdevice/v4l.c:211:9: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:212:18: error: request for member ‘width’ in something
not a structure or union
libavdevice/v4l.c:212:39: error: request for member ‘width’ in something
not a structure or union
libavdevice/v4l.c:212:9: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:213:18: error: request for member ‘format’ in
something not a structure or union
libavdevice/v4l.c:213:32: error: request for member ‘palette’ in
something not a structure or union
libavdevice/v4l.c:213:9: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:215:29: error: ‘VIDIOCMCAPTURE’ undeclared (first use
in this function)
libavdevice/v4l.c:215:9: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:224:38: error: request for member ‘frames’ in
something not a structure or union
libavdevice/v4l.c:224:23: warning: comparison between pointer and
integer [enabled by default]
libavdevice/v4l.c:225:20: error: request for member ‘frame’ in something
not a structure or union
libavdevice/v4l.c:225:11: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:226:11: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:228:36: error: request for member ‘format’ in
something not a structure or union
libavdevice/v4l.c:228:25: warning: assignment makes integer from pointer
without a cast [enabled by default]
libavdevice/v4l.c:234:41: error: request for member ‘width’ in something
not a structure or union
libavdevice/v4l.c:234:62: error: request for member ‘height’ in
something not a structure or union
libavdevice/v4l.c:234:48: error: invalid operands to binary * (have
‘const struct <anonymous> *’ and ‘const struct <anonymous> *’)
libavdevice/v4l.c:234:70: error: invalid operands to binary * (have
‘const struct <anonymous> *’ and ‘int’)
libavdevice/v4l.c:234:95: error: invalid operands to binary / (have
‘const struct <anonymous> *’ and ‘int’)
libavdevice/v4l.c:234:27: warning: assignment makes integer from pointer
without a cast [enabled by default]
libavdevice/v4l.c:247:36: error: request for member ‘width’ in something
not a structure or union
libavdevice/v4l.c:247:22: warning: assignment makes integer from pointer
without a cast [enabled by default]
libavdevice/v4l.c:248:37: error: request for member ‘height’ in
something not a structure or union
libavdevice/v4l.c:248:23: warning: assignment makes integer from pointer
without a cast [enabled by default]
libavdevice/v4l.c:77:26: warning: unused variable
‘pict’ [-Wunused-variable]
libavdevice/v4l.c:76:24: warning: unused variable
‘audio’ [-Wunused-variable]
libavdevice/v4l.c:75:24: warning: unused variable
‘tuner’ [-Wunused-variable]
libavdevice/v4l.c: In function ‘v4l_mm_read_picture’:
libavdevice/v4l.c:263:25: error: ‘VIDIOCSYNC’ undeclared (first use in
this function)
libavdevice/v4l.c:263:5: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:266:39: error: request for member ‘offsets’ in
something not a structure or union
libavdevice/v4l.c:266:24: error: invalid operands to binary + (have
‘uint8_t *’ and ‘const struct <anonymous>’)
libavdevice/v4l.c:266:9: warning: assignment from incompatible pointer
type [enabled by default]
libavdevice/v4l.c:270:14: error: request for member ‘frame’ in something
not a structure or union
libavdevice/v4l.c:270:5: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:271:22: error: ‘VIDIOCMCAPTURE’ undeclared (first use
in this function)
libavdevice/v4l.c:271:5: warning: passing argument 2 of ‘ioctl’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:280:52: error: request for member ‘frames’ in
something not a structure or union
libavdevice/v4l.c:280:37: error: invalid operands to binary % (have
‘int’ and ‘const struct <anonymous> *’)
libavdevice/v4l.c:280:17: warning: assignment makes integer from pointer
without a cast [enabled by default]
libavdevice/v4l.c: In function ‘grab_read_close’:
libavdevice/v4l.c:330:43: error: request for member ‘size’ in something
not a structure or union
libavdevice/v4l.c:330:9: warning: passing argument 2 of ‘munmap’ makes
integer from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:30:0:
/usr/include/x86_64-linux-gnu/sys/mman.h:77:12: note: expected ‘size_t’
but argument is of type ‘const struct <anonymous> *’
libavdevice/v4l.c:334:19: error: request for member ‘flags’ in something
not a structure or union
libavdevice/v4l.c:334:29: error: ‘VIDEO_AUDIO_MUTE’ undeclared (first
use in this function)
libavdevice/v4l.c:334:5: warning: statement with no effect
[-Wunused-value]
libavdevice/v4l.c:335:18: error: ‘VIDIOCSAUDIO’ undeclared (first use in
this function)
libavdevice/v4l.c:335:5: warning: passing argument 2 of ‘ioctl’ makes integer 
from pointer without a cast [enabled by default]
In file included from libavdevice/v4l.c:29:0:
/usr/include/x86_64-linux-gnu/sys/ioctl.h:42:12: note: expected ‘long
unsigned int’ but argument is of type ‘const struct <anonymous> *’
make[3]: *** [libavdevice/v4l.o] Error 1
make[3]: Leaving directory
`/home/ned17/cinelerra-4.4/quicktime/thirdparty/ffmpeg-0.6.1'
make[2]: *** [x86_64/ffmpeg] Error 2
make[2]: Leaving directory `/home/ned17/cinelerra-4.4/quicktime'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ned17/cinelerra-4.4'
make: *** [all] Error 2
ned17@videoathlon:~/cinelerra-4.4$ 

Any help would be greatly appreciated 

CinelerraCV-2.2 won't compile on my system & the deb is unstable and crashes 
all the time. 
The CinelerraHV-4.4 deb is rock stable but x264 rendering output is crap & no 
yuvstream out 
or HD in. 

Thank You for all your work, 
Ned 




_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://lists.skolelinux.org/listinfo/cinelerra

Reply via email to