Opened 10 years ago

Last modified 8 years ago

#42743 closed defect

build error "invalid output constraint '=o'" for mplayer-devel with clang — at Version 1

Reported by: astrofitz (Michael Fitzgerald) Owned by: acho@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: jeremyhu@…
Port: mplayer-devel

Description (last modified by mf2k (Frank Schima))

Hello all,

I am having a build error for mplayer-devel versions 36449_4 (and _3) on OSX 10.6.8 using clang. Version 36449_2 builds OK.

The error in the build log is appended below.

Mike

:info:build In file included from libmpdemux/demux_lavf.c:32:
:info:build ./stream/stream.h:281:50: note: passing argument to parameter 'mem'
here
:info:build static inline int stream_read(stream_t *s, char *mem, int total)
:info:build                                                  ^
:info:build libmpcodecs/vf_fspp.c:1599:48: error: invalid output constraint '=o'
 in asm
:info:build         : "+S"(data), "+D"(output), "+c"(cnt), "=o"(temps)
:info:build                                                ^
:info:build libmpcodecs/vf_fspp.c:1868:57: error: invalid output constraint '=o' in asm
:info:build         : "+S"(workspace), "+D"(output_adr), "+c"(cnt), "=o"(temps)
:info:build                                                         ^
:info:build libmpcodecs/vf_fspp.c:2113:48: error: invalid output constraint '=o' in asm
:info:build         : "+S"(pixels), "+D"(data), "+c"(cnt), "=o"(temps)

Change History (2)

Changed 10 years ago by astrofitz (Michael Fitzgerald)

Attachment: main.log added

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Cc: jeremyhu@… added
Description: modified (diff)
Owner: changed from macports-tickets@… to acho@…

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers mplayer-devel).

Note: See TracTickets for help on using tickets.