List Info

Thread: compilation issue




compilation issue
user name
2007-07-18 04:21:40
Hi friends,
This morning I've updated to current sources and cant
compile the
project under mingw.

Compilation fails with:
gcc -I../libavcodec -I../libavformat
-Wdisabled-optimization
-Wno-pointer-sign -
Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall
-Wno-switch
-Wpointer                                -arith
-Wredundant-decls -O4
-march=prescott -mtune=prescott -pipe -ffast-math -
            fomit-frame-pointer -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SO
 URCE -Ic:/mingw/include/freetype2 -Ic:/mingw/include   -c
-o vo_mga.o
vo_mga.c
vo_mga.c:15:23: error: sys/ioctl.h: No such file or
directory
In file included from c:/mingw/include/unistd.h:10,
                 from vo_mga.c:16:
c:/mingw/include/io.h:233: warning: redundant redeclaration
of 'remove'
c:/mingw/include/stdio.h:174: warning: previous declaration
of 'remove' was here
c:/mingw/include/io.h:234: warning: redundant redeclaration
of 'rename'
c:/mingw/include/stdio.h:175: warning: previous declaration
of 'rename' was here
c:/mingw/include/io.h:243: warning: redundant redeclaration
of '_unlink'
c:/mingw/include/stdio.h:182: warning: previous declaration
of
'_unlink' was her                                e
c:/mingw/include/io.h:292: warning: redundant redeclaration
of 'unlink'
c:/mingw/include/stdio.h:187: warning: previous declaration
of 'unlink' was here
vo_mga.c:18:22: error: sys/mman.h: No such file or
directory
vo_mga.c:19:22: error: linux/fb.h: No such file or
directory
In file included from vo_mga.c:35:
mga_common.c: In function 'vo_mga_flip_page':
mga_common.c:129: warning: implicit declaration of function
'ioctl'
mga_common.c:129: warning: implicit declaration of function
'_IOR'
mga_common.c:129: error: expected expression before 'int'
mga_common.c: In function 'mga_fullscreen':
mga_common.c:226: error: expected expression before
'mga_vid_config_t'
mga_common.c: In function 'control':
mga_common.c:247: error: expected expression before 'int'
mga_common.c:268: error: expected expression before 'int'
mga_common.c:286: error: expected expression before 'int'
mga_common.c: In function 'mga_init':
mga_common.c:392: error: expected expression before
'mga_vid_config_t'
mga_common.c:392: warning: suggest parentheses around
assignment used
as truth v                                alue
mga_common.c:411: error: expected expression before
'mga_vid_config_t'
mga_common.c:421: warning: implicit declaration of function
'mmap'
mga_common.c:421: error: 'PROT_WRITE' undeclared (first use
in this function)
mga_common.c:421: error: (Each undeclared identifier is
reported only once
mga_common.c:421: error: for each function it appears in.)
mga_common.c:421: error: 'MAP_SHARED' undeclared (first use
in this function)
mga_common.c:432: warning: implicit declaration of function
'_IO'
mga_common.c: In function 'mga_uninit':
mga_common.c:441: warning: implicit declaration of function
'munmap'
mga_common.c: In function 'set_window':
mga_common.c:565: error: expected expression before
'mga_vid_config_t'
vo_mga.c: In function 'config':
vo_mga.c:45: error: storage size of 'fbinfo' isn't known
vo_mga.c:48: error: 'FBIOGET_VSCREENINFO' undeclared (first
use in
this function                                )
vo_mga.c:45: warning: unused variable 'fbinfo'
make[1]: *** [vo_mga.o] Error 1
make[1]: Leaving directory `/install/mplayer/libvo'
make: *** [libvo/libvo.a] Error 2

My backup from 3 days back works but current fails. Later I
will
investigate the problem why it fails but now I just want to
inform
you.
Currently I see 2 missing headers. But I think configuration
procedure
have to detect this and must disable mga.

Best wishes

Anatoli Marinov
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwinmplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in

Re: compilation issue
country flaguser name
Germany
2007-07-18 04:44:47
Hello,
On Wed, Jul 18, 2007 at 12:21:40PM +0300, Anatoli Marinov
wrote:
> This morning I've updated to current sources and cant
compile the
> project under mingw.

Configure slipup. Use --disable-mga until it is fixed.

Greetings,
Reimar Döffinger
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwinmplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in

Re: compilation issue
user name
2007-07-18 06:28:39
I still cant compile it. My config flags are:

configuration: --enable-mmx --enable-mmxext --enable-3dnow
--enable-3dnowext --enable-sse --enable-sse2
--prefix=c:/mingw/mplayer_root --enable-gui
--disable-bitmap-font
--enable-largefiles --enable-static --disable-pthreads
--disable-mencoder --disable-mga --disable-xmga

gcc -I../libavcodec -I../libavformat
-Wdisabled-optimization
-Wno-pointer-sign -Wdeclaration-after-statement -I.      
-I..
-I../libavutil -Wall -Wno-switch -Wpointer-arith
-Wredundant-decls -O4
-march=prescott -mtune=prescott -pi      pe -ffast-math
-fomit-frame-pointer -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -Ic:/mingw/      include/freetype2
-Ic:/mingw/include   -c -o win32/preferences.o
win32/preferences.c
gcc -I../libavcodec -I../libavformat
-Wdisabled-optimization
-Wno-pointer-sign -Wdeclaration-after-statement -I.      
-I..
-I../libavutil -Wall -Wno-switch -Wpointer-arith
-Wredundant-decls -O4
-march=prescott -mtune=prescott -pi      pe -ffast-math
-fomit-frame-pointer -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -Ic:/mingw/      include/freetype2
-Ic:/mingw/include   -c -o win32/skinload.o
win32/skinload.c
gcc -I../libavcodec -I../libavformat
-Wdisabled-optimization
-Wno-pointer-sign -Wdeclaration-after-statement -I.      
-I..
-I../libavutil -Wall -Wno-switch -Wpointer-arith
-Wredundant-decls -O4
-march=prescott -mtune=prescott -pi      pe -ffast-math
-fomit-frame-pointer -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -Ic:/mingw/      include/freetype2
-Ic:/mingw/include   -c -o win32/widgetrender.o
win32/widgetrender.c
win32/skinload.c: In function 'pngRead':
win32/skinload.c:120: error: 'FILE' undeclared (first use in
this function)
win32/skinload.c:120: error: (Each undeclared identifier is
reported only once
win32/skinload.c:120: error: for each function it appears
in.)
win32/skinload.c:120: error: 'fp' undeclared (first use in
this function)
win32/skinload.c:125: warning: implicit declaration of
function 'fopen'
win32/skinload.c:128: warning: implicit declaration of
function 'sprintf'
win32/skinload.c:128: warning: incompatible implicit
declaration of
built-in function 'sprintf'
win32/skinload.c:136: warning: implicit declaration of
function 'fclose'
win32/skinload.c:151: warning: pointer type mismatch in
conditional expression
win32/skinload.c: In function 'loadfonts':
win32/skinload.c:537: error: 'FILE' undeclared (first use in
this function)
win32/skinload.c:537: error: 'fp' undeclared (first use in
this function)
win32/skinload.c:538: warning: ISO C90 forbids mixed
declarations and code
win32/skinload.c:543: warning: incompatible implicit
declaration of
built-in function 'sprintf'
win32/skinload.c:549: warning: implicit declaration of
function 'feof'
win32/skinload.c:553: warning: implicit declaration of
function 'fgets'
win32/skinload.c: In function 'loadskin':
win32/skinload.c:613: error: 'FILE' undeclared (first use in
this function)
win32/skinload.c:613: error: 'fp' undeclared (first use in
this function)
win32/skinload.c:614: warning: ISO C90 forbids mixed
declarations and code
win32/skinload.c:634: warning: incompatible implicit
declaration of
built-in function 'sprintf'
In file included from c:/mingw/include/fcntl.h:20,
                 from ../stream/network.h:10,
                 from ../stream/stream.h:64,
                 from ./interface.h:11,
                 from win32/widgetrender.c:28:
c:/mingw/include/io.h:233: warning: redundant redeclaration
of 'remove'
c:/mingw/include/stdio.h:174: warning: previous declaration
of 'remove' was here
c:/mingw/include/io.h:234: warning: redundant redeclaration
of 'rename'
c:/mingw/include/stdio.h:175: warning: previous declaration
of 'rename' was here
c:/mingw/include/io.h:243: warning: redundant redeclaration
of '_unlink'
c:/mingw/include/stdio.h:182: warning: previous declaration
of
'_unlink' was here
c:/mingw/include/io.h:292: warning: redundant redeclaration
of 'unlink'
c:/mingw/include/stdio.h:187: warning: previous declaration
of 'unlink' was here
In file included from c:/mingw/include/fcntl.h:20,
                 from ../stream/network.h:10,
                 from ../stream/stream.h:64,
                 from ./interface.h:11,
                 from win32/preferences.c:33:
c:/mingw/include/io.h:233: warning: redundant redeclaration
of 'remove'
c:/mingw/include/stdio.h:174: warning: previous declaration
of 'remove' was here
c:/mingw/include/io.h:234: warning: redundant redeclaration
of 'rename'
c:/mingw/include/stdio.h:175: warning: previous declaration
of 'rename' was here
c:/mingw/include/io.h:243: warning: redundant redeclaration
of '_unlink'
c:/mingw/include/stdio.h:182: warning: previous declaration
of
'_unlink' was here
c:/mingw/include/io.h:292: warning: redundant redeclaration
of 'unlink'
c:/mingw/include/stdio.h:187: warning: previous declaration
of 'unlink' was here
make[1]: *** [win32/skinload.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from win32/preferences.c:38:
win32/wincfg.h:27: warning: redundant redeclaration of
'skinName'
win32/gui.h:34: warning: previous declaration of 'skinName'
was here
win32/wincfg.h:31: warning: redundant redeclaration of
'gui_save_pos'
./cfg.h:53: warning: previous declaration of 'gui_save_pos'
was here
win32/wincfg.h:32: warning: redundant redeclaration of
'gui_main_pos_x'
./cfg.h:54: warning: previous declaration of
'gui_main_pos_x' was here
win32/wincfg.h:33: warning: redundant redeclaration of
'gui_main_pos_y'
./cfg.h:55: warning: previous declaration of
'gui_main_pos_y' was here
win32/wincfg.h:34: warning: redundant redeclaration of
'gui_sub_pos_x'
./cfg.h:56: warning: previous declaration of 'gui_sub_pos_x'
was here
win32/wincfg.h:35: warning: redundant redeclaration of
'gui_sub_pos_y'
./cfg.h:57: warning: previous declaration of 'gui_sub_pos_y'
was here
win32/wincfg.h:37: warning: redundant redeclaration of
'cfg_read'
./cfg.h:73: warning: previous declaration of 'cfg_read' was
here
win32/wincfg.h:38: warning: redundant redeclaration of
'cfg_write'
./cfg.h:74: warning: previous declaration of 'cfg_write' was
here
make[1]: Leaving directory `/install/mplayer/gui'
make: *** [gui/libgui.a] Error 2
ar r libvo.a aspect.o geometry.o spuenc.o video_out.o
vo_mpegpes.o
vo_null.o vo_yuv4mpeg.o vo_tga.o vo_md5sum.o       vo_gl.o
vo_gl2.o
gl_common.o w32_common.o vo_cvidix.o vo_winvidix.o vo_jpeg.o
vo_pnm.o
vo_gif89a.o vo_directx.o       vosub_vidix.o
c:mingwbinar.exe: creating libvo.a
ranlib libvo.a
make[1]: Leaving directory `/install/mplayer/libvo'

and there is another issue?

Toli
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwinmplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in

Re: compilation issue
country flaguser name
Germany
2007-07-18 07:17:07
Hello,
On Wed, Jul 18, 2007 at 02:28:39PM +0300, Anatoli Marinov
wrote:
[...]
> win32/skinload.c:120: error: 'FILE' undeclared (first
use in this function)
> win32/skinload.c:120: error: (Each undeclared
identifier is reported only once
> win32/skinload.c:120: error: for each function it
appears in.)

That problem should be fixed. No idea why it appeared only
just now.

> make[1]: *** Waiting for unfinished jobs....

Please use make without '-j' option when reporting build
failures, it
makes finding the real error much more difficult.

Greetings,
Reimar Döffinger
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwinmplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in

Re: compilation issue
user name
2007-07-18 07:22:40
Hi,
>
> Please use make without '-j' option when reporting
build failures, it
> makes finding the real error much more difficult.

Opps. Sorry for my preforked make procedure. I forgot
it....

Best Wishes

Toli
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwinmplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in

Re: compilation issue
user name
2007-07-18 07:38:19
Hi,

The problem does not appear anymore with:

#include <stdio.h>

added to skinload.c

Anatoli Marinov
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwinmplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in

Re: compilation issue
country flaguser name
Austria
2007-07-19 14:59:26
I also have compilation problems starting with begin of
July.
I use cygwin, not mingw.

make fails here:

gcc -I../libavcodec -I../libavformat -Wdisabled-optimization
-Wno-pointer-sign -
Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall
-Wno-switch -Wpointer
-arith -Wredundant-decls -O4 -march=pentium4 -mtune=pentium4
-pipe -ffast-math -
fomit-frame-pointer -D__CYGWIN__ -DSYS_CYGWIN
-D_LARGEFILE_SOURCE -D_FILE_OFFSET
_BITS=64 -D_LARGEFILE64_SOURCE
-I/cygdrive/d/cdrtools/mplayer/live/ -I/usr/X11R6
/include -I/usr/local/include/freetype2 -I/usr/local/include
  -c -o vf_rgbtest.
o vf_rgbtest.c
gcc -I../libavcodec -I../libavformat -Wdisabled-optimization
-Wno-pointer-sign -
Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall
-Wno-switch -Wpointer
-arith -Wredundant-decls -O4 -march=pentium4 -mtune=pentium4
-pipe -ffast-math -
fomit-frame-pointer -D__CYGWIN__ -DSYS_CYGWIN
-D_LARGEFILE_SOURCE -D_FILE_OFFSET
_BITS=64 -D_LARGEFILE64_SOURCE
-I/cygdrive/d/cdrtools/mplayer/live/ -I/usr/X11R6
/include -I/usr/local/include/freetype2 -I/usr/local/include
  -c -o vf_rotate.o
 vf_rotate.c
gcc -I../libavcodec -I../libavformat -Wdisabled-optimization
-Wno-pointer-sign -
Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall
-Wno-switch -Wpointer
-arith -Wredundant-decls -O4 -march=pentium4 -mtune=pentium4
-pipe -ffast-math -
fomit-frame-pointer -D__CYGWIN__ -DSYS_CYGWIN
-D_LARGEFILE_SOURCE -D_FILE_OFFSET
_BITS=64 -D_LARGEFILE64_SOURCE
-I/cygdrive/d/cdrtools/mplayer/live/ -I/usr/X11R6
/include -I/usr/local/include/freetype2 -I/usr/local/include
  -c -o vf_sab.o vf
_sab.c
vf_sab.c: In function 'allocStuff':
vf_sab.c:124: warning: assignment from incompatible pointer
type
vf_sab.c: In function 'config':
vf_sab.c:144: warning: 'sh' may be used uninitialized in
this function
vf_sab.c:144: warning: 'sw' may be used uninitialized in
this function
gcc -I../libavcodec -I../libavformat -Wdisabled-optimization
-Wno-pointer-sign -
Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall
-Wno-switch -Wpointer
-arith -Wredundant-decls -O4 -march=pentium4 -mtune=pentium4
-pipe -ffast-math -
fomit-frame-pointer -D__CYGWIN__ -DSYS_CYGWIN
-D_LARGEFILE_SOURCE -D_FILE_OFFSET
_BITS=64 -D_LARGEFILE64_SOURCE
-I/cygdrive/d/cdrtools/mplayer/live/ -I/usr/X11R6
/include -I/usr/local/include/freetype2 -I/usr/local/include
  -c -o vf_scale.o
vf_scale.c
In file included from ../fmt-conversion.h:6,
                 from vf_scale.c:13:
../img_format.h:23:1: warning: "IMGFMT_IS_RGB"
redefined
In file included from vf_scale.c:10:
img_format.h:45:1: warning: this is the location of the
previous definition
In file included from ../fmt-conversion.h:6,
                 from vf_scale.c:13:
../img_format.h:24:1: warning: "IMGFMT_IS_BGR"
redefined
In file included from vf_scale.c:10:
img_format.h:46:1: warning: this is the location of the
previous definition
In file included from ../fmt-conversion.h:6,
                 from vf_scale.c:13:
../img_format.h:26:1: warning: "IMGFMT_RGB_DEPTH"
redefined
In file included from vf_scale.c:10:
img_format.h:48:1: warning: this is the location of the
previous definition
In file included from ../fmt-conversion.h:6,
                 from vf_scale.c:13:
../img_format.h:27:1: warning: "IMGFMT_BGR_DEPTH"
redefined
In file included from vf_scale.c:10:
img_format.h:49:1: warning: this is the location of the
previous definition
In file included from ../fmt-conversion.h:6,
                 from vf_scale.c:13:
../img_format.h:72: error: conflicting types for
'vo_mpegpes_t'
img_format.h:116: error: previous declaration of
'vo_mpegpes_t' was here
../img_format.h:74: error: conflicting types for
'vo_format_name'
img_format.h:118: error: previous declaration of
'vo_format_name' was here
vf_scale.c: In function 'scale':
vf_scale.c:344: warning: 'sws_scale_ordered' is deprecated
(declared at ../libsw
scale/swscale.h:111)
vf_scale.c:349: warning: 'sws_scale_ordered' is deprecated
(declared at ../libsw
scale/swscale.h:111)
vf_scale.c:351: warning: 'sws_scale_ordered' is deprecated
(declared at ../libsw
scale/swscale.h:111)
vf_scale.c:359:92: warning: trigraph ??) ignored, use
-trigraphs to enable
make[1]: *** [vf_scale.o] Error 1
make[1]: Leaving directory
`/cygdrive/d/cdrtools/mplayer/mplayer/libmpcodecs'
make: *** [libmpcodecs/libmpcodecs.a] Error 2

