On Sun, 2013-09-29 at 16:21 +0300, Einar Rünkaru wrote:
> 
> On Fri, Sep 27, 2013 at 8:06 PM, Ned Haskin <feanor2...@covad.net>
> wrote:
>         Hi,
>         What linux distro(s) does this compile correctly on?
>         And this is the src to use? |
>         git clone git://git.cinelerra.org/CinelerraCV.git
>         cinelerra-cv|
> 
> 
> This is the official version of Cinelerra-CV, it should compile on any
> modern Linux distrbution. Please report if it doesn't compile.

> 
> Einar

As mentioned earlier in the month this doesn't compile on wheezy-7.1.0-amd64 
gcc version 4.7.2  I did change the source dir name. I was working with another 
cv dir at the same time.
This is the cv patches from July 4, 2013 with the added ac3 patches from July 6

I get an error in filebase.C 

../guicast/bcpot.h: In member function ‘virtual char* BC_Pot::get_caption()’:
../guicast/bcpot.h:56:39: warning: deprecated conversion from string constant 
to ‘char*’ [-Wwrite-strings]
In file included from filebase.h:38:0,
                 from filebaseaudio.C:25:
../quicktime/ffmpeg/libavcodec/avcodec.h: At global scope:
../quicktime/ffmpeg/libavcodec/avcodec.h:2330:72: warning: ‘ImgReSampleContext’ 
is deprecated (declared at ../quicktime/ffmpeg/libavcodec/avcodec.h:2324) 
[-Wdeprecated-declarations]
../quicktime/ffmpeg/libavcodec/avcodec.h:2340:64: warning: ‘ImgReSampleContext’ 
is deprecated (declared at ../quicktime/ffmpeg/libavcodec/avcodec.h:2324) 
[-Wdeprecated-declarations]
mv -f .deps/fileac3.Tpo .deps/fileac3.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../guicast -I../quicktime -I../libmpeg3   
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 
-DHAVE_FIREWIRE     -DHAVE_ALSA -DHAVE_OSS   -I/usr/include/mjpegtools 
-I/usr/include/mjpegtools/mpeg2enc -I/usr/include/mjpegtools/mplex   -pthread 
-I/usr/include/OpenEXR    -D__STDC_CONSTANT_MACROS -I../quicktime/ffmpeg 
-DPLUGIN_DIR=\"/usr/local/lib/cinelerra-hd\" -g -O2 -MT filebaseima4.o -MD -MP 
-MF .deps/filebaseima4.Tpo -c -o filebaseima4.o filebaseima4.C
In file included from ../guicast/guicast.h:42:0,
                 from assets.h:35,
                 from filebase.C:23:
../guicast/bcpot.h: In member function ‘virtual char* BC_Pot::get_caption()’:
../guicast/bcpot.h:56:39: warning: deprecated conversion from string constant 
to ‘char*’ [-Wwrite-strings]
In file included from filebase.h:38:0,
                 from filebase.C:27:
../quicktime/ffmpeg/libavcodec/avcodec.h: At global scope:
../quicktime/ffmpeg/libavcodec/avcodec.h:2330:72: warning: ‘ImgReSampleContext’ 
is deprecated (declared at ../quicktime/ffmpeg/libavcodec/avcodec.h:2324) 
[-Wdeprecated-declarations]
../quicktime/ffmpeg/libavcodec/avcodec.h:2340:64: warning: ‘ImgReSampleContext’ 
is deprecated (declared at ../quicktime/ffmpeg/libavcodec/avcodec.h:2324) 
[-Wdeprecated-declarations]
filebase.C: In member function ‘void FileBase::append_history(const void*, 
SampleFormat, int, int)’:
filebase.C:320:8: error: ‘SAMPLE_FMT_DBL’ was not declared in this scope
mv -f .deps/fileavi.Tpo .deps/fileavi.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../guicast -I../quicktime -I../libmpeg3   
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 
-DHAVE_FIREWIRE     -DHAVE_ALSA -DHAVE_OSS   -I/usr/include/mjpegtools 
-I/usr/include/mjpegtools/mpeg2enc -I/usr/include/mjpegtools/mplex   -pthread 
-I/usr/include/OpenEXR    -D__STDC_CONSTANT_MACROS -I../quicktime/ffmpeg 
-DPLUGIN_DIR=\"/usr/local/lib/cinelerra-hd\" -g -O2 -MT filebaseulaw.o -MD -MP 
-MF .deps/filebaseulaw.Tpo -c -o filebaseulaw.o filebaseulaw.C
make[3]: *** [filebase.o] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/filebaseaudio.Tpo .deps/filebaseaudio.Po
In file included from ../guicast/guicast.h:42:0,
                 from formattools.h:26,
                 from file.h:35,
                 from filebaseima4.C:24:
../guicast/bcpot.h: In member function ‘virtual char* BC_Pot::get_caption()’:
../guicast/bcpot.h:56:39: warning: deprecated conversion from string constant 
to ‘char*’ [-Wwrite-strings]
In file included from filebase.h:38:0,
                 from filebaseima4.C:25:
../quicktime/ffmpeg/libavcodec/avcodec.h: At global scope:
../quicktime/ffmpeg/libavcodec/avcodec.h:2330:72: warning: ‘ImgReSampleContext’ 
is deprecated (declared at ../quicktime/ffmpeg/libavcodec/avcodec.h:2324) 
[-Wdeprecated-declarations]
../quicktime/ffmpeg/libavcodec/avcodec.h:2340:64: warning: ‘ImgReSampleContext’ 
is deprecated (declared at ../quicktime/ffmpeg/libavcodec/avcodec.h:2324) 
[-Wdeprecated-declarations]
mv -f .deps/filebaseima4.Tpo .deps/filebaseima4.Po
In file included from ../guicast/guicast.h:42:0,
                 from assets.h:35,
                 from filebaseulaw.C:22:
../guicast/bcpot.h: In member function ‘virtual char* BC_Pot::get_caption()’:
../guicast/bcpot.h:56:39: warning: deprecated conversion from string constant 
to ‘char*’ [-Wwrite-strings]
In file included from filebase.h:38:0,
                 from filebaseulaw.C:25:
../quicktime/ffmpeg/libavcodec/avcodec.h: At global scope:
../quicktime/ffmpeg/libavcodec/avcodec.h:2330:72: warning: ‘ImgReSampleContext’ 
is deprecated (declared at ../quicktime/ffmpeg/libavcodec/avcodec.h:2324) 
[-Wdeprecated-declarations]
../quicktime/ffmpeg/libavcodec/avcodec.h:2340:64: warning: ‘ImgReSampleContext’ 
is deprecated (declared at ../quicktime/ffmpeg/libavcodec/avcodec.h:2324) 
[-Wdeprecated-declarations]
mv -f .deps/filebaseulaw.Tpo .deps/filebaseulaw.Po
mv -f .deps/dcraw.Tpo .deps/dcraw.Po
make[3]: Leaving directory `/home/ned17/vid-cap-work/cinelerra-cvhd/cinelerra'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ned17/vid-cap-work/cinelerra-cvhd/cinelerra'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ned17/vid-cap-work/cinelerra-cvhd'
make: *** [all] Error 2
ned17@videoathlon:~/vid-cap-work/cinelerra-cvhd$ 

Thanks, 
Ned 


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

Reply via email to