Error in mjpegtools compile

2004-06-28 Thread Erik Mossberg
Hello,
When I try to build mjpegtools 1.6.2 from ports, compile fails with this 
error:

cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../utils -I/usr/local/include 
-D_THREAD_SAFE -mcpu=i686 -march=i386 -O2 -pipe -funroll-loops 
-ffast-math -march=pentium4 -pthread -Wall -Wunused -MT quantize_x86.lo 
-MD -MP -MF .deps/quantize_x86.Tpo -c quantize_x86.c  -fPIC -DPIC -o 
.libs/quantize_x86.o
{standard input}: Assembler messages:
{standard input}:67: Error: suffix or operands invalid for `movd'
{standard input}:69: Error: suffix or operands invalid for `movd'
{standard input}:77: Error: suffix or operands invalid for `movd'
{standard input}:223: Error: suffix or operands invalid for `movd'
{standard input}:225: Error: suffix or operands invalid for `movd'
{standard input}:233: Error: suffix or operands invalid for `movd'
gmake[2]: *** [quantize_x86.lo] Error 1
gmake[2]: Leaving directory 
`/usr/ports/multimedia/mjpegtools/work/mjpegtools-1.6.2/mpeg2enc'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/multimedia/mjpegtools/work/mjpegtools-1.6.2'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/multimedia/mjpegtools.
My make.conf looks like this:
CPUTYPE=p4
CFLAGS= -O2 -pipe -funroll-loops -ffast-math
COPTFLAGS= -O2 -pipe -funroll-loops -ffast-math
And i'm running FreeBSD 5.2.1-RELEASE-p8, gcc 3.3.3 I think.
Any idea how to go get this working?
Sincerely,
Erik
P.S. I'm not a subscriber of this list, so please CC me in reply.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mjpegtools won't compile

2003-10-14 Thread Fernando Gleiser
On Tue, 14 Oct 2003, Heinrich Rebehn wrote:

> Hi lists,
>
> when i try to compile the mjpegtools port under 5.1, i get:
[snip]
>
> Is anybody able to compile this?

I tried to compile mjpeg tools some time ago and I got the same error.

I was lucky it was in lav2divx which I didn't need, so I copied the other
tools to a subdir and used those. I just needed yuvscaler and such
to make some video CDs from AVIs and MPEGS


Fer

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mjpegtools won't compile

2003-10-14 Thread Rus Foster
On Tue, 14 Oct 2003, Heinrich Rebehn wrote:

> Hi lists,
>
> when i try to compile the mjpegtools port under 5.1, i get:
>
> ##
> Making all in lavtools
> gmake[2]: Entering directory
> `/usr/ports/multimedia/mjpegtools/work/mjpegtools-1.6.1/lavtools'
> source='lav2divx.cpp' object='lav2divx.o' libtool=no \
> depfile='.deps/lav2divx.Po' tmpdepfile='.deps/lav2divx.TPo' \
> depmode=gcc3 /bin/sh ../depcomp \
> c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include

Have you tried contacting the port maintainer?

Rgds

Rus Foster
-- 
w: http://www.jvds.com  | Just Virtual Dedicated Servers
e: [EMAIL PROTECTED]| banners: http://www.jvds.com/banners.php
t: +44 7919 373537  |
t: 1-888-327-6330   | email: [EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mjpegtools won't compile

2003-10-14 Thread Heinrich Rebehn
Hi lists,

when i try to compile the mjpegtools port under 5.1, i get:

##
Making all in lavtools
gmake[2]: Entering directory 
`/usr/ports/multimedia/mjpegtools/work/mjpegtools-1.6.1/lavtools'
source='lav2divx.cpp' object='lav2divx.o' libtool=no \
depfile='.deps/lav2divx.Po' tmpdepfile='.deps/lav2divx.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include 
-DG_LOG_DOMAIN=\"lavtools\" -DLAVPLAY_VERSION=\"1.6.1\" 
-I/usr/X11R6/include -I /usr/X11R6/include -I../utils 
-I/usr/local/include/avifile -I/usr/X11R6/include/gtk12 
-I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include 
-D_THREAD_SAFE  -O -pipe -mcpu=pentiumpro -c -o lav2divx.o `test -f 
'lav2divx.cpp' || echo './'`lav2divx.cpp
In file included from lav2divx.cpp:80:
/usr/local/include/getopt.h:115: declaration of C function `int getopt()'
   conflicts with
/usr/include/unistd.h:377: previous declaration `int getopt(int, char* 
const*,
   const char*)' here
In file included from libavifile.h:51,
 from lav2divx.cpp:92:
/usr/local/include/avifile/fourcc.h:4:2: warning: #warning Use #include 
"avm_fourcc.h" instead
gmake[2]: *** [lav2divx.o] Error 1
gmake[2]: Leaving directory 
`/usr/ports/multimedia/mjpegtools/work/mjpegtools-1.6.1/lavtools'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/multimedia/mjpegtools/work/mjpegtools-1.6.1'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/multimedia/mjpegtools.
###
Is anybody able to compile this?

Heinrich
--
Heinrich Rebehn

University of Bremen
Physics / Electrical and Electronics Engineering
- Department of Telecommunications -
Phone : +49/421/218-4664
Fax   :-3341
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mjpegtools

2003-03-10 Thread Brian Henning
Has anyone built this port lately?
thanks,
brian

depmode=gcc /bin/sh ../depcomp \
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -DG_LOG_DOMAIN=\"lavt
ools\" -DLAVPLAY_VERSION=\"1.6.1\"-I/usr/X11R6/include -I
/usr/X11R6/include -I../utils -I/usr/local/include/avifile -I/usr/X11R6/include/
gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include   -D
_THREAD_SAFE  -O -pipe  -c -o lav2divx.o `test -f 'lav2divx.cpp' || echo
'./'`lav2divx.cpp
lav2divx.cpp:80: getopt.h: No such file or directory
In file included from libavifile.h:51,
 from lav2divx.cpp:92:
/usr/local/include/avifile/fourcc.h:4: warning: #warning Use #include
"avm_fourcc.h" instead
lav2divx.cpp: In function `int main(int, char **)':
lav2divx.cpp:368: elements of array `struct option long_options[]' have
incomplete type
lav2divx.cpp:370: `no_argument' undeclared (first use this function)
lav2divx.cpp:370: (Each undeclared identifier is reported only once
lav2divx.cpp:370: for each function it appears in.)
lav2divx.cpp:372: `required_argument' undeclared (first use this function)
lav2divx.cpp:395: implicit declaration of function `int getopt_long(...)'
lav2divx.cpp:407: invalid use of undefined type `struct option'
lav2divx.cpp:368: forward declaration of `struct option'
gmake[2]: *** [lav2divx.o] Error 1
gmake[2]: Leaving directory
`/usr/ports/multimedia/mjpegtools/work/mjpegtools-1.6.1/lavtools'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/multimedia/mjpegtools/work/mjpegtools-1.6.1'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/multimedia/mjpegtools.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message