Re: [Mjpeg-users] problems compiling mjpegtools under mandrake

2003-08-22 Thread Steven M. Schultz

On Thu, 21 Aug 2003, Bernhard Praschinger wrote:

> Hallo
> 
> >I am using Mandrake 9.1 with Kernel 2.4.21.  I am trying to install
> > mjpeg tools but I am encountering some problems.  First I did
> > ./configure with the path to jpeg-mmx and to quicktime4linux.  I think
> > it went fine, this is the message I got:
> > 
> > MJPEG tools 1.6.1 build configuration :
> > - Quicktime playback/recording  : true
> >   - Quicktime source in :
> > /usr/local/quicktime4linux-1.4-patch
> > - AVI MJPEG playback/recording  : true (always)
> > - libDV (digital video) support : true (>= v0.9.5)
> 
> > lav_io.c: In function `check_DV2_input':
> > lav_io.c:1385: too many arguments to function `dv_decoder_new'
> > lav_io.c:1415: warning: implicit declaration of function
> > `dv_decoder_free'

> Looks like a problem with the libDV. Try to configure it without it
> (--without-dv and/or --without-dv-yv12).

That is the classic incompatibility of libdv and quicktime4linux

Several possible ways to fix the problem:

1) Wait until this weekend - Ronald has promised to create a
   new (1.6.2) release that incorporates support for libquicktime

2) check out the CVS version and use libquicktime (remove 
   quicktime4linux from the system).

3) Simply remove quicktime4linux from the system and build
   mjpegtools without quicktime support

Steven Schultz 



---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] problems compiling mjpegtools under mandrake

2003-08-22 Thread Joëlle Nakhlé

I tried to configure this way:
./configure --with-jpeg-mmx=/usr/local/jpeg-mmx-0.1.4 --with-quicktime=/usr/local/quicktime4linux-1.6.1 --without-dv --without-dv-yv12
But I get these errors now:
Making all in lavtools
make[2]: Entering directory `/usr/local/mjpegtools-1.6.1/lavtools'
/bin/sh ../libtool --mode=link gcc -mcpu=i686 -march=i686 -g -O2 -Wall -Wunused -o liblavfile.la -rpath /usr/local/lib -version-info 1:1:1 -release 1.6 -export-dynamic -lpng -lz -lm -ljpeg -Lno -ldv -lm -L/usr/lib -lglib -lpthread -ldl editlist.lo lav_io.lo avilib.lo
../libtool: line 1: cd: no: No such file or directory
libtool: link: cannot determine absolute directory name of `no'
make[2]: *** [liblavfile.la] Error 1
make[2]: Leaving directory `/usr/local/mjpegtools-1.6.1/lavtools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/mjpegtools-1.6.1'
make: *** [all] Error 2
Does anybody have any other suggestion?
Thanks a lot.
Joelle N.The new  MSN 8:  smart spam protection and 2 months FREE*  


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] problems compiling mjpegtools under mandrake

2003-08-22 Thread Bernhard Praschinger
Hallo

>I am using Mandrake 9.1 with Kernel 2.4.21.  I am trying to install
> mjpeg tools but I am encountering some problems.  First I did
> ./configure with the path to jpeg-mmx and to quicktime4linux.  I think
> it went fine, this is the message I got:
> 
> MJPEG tools 1.6.1 build configuration :
> - Quicktime playback/recording  : true
>   - Quicktime source in :
> /usr/local/quicktime4linux-1.4-patch
> - AVI MJPEG playback/recording  : true (always)
> - libDV (digital video) support : true (>= v0.9.5)

> lav_io.c: In function `check_DV2_input':
> lav_io.c:1385: too many arguments to function `dv_decoder_new'
> lav_io.c:1415: warning: implicit declaration of function
> `dv_decoder_free'
> make[2]: *** [lav_io.lo] Error 1
> make[2]: Leaving directory `/usr/local/mjpegtools-1.6.1/lavtools'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/mjpegtools-1.6.1'
> make: *** [all] Error 2
Lookes like a problem with the libDV. Try to configure it without it
(--without-dv and/or --without-dv-yv12).

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED] [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


[Mjpeg-users] problems compiling mjpegtools under mandrake

2003-08-20 Thread Joëlle Nakhlé

Hi,
   I am using Mandrake 9.1 with Kernel 2.4.21.  I am trying to install mjpeg tools but I am encountering some problems.  First I did ./configure with the path to jpeg-mmx and to quicktime4linux.  I think it went fine, this is the message I got:
MJPEG tools 1.6.1 build configuration :    - X86 Optimizations:      - MMX/3DNow!/SSE enabled      : true      - cmov support enabled        : true* NOTE:                                                                    **   The resultant binaries will ***NOT*** run on a K6 or Pentium CPU       *    - video4linux recording/playback: true    - software MJPEG playback       : true    - movtar playback/recording     : false    - Quicktime playback/recording  : true      - Quicktime source in         : /usr/local/quicktime4linux-1.4-patch    - AVI MJPEG playback/recording  : true (always)    - libDV (digital video) support : true (>= v0.9.5)    - AVIFILE divx encoding support : true    - Gtk+ support for glav         : true    - glibc support for >2GB files  : true
Then, I did 'make'.  But I get some errors:
lav_io.c: In function `check_DV2_input':lav_io.c:1385: too many arguments to function `dv_decoder_new'lav_io.c:1415: warning: implicit declaration of function `dv_decoder_free'make[2]: *** [lav_io.lo] Error 1make[2]: Leaving directory `/usr/local/mjpegtools-1.6.1/lavtools'make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/usr/local/mjpegtools-1.6.1'make: *** [all] Error 2
Does anybody have an idea on how to fix this?
Help is greatly appreciated.
Thanks a lot,
Joelle N.MSN 8 helps  ELIMINATE E-MAIL VIRUSES.  Get 2 months FREE*. 


---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users