|
From: Dinkar B. <hp...@mo...> - 2012-05-23 14:43:04
|
Unfortunately, that did not resolve the issue either... Following is the
error (in a different function):
In file included from libmpcodecs/vd_mpng.c:19:
c:/mingw/include/stdio.h:213:5: warning: "__MINGW_FEATURES__" is not defined
In file included from libmpcodecs/vd_mpng.c:19:
c:/mingw/include/stdio.h:373: warning: no previous prototype for 'getc'
c:/mingw/include/stdio.h:380: warning: no previous prototype for 'putc'
c:/mingw/include/stdio.h:387: warning: no previous prototype for 'getchar'
c:/mingw/include/stdio.h:394: warning: no previous prototype for 'putchar'
In file included from libmpcodecs/vd_mpng.c:19:
c:/mingw/include/stdio.h:536: warning: no previous prototype for 'fopen64'
c:/mingw/include/stdio.h:548: warning: no previous prototype for 'ftello64'
In file included from ./libavutil/common.h:30,
from libmpcodecs/vd_mpng.c:27:
c:/mingw/include/errno.h:91: warning: redundant redeclaration of '_errno'
c:/mingw/include/stdlib.h:137: warning: previous declaration of '_errno'
was here
In file included from c:/mingw/include/fcntl.h:20,
from ./stream/stream.h:28,
from libmpcodecs/vd_internal.h:25,
from libmpcodecs/vd_mpng.c:31:
c:/mingw/include/io.h:373: warning: redundant redeclaration of 'remove'
c:/mingw/include/stdio.h:174: warning: previous declaration of 'remove' was
here
c:/mingw/include/io.h:374: warning: redundant redeclaration of 'rename'
c:/mingw/include/stdio.h:175: warning: previous declaration of 'rename' was
here
c:/mingw/include/io.h:383: warning: redundant redeclaration of '_unlink'
c:/mingw/include/stdio.h:182: warning: previous declaration of '_unlink'
was here
c:/mingw/include/io.h:457: warning: redundant redeclaration of 'unlink'
c:/mingw/include/stdio.h:187: warning: previous declaration of 'unlink' was
here
libmpcodecs/vd_mpng.c: In function 'pngReadFN':
libmpcodecs/vd_mpng.c:77: error: dereferencing pointer to incomplete type
libmpcodecs/vd_mpng.c: In function 'decode':
libmpcodecs/vd_mpng.c:114: error: dereferencing pointer to incomplete type
libmpcodecs/vd_mpng.c:131: error: dereferencing pointer to incomplete type
make: *** [libmpcodecs/vd_mpng.o] Error 1
Thanks,
Dinkar
On Wed, May 23, 2012 at 9:39 AM, Mickaël Raulet <
Mic...@in...> wrote:
> did you try this MinGW Build Environment with gcc 4.2.5 and 4.6.1<http://sourceforge.net/projects/mplayer-win32/files/MinGW/MinGW%20BE%20multi%20Sep2011/MinGW-full-gcc-multi-Sep-2011.7z/download> ?
> This was the website we were using to download minimal sys. I haven't tried
> it since a while, but let me know if it solves your problem.
>
> Mickaël
>
> Le 22 mai 2012 à 16:31, Dinkar Bhat a écrit :
>
> Hello:
>
> I have been trying to compile mplayer on a HP laptop Win64 with MingW and
> Msys. When I run make, after configure --enable-svc, I get an error in
> libswscale:
>
> swscale_template.c: In function 'sws_init_swScale_MMX2':
> swscale_template.c:2965:44: warning: assignment from incompatible pointer
> type [enabled by default]
> swscale_template.c:2980:44: warning: assignment from incompatible pointer
> type [enabled by default]
> swscale_template.c:3025:40: warning: assignment from incompatible pointer
> type [enabled by default]
> {standard input}: Assembler messages:
> {standard input}:16761: Error: operand type mismatch for `cmp'
> make[1]: *** [swscale.o] Error 1
> make: *** [libswscale/libswscale.a] Error 2
> Is there some setting I should set in a makefile?
>
> Thanks for any guidance!
> Dinkar
>
>
>
>
> On Wed, Apr 25, 2012 at 1:57 AM, Mickaël Raulet <
> Mic...@in...> wrote:
>
>> You CAN compile for win64.
>>
>> Envoyé de mon iPad
>>
>> Le 24 avr. 2012 à 23:27, Dinkar Bhat <hp...@mo...> a écrit :
>>
>> > Hello:
>> >
>> > I just read about OpenSVC decoder and I am very interested in knowing
>> if the decoder can be installed on a Win64 machine. From what I read, it
>> seems that it can run on Win32 only (I may be totally wrong here). If not,
>> can you please tell me how I could go about it?
>> >
>> > Thanks
>> > Dinkar
>> >
>> ------------------------------------------------------------------------------
>> > Live Security Virtual Conference
>> > Exclusive live event will cover all the ways today's security and
>> > threat landscape has changed and how IT managers can respond.
>> Discussions
>> > will include endpoint security, mobile security and the latest in
>> malware
>> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> > _______________________________________________
>> > Opensvcdecoder-support mailing list
>> > Ope...@li...
>> > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support
>>
>
>
>
|