I waited because sometimes compile errors disappear with
later svn
commits.
Any issues?

Thanks in advance.
-- 
mfg Thomas
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwinmplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in

Re: compilation issue
country flaguser name
Germany
2007-07-19 15:29:55
Hello,
On Thu, Jul 19, 2007 at 09:59:26PM +0200, Thomas Plank
wrote:
[...]
> ../img_format.h:72: error: conflicting types for
'vo_mpegpes_t'
> img_format.h:116: error: previous declaration of
'vo_mpegpes_t' was here
> ../img_format.h:74: error: conflicting types for
'vo_format_name'
> img_format.h:118: error: previous declaration of
'vo_format_name' was here

You have a broken/outdated img_format.h lying around
somewhere. TRy
getting a clean checkout.

Greetings,
Reimar Döffinger
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwinmplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in

Re: compilation issue
country flaguser name
Austria
2007-07-19 17:21:46
Reimar Döffinger (Reimar.Doeffingerstud.uni-karlsruhe.de)
wrote:

>> ../img_format.h:72: error: conflicting types for
'vo_mpegpes_t'
>> img_format.h:116: error: previous declaration of
'vo_mpegpes_t' was here
>> ../img_format.h:74: error: conflicting types for
'vo_format_name'
>> img_format.h:118: error: previous declaration of
'vo_format_name' was here

