Einar, used a fresh cinelerra-cv ran 

./autogen.sh
./configure --host=x86_64-pc-linux-gnu --enable-3dnow 
make -j5 

......................................................................................................................................................................rm
 -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po
.......................................................................................................................
 done.
rm -f it.gmo && /usr/bin/msgfmt -c --statistics -o it.gmo it.po
1228 translated messages, 102 fuzzy translations, 77 untranslated messages.
rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po
1370 translated messages, 24 fuzzy translations, 13 untranslated messages.
1397 translated messages, 2 fuzzy translations, 8 untranslated messages.
1396 translated messages, 2 fuzzy translations, 9 untranslated messages.
rm -f sl.gmo && /usr/bin/msgfmt -c --statistics -o sl.gmo sl.po
1209 translated messages, 2 fuzzy translations, 196 untranslated messages.
1029 translated messages, 223 fuzzy translations, 155 untranslated messages.
make[3]: Leaving directory `/home/ned17/cinelerra-cv/po'
touch stamp-po
make[2]: Leaving directory `/home/ned17/cinelerra-cv/po'
Making all in image
make[2]: Entering directory `/home/ned17/cinelerra-cv/image'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ned17/cinelerra-cv/image'
Making all in m4
make[2]: Entering directory `/home/ned17/cinelerra-cv/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ned17/cinelerra-cv/m4'
make[2]: Entering directory `/home/ned17/cinelerra-cv'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/ned17/cinelerra-cv'
make[1]: Leaving directory `/home/ned17/cinelerra-cv'
ned17@videoathlon:~/cinelerra-cv$ 

Found a cinelerra script in the cinelerra dir ran it. 

ned17@videoathlon:~/cinelerra-cv$ cd cinelerra
ned17@videoathlon:~/cinelerra-cv/cinelerra$ ./cinelerra
/home/ned17/cinelerra-cv/cinelerra/.libs/lt-cinelerra: error while
loading shared libraries: libavcodec-cinelerra.so.51: cannot open shared
object file: No such file or directory
ned17@videoathlon:~/cinelerra-cv/cinelerra$ 

I ran ldd on the two files in the /.libs dir and it had 5 missing libraries. 
The odd part is that libavcodec-cinelerra.so.51 & libavutil-cinelerra.so.49 are 
in 
the quicktime/ffmpeg/ subdirectories. They are just not linked correctly. 
The others are missing.  

ned17@videoathlon:~/cinelerra-cv/cinelerra/.libs$ ldd lt-cinelerra
        linux-vdso.so.1 =>  (0x00007fff691ff000)
        libquicktimehv-1.6.0.so.1 => 
/home/ned17/cinelerra-cv/quicktime/.libs/libquicktimehv-1.6.0.so.1 
(0x00007f64c331a000)
        libguicast.so.1 => 
/home/ned17/cinelerra-cv/guicast/.libs/libguicast.so.1 (0x00007f64c304e000)
        libmpeg3hv-1.5.0.so.1 => 
/home/ned17/cinelerra-cv/libmpeg3/.libs/libmpeg3hv-1.5.0.so.1 
(0x00007f64c2e04000)
        libavcodec-cinelerra.so.51 => not found
        libavutil-cinelerra.so.49 => not found
        libvorbisenc.so.2 => /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2 
(0x00007f64c2918000)

ned17@videoathlon:~/cinelerra-cv/cinelerra$ ldd 
/home/ned17/cinelerra-cv/cinelerra/.libs/cinelerra
        linux-vdso.so.1 =>  (0x00007fff2edf0000)
        libquicktimehv-1.6.0.so.1 => not found
        libguicast.so.1 => not found
        libmpeg3hv-1.5.0.so.1 => not found
        libavcodec-cinelerra.so.51 => not found
        libavutil-cinelerra.so.49 => not found
        libvorbisenc.so.2 => /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2 
(0x00007f5176d37000) 

Thanks, 
Ned 

On Thu, 2013-08-29 at 20:51 +0300, Einar Rünkaru wrote:

>         >
>         
> Found.  FileBase::append_history is added by patches from Arvind.
> SAMPLE_FMT_DBL also.
> 
> 
> Can you try to compile CV without the patches?
> 
> 
>         >
>         > Did you configure with internal ffmpeg?
>         
>         
>         I didn't give ./configure any options. I have ffmpeg-2
>         compiled is internal preferred?
>         Looking at ./configure -help   shouldn't it default to
>         internal?
> 
> 
> Yes
> 
> 
> Einar
> 


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

Reply via email to