Re: [Mjpeg-users] Compiling mjpegtools on Mac Intel (ppmtoy4m)

2007-01-23 Thread Marco Behnke
Steven M. Schultz schrieb: > On Mon, 22 Jan 2007, Marco Behnke wrote: > > Hi - > > >>> The only things I can think of to try are edit the yuvcorrect/Makefile >>> and delete all the "-mtune" and "-march" options - maybe the mismatch >>> the actual cpu type (I do not think Apple is usi

Re: [Mjpeg-users] Compiling mjpegtools on Mac Intel (ppmtoy4m)

2007-01-22 Thread Steven M. Schultz
On Mon, 22 Jan 2007, Marco Behnke wrote: Hi - > > The only things I can think of to try are edit the yuvcorrect/Makefile > > and delete all the "-mtune" and "-march" options - maybe the mismatch > > the actual cpu type (I do not think Apple is using pentium3 cpus) > > That worked fo

Re: [Mjpeg-users] Compiling mjpegtools on Mac Intel (ppmtoy4m)

2007-01-22 Thread Marco Behnke
Steven M. Schultz wrote: > On Fri, 19 Jan 2007, Marco Behnke wrote: > > >>ok, I mastered that step on the ladder this on is a "big & nasty" one... > > >>Making all in yuvcorrect > > ... > >>if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include >>-I../utils -march=pentium

Re: [Mjpeg-users] Compiling mjpegtools on Mac Intel (ppmtoy4m)

2007-01-19 Thread Steven M. Schultz
On Fri, 19 Jan 2007, Marco Behnke wrote: > ok, I mastered that step on the ladder this on is a "big & nasty" one... > Making all in yuvcorrect ... > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include > -I../utils -march=pentium3 -mtune=pentium3 -g -O2 -no-cpp-precomp

Re: [Mjpeg-users] Compiling mjpegtools on Mac Intel (ppmtoy4m)

2007-01-19 Thread Marco Behnke
Steven M. Schultz schrieb: > On Fri, 19 Jan 2007, Bernhard Praschinger wrote: > > >> This is the file you need to edit. >> > channel.hh:150: error: expected primary-expression before '!=' token > >> On my machine I found it in mpeg2enc directory. >> > > Or, sim

Re: [Mjpeg-users] Compiling mjpegtools on Mac Intel (ppmtoy4m)

2007-01-19 Thread Steven M. Schultz
On Fri, 19 Jan 2007, Bernhard Praschinger wrote: > This is the file you need to edit. > >>> channel.hh:150: error: expected primary-expression before '!=' token > > On my machine I found it in mpeg2enc directory. Or, simply do a "cvs update". Sourceforge has been fairly responsive

Re: [Mjpeg-users] Compiling mjpegtools on Mac Intel (ppmtoy4m)

2007-01-19 Thread Bernhard Praschinger
Hallo This is the file you need to edit. >>> channel.hh:150: error: expected primary-expression before '!=' token On my machine I found it in mpeg2enc directory. >> What is even MORE extraordinary is that no other compiler has >> complained :) That's right. I wonder about that too. M

Re: [Mjpeg-users] Compiling mjpegtools on Mac Intel (ppmtoy4m)

2007-01-19 Thread Marco Behnke
Steven M. Schultz wrote: > On Fri, 19 Jan 2007, Marco Behnke wrote: > > >>Ok, got this working so far. configured the latest mjpeg_play cvs and >>have now problems making with this extraordinary error msg: > > > Ah, so you resolved the SDL issue? SDL has always seemed to be the > m

Re: [Mjpeg-users] Compiling mjpegtools on Mac Intel (ppmtoy4m)

2007-01-19 Thread Steven M. Schultz
On Fri, 19 Jan 2007, Marco Behnke wrote: > Ok, got this working so far. configured the latest mjpeg_play cvs and > have now problems making with this extraordinary error msg: Ah, so you resolved the SDL issue? SDL has always seemed to be the most troublesome dependency. > have n

Re: [Mjpeg-users] Compiling mjpegtools on Mac Intel (ppmtoy4m)

2007-01-19 Thread Marco Behnke
Marco Behnke wrote: > Hi there ! > > I experienced a few problems installing mjpegtools on a mac intel > machine (mac powerpc works). > > First I tried Version 1.8.0 which is our favored version and got the > following errors when "make"ing: > > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I