> You have a broken/outdated img_format.h lying around
somewhere. TRy
> getting a clean checkout.

I deleted the corresponding .c and .h file, restored them
via SVN, but the
error stays exactly the same:

gcc -I../libavcodec -I../libavformat -Wdisabled-optimization
-Wno-pointer-sign -
Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall
-Wno-switch -Wpointer
-arith -Wredundant-decls -O4 -march=pentium4 -mtune=pentium4
-pipe -ffast-math -
fomit-frame-pointer -D__CYGWIN__ -DSYS_CYGWIN
-D_LARGEFILE_SOURCE -D_FILE_OFFSET
_BITS=64 -D_LARGEFILE64_SOURCE
-I/cygdrive/d/cdrtools/mplayer/live/ -I/usr/X11R6
/include -I/usr/local/include/freetype2 -I/usr/local/include
  -c -o vf_sab.o vf
_sab.c
vf_sab.c: In function 'allocStuff':
vf_sab.c:124: warning: assignment from incompatible pointer
type
vf_sab.c: In function 'config':
vf_sab.c:144: warning: 'sh' may be used uninitialized in
this function
vf_sab.c:144: warning: 'sw' may be used uninitialized in
this function
gcc -I../libavcodec -I../libavformat -Wdisabled-optimization
-Wno-pointer-sign -
Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall
-Wno-switch -Wpointer
-arith -Wredundant-decls -O4 -march=pentium4 -mtune=pentium4
-pipe -ffast-math -
fomit-frame-pointer -D__CYGWIN__ -DSYS_CYGWIN
-D_LARGEFILE_SOURCE -D_FILE_OFFSET
_BITS=64 -D_LARGEFILE64_SOURCE
-I/cygdrive/d/cdrtools/mplayer/live/ -I/usr/X11R6
/include -I/usr/local/include/freetype2 -I/usr/local/include
  -c -o vf_scale.o
