Quoting Raena Lea-Shannon <[EMAIL PROTECTED]>:
On Saturday 06 January 2007 00:29, Valentina Messeri wrote:
Quoting Raena Lea-Shannon <[EMAIL PROTECTED]>:
you got some problems with ogg stuff :)
do you have all development libraries? libogg-dev libvorbis-dev
libtheora-dev?
If yes, problably you need newer version
That worked and I am very close. I still get a make error which is as follows
below. Looking at the error I tried installing the latest version of
quicktime4linux from Hvirtual but it seems no good on AMD64 As I get this
make error. I have hunted google and lists for pointers on compiling q4l on
amd64 without success. I hope Q4L is not the issue.
Q4L make here
cv svn got its libquicktimehv, no need oficial ;)
Here is the Cinelerra make error;
/usr/bin/ld: warning: libraw1394.so.5, needed by /usr/lib/libavc1394.so, may
conflict with libraw1394.so.8
../quicktime/.libs/libquicktimehv.a(mp4a.o): In function
`delete_codec':/home/raena/DownloadApps/hvirtual/quicktime/mp4a.c:61:
undefined reference to `NeAACDecClose'
../quicktime/.libs/libquicktimehv.a(mp4a.o): In function
`decode':/home/raena/DownloadApps/hvirtual/quicktime/mp4a.c:96: undefined
reference to `NeAACDecOpen'
:/home/raena/DownloadApps/hvirtual/quicktime/mp4a.c:97: undefined
reference to
`NeAACDecGetCurrentConfiguration'
:/home/raena/DownloadApps/hvirtual/quicktime/mp4a.c:102: undefined reference
to `NeAACDecSetConfiguration'
:/home/raena/DownloadApps/hvirtual/quicktime/mp4a.c:106: undefined reference
to `NeAACDecInit'
:/home/raena/DownloadApps/hvirtual/quicktime/mp4a.c:143: undefined reference
to `NeAACDecDecode'
collect2: ld returned 1 exit status
make[3]: *** [cinelerra] Error 1
make[3]: Leaving directory `/home/raena/DownloadApps/hvirtual/cinelerra'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/raena/DownloadApps/hvirtual/cinelerra'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/raena/DownloadApps/hvirtual'
make: *** [all] Error 2
[EMAIL PROTECTED]:~/DownloadApps/hvirtual$
it's a faac issue, install libfaac-dev and libfaad2-dev
ciao!
Vale
;)
Vale
> On Friday 05 January 2007 03:10, Valentina Messeri wrote:
>> Quoting Raena Lea-Shannon <[EMAIL PROTECTED]>:
>> > On Friday 05 January 2007 00:06, Valentina Messeri wrote:
>> >> Quoting Raena Lea-Shannon <[EMAIL PROTECTED]>:
>> >>
>> >> hi, i went through almost all thread, but maybe better start from
>> >> beginning ;)))))
>> >>
>> >> which ubuntu distro d'you use?
>> >
>> > kubuntu dapper 6.06 amd64
>> >
>> >> can you past result of your ./configure too ?
>> >
>> > OK I have been using ./configure --with-pic --disable-shared
>> > --enable-static as per advice in one of the Ubuntu Forum threads.
>> >
>> :) start from here, there's something missing:
>> :
>> > Summary of mandatory components:
>> > libogg found
>> > libvorbis found
>> > libvorbisenc found
>> > libvorbisfile found
>> > libtheora found
>> > OpenEXR found
>> > libdv found
>> > libpng found
>> > libjpeg libraries found
>> > libjpeg headers found
>> > libtiff libraries found
>> > libtiff headers found
>> > FreeType 2 found
>> > libx264 libraries found
>> > libx264 headers found
>> > libuuid libraries found
>> > libuuid headers found
>> > mjpegtools found
>> > libfftw3 libraries missing
>> > libfftw3 headers missing
>> > liba52 libraries found
>> > liba52 headers found
>> > libmp3lame libraries found
>> > libmp3lame headers found
>> > libsndfile libraries found
>> > libsndfile headers found
>> > libfaac libraries found
>> > libfaac headers found
>> > libfaad libraries found
>> > libfaad headers found
>> >
>> > Summary of optional components:
>> > ESD subsystem found
>> > ESD (Enlightenment Sound Daemon) is enabled
>> > ALSA subsystem found
>> > ALSA is enabled
>> > libraw1394 found
>> > libiec61883 missing
>> > libavc1394 libraries found
>> > libavc1394 headers found
>> > librom1394 libraries found
>> > librom1394 headers found
>> > Firewire is disabled
>> > OpenGL 2.0 libraries found
>> > Hardware acceleration using OpenGL 2.0 is enabled
>> >
>> > WARNING: Mandatory components are missing; compilation may fail!
>>
>> install libiec61883 and fftw3, then make clean ./configure & make again
>
> Thankyou for this.
>
> I have installed these and now all dependencies are found. But I still
> get a make error as follows:
>
> fileogg.C: In member function ?virtual int FileOGG::open_file(int, int)?:
> fileogg.C:644: error: ?theora_packet_isheader? was not declared in this
> scope fileogg.C:659: error: ?theora_granule_frame? was not declared in
> this scope fileogg.C: In member function ?int
> FileOGG::ogg_get_page_of_frame(sync_window_t*, long int, ogg_page*,
> int64_t)?:
> fileogg.C:1160: error: ?theora_granule_frame? was not declared in this
> scope fileogg.C: In member function ?int
> FileOGG::ogg_seek_to_keyframe(sync_window_t*, long int, int64_t,
> int64_t*)?: fileogg.C:1249: error: ?theora_granule_frame? was not
> declared in this scope fileogg.C: In member function ?virtual int
> FileOGG::read_frame(VFrame*)?: fileogg.C:1474: error:
> ?theora_packet_iskeyframe? was not declared in this scopefileogg.C:1508:
> error: invalid conversion from ?char*? to ?unsigned char*?
> fileogg.C:1508: error: initializing argument 1 of
> ?VFrame::VFrame(unsigned char*, long int, long int, long int, int, int,
> int, long int)?
> fileogg.C: In member function ?int
> FileOGG::write_frames_theora(VFrame***, int, int)?:
> fileogg.C:1928: error: invalid conversion from ?unsigned char*? to
> ?char*? fileogg.C:1929: error: invalid conversion from ?unsigned char*?
> to ?char*? fileogg.C:1930: error: invalid conversion from ?unsigned
> char*? to ?char*? make[3]: *** [fileogg.o] Error 1
> make[3]: Leaving directory `/home/raena/DownloadApps/hvirtual/cinelerra'
> make[2]: *** [all-recursive] Error 1
>
>> :) when the going gets though....
>>
>> Vale
>>
>>
>> encosianima.net
>>
>> ----------------------------------------------------------------
>> This message was sent using IMP, the Internet Messaging Program.
>>
>>
>> _______________________________________________
>> Cinelerra mailing list
>> [email protected]
>> https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
>
> _______________________________________________
> Cinelerra mailing list
> [email protected]
> https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
encosianima.net
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
encosianima.net
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra