You should probably use the latest version as it will have the most features and bug fixes.
There is a list of prerequisite libraries needed to compile in the README file that came with the distro. You don't want to compile any libraries if you can help it. Use synaptic package manager or sudo apt-get install .... to add the rest of the needed libraries from the list in the output from ./configure. You need the libraries themselves as well as the -dev or -devel include files to compile against the libraries. When ./configure finishes you scroll up past the creating ..... lines and to the Checking for SDL. You'll want to have most of those files installed to handle all the different formats. DV and 1394 functionality only install if you have DV camera that attaches with firewire. All the way down to WEED_PLUGIN_UTILS. When you have them installed run ./configure again and check that they were all installed correctly. Then run make and sudo make install. Doug On 13-05-15 02:17 PM, Javi wrote: > Hello!, > > I'm unable to compile 2.0.4 source code. > > I compiled ffmpeg from source to get the newest version and didn't have > luck :| > > tried over a box with Ubuntu 11.04 > > Any clue? > > My prompt: > > ....AR_T=1 -DHAVE_WINT_T=1 -DHAVE_INTMAX_T=1 -DHAVE_POSIX_PRINTF=1 > -DHAVE_STDINT_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 > -DHAVE_STRING_H=1 -DHAVE_ASPRINTF=1 -DHAVE_FWPRINTF=1 -DHAVE_PUTENV=1 > -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_SNPRINTF=1 -DHAVE_WCSLEN=1 > -DHAVE_DECL__SNPRINTF=0 -DHAVE_DECL__SNWPRINTF=0 > -DHAVE_DECL_GETC_UNLOCKED=1 -DHAVE_LANGINFO_CODESET=1 > -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 > -DHAVE_LIBDL=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_LINUX_JOYSTICK_H=1 > -DHAVE_JACK_JACK_H=1 -DHAVE_JACK_TRANSPORT_H=1 -DHAVE_GLEE_H=1 > -DHAVE_LINUX_VIDEODEV2_H=1 -I. -fPIC -DPIC -I/usr/local/include > -I/usr/local/include -Wno-deprecated-declarations -g -O2 -Wall -MT > asf_decoder_la-asf_decoder.lo -MD -MP -MF > .deps/asf_decoder_la-asf_decoder.Tpo -c asf_decoder.c -fPIC -DPIC -o > .libs/asf_decoder_la-asf_decoder.o > asf_decoder.c:66:21: error: return type is an incomplete type > asf_decoder.c: In function 'ff_codec_get_id': > asf_decoder.c:71:7: warning: 'return' with a value, in function > returning void > asf_decoder.c:74:5: warning: implicit declaration of function 'toupper' > asf_decoder.c:78:7: warning: 'return' with a value, in function > returning void > asf_decoder.c:80:3: warning: 'return' with a value, in function > returning void > asf_decoder.c: In function 'attach_stream': > asf_decoder.c:1351:30: error: void value not ignored as it ought to be > asf_decoder.c:2006:3: warning: implicit declaration of function > 'avcodec_open' > asf_decoder.c: In function 'get_frame': > asf_decoder.c:2494:4: warning: format '%ld' expects type 'long int', but > argument 4 has type 'int64_t' > make[3]: *** [asf_decoder_la-asf_decoder.lo] Error 1 > make[3]: se sale del directorio > «/home/javi/Lives/lives-2.0.4/lives-plugins/plugins/decoders» > make[2]: *** [all-recursive] Error 1 > make[2]: se sale del directorio > «/home/javi/Lives/lives-2.0.4/lives-plugins/plugins» > make[1]: *** [all-recursive] Error 1 > make[1]: se sale del directorio «/home/javi/Lives/lives-2.0.4/lives-plugins» > make: *** [all-recursive] Error 1 > > > ------------------------------------------------------------------------------ > AlienVault Unified Security Management (USM) platform delivers complete > security visibility with the essential security capabilities. Easily and > efficiently configure, manage, and operate all of your security controls > from a single console and one unified framework. Download a free trial. > http://p.sf.net/sfu/alienvault_d2d > _______________________________________________ > Lives-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lives-users > ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ Lives-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lives-users