vf_scale.c
In file included from ../fmt-conversion.h:6,
                 from vf_scale.c:13:
../img_format.h:23:1: warning: "IMGFMT_IS_RGB"
redefined
In file included from vf_scale.c:10:
img_format.h:45:1: warning: this is the location of the
previous definition
In file included from ../fmt-conversion.h:6,
                 from vf_scale.c:13:
../img_format.h:24:1: warning: "IMGFMT_IS_BGR"
redefined
In file included from vf_scale.c:10:
img_format.h:46:1: warning: this is the location of the
previous definition
In file included from ../fmt-conversion.h:6,
                 from vf_scale.c:13:
../img_format.h:26:1: warning: "IMGFMT_RGB_DEPTH"
redefined
In file included from vf_scale.c:10:
img_format.h:48:1: warning: this is the location of the
previous definition
In file included from ../fmt-conversion.h:6,
                 from vf_scale.c:13:
../img_format.h:27:1: warning: "IMGFMT_BGR_DEPTH"
redefined
In file included from vf_scale.c:10:
img_format.h:49:1: warning: this is the location of the
previous definition
In file included from ../fmt-conversion.h:6,
                 from vf_scale.c:13:
../img_format.h:72: error: conflicting types for
'vo_mpegpes_t'
img_format.h:116: error: previous declaration of
'vo_mpegpes_t' was here
../img_format.h:74: error: conflicting types for
'vo_format_name'
img_format.h:118: error: previous declaration of
'vo_format_name' was here
vf_scale.c: In function 'scale':
vf_scale.c:344: warning: 'sws_scale_ordered' is deprecated
(declared at ../libsw
scale/swscale.h:111)
vf_scale.c:349: warning: 'sws_scale_ordered' is deprecated
(declared at ../libsw
scale/swscale.h:111)
vf_scale.c:351: warning: 'sws_scale_ordered' is deprecated
(declared at ../libsw
scale/swscale.h:111)
vf_scale.c:359:92: warning: trigraph ??) ignored, use
-trigraphs to enable
make[1]: *** [vf_scale.o] Error 1
make[1]: Leaving directory
`/cygdrive/d/cdrtools/mplayer/mplayer/libmpcodecs'
make: *** [libmpcodecs/libmpcodecs.a] Error 2


Do you how/why this could happen that a file isn't updated
by SVN?
-- 
mfg Thomas
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwinmplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in

Re: compilation issue
user name
2007-07-20 00:17:05
Hello,

I propose you, of course just for the test try to checkout
current
sources in different directory and try to compile them. If
the
compilation procedure stops again I will try to compile the
current
sources with cygwin on my PC to verify the issue.

Anatoli Marinov
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwinmplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in

Re: compilation issue
country flaguser name
Austria
2007-07-21 14:36:18
Anatoli Marinov (anatoli.marinovgmail.com) wrote:

> I propose you, of course just for the test try to
checkout current
> sources in different directory and try to compile
them.

Done. Now, there's another error.
Please have a look at the attached file.
-- 
mfg Thomas

_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwinmplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in
  
Re: compilation issue
user name
2007-07-23 01:21:11
hi,

Can you send us your configure.log file. Maybe you have to
update your
cygwin environment.

Anatoli Marinov
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwinmplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in

Re: compilation issue
country flaguser name
Austria
2007-07-24 09:19:35
Anatoli Marinov (anatoli.marinovgmail.com) wrote:

> Can you send us your configure.log file. Maybe you have
to update your
> cygwin environment.

Thanks for your interest, but my cygwin is up-to-date.
I'll send my configure.log and the whole output of the
compilation.
Error seems to be changing, now he complains about undefined
references in
libvo.a.
Maybe some libs are causing the errors?
-- 
mfg Thomas

_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwinmplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in
  
Re: compilation issue
user name
2007-07-25 10:16:10
On Tue, Jul 24, 2007 at 04:19:35PM +0200, Thomas Plank
wrote:
> Anatoli Marinov (anatoli.marinovgmail.com) wrote:
> 
> > Can you send us your configure.log file. Maybe you
have to update your
> > cygwin environment.
> 
> Thanks for your interest, but my cygwin is up-to-date.
> I'll send my configure.log and the whole output of the
compilation.
> Error seems to be changing, now he complains about
undefined references in
> libvo.a.
> Maybe some libs are causing the errors?

OpenGL linking fails.  You could try to reorder linker flags
or disable
OpenGL.

Diego
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwinmplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in

Re: compilation issue
country flaguser name
Austria
2007-07-25 15:02:55
Diego Biurrun (diegobiurrun.de) wrote:

> On Tue, Jul 24, 2007 at 04:19:35PM +0200, Thomas Plank
wrote:
>> Anatoli Marinov (anatoli.marinovgmail.com) wrote:
>>
>>> Can you send us your configure.log file. Maybe
you have to update your
>>> cygwin environment.
>>
>> Thanks for your interest, but my cygwin is
up-to-date.
>> I'll send my configure.log and the whole output of
the compilation.
>> Error seems to be changing, now he complains about
undefined references in
>> libvo.a.
>> Maybe some libs are causing the errors?

> OpenGL linking fails.  You could try to reorder linker
flags or disable
> OpenGL.

I disabled OpenGL and it works.
I'm  yet rather sure not to have changed anything in my
cygwin environment
except for installing the new gcc version.

So I _might_ think the compile error isn't introduced here.

Thanks for your help!
-- 
mfg Thomas
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwinmplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygw
in

[1-15]

about | contact  Other archives ( Real Estate discussion Medical topics )