Opened 13 years ago
Closed 12 years ago
#30525 closed defect (duplicate)
avidemux @2.5.3_5: error: unsupported inline asm: input constraint with a matching output constraint of incompatible type!
Reported by: | rampitec@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.0 |
Keywords: | lion | Cc: | max@…, thomas_pape@…, tristan.klocke@…, andy@…, deesto (John S. De Stefano Jr.) |
Port: | avidemux |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Avidemux fails to build under Lion:
$ sudo port install avidemux
:info:configure /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_avidemux/avidemux/work/avidemux_2.5.3/cmake_compile_check/iconv_check.cpp:12: error: invalid conversion from ‘const char**’ to ‘char**’
Attachments (2)
Change History (12)
Changed 13 years ago by rampitec@…
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by max@…
Cc: | max@… added |
---|
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | lion added |
---|---|
Summary: | Avidemux avidemux-2.5.3_5 fails to build → avidemux @2.5.3_5: error: invalid conversion from ‘const char**’ to ‘char**’ |
comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | thomas_pape@… added |
---|
Has duplicate #30654.
comment:7 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | deesto@… added |
---|
Has duplicate #32322.
comment:8 Changed 13 years ago by kato23@…
Try to adapt this Bash script to Mac OS X Lion
(if necessary) to build Avidemux 2.6 (SVN revision 7891)
.
It worked on Mac OS X 10.6.8
using clang-3.1
without getting error: invalid conversion from 'const char**' to 'char**'
or
error: unsupported inline asm: input constraint with a matching output constraint of incompatible type!
.
comment:9 Changed 12 years ago by jmroot (Joshua Root)
Keywords: | iconv removed |
---|---|
Summary: | avidemux @2.5.3_5: error: invalid conversion from ‘const char**’ to ‘char**’ → avidemux @2.5.3_5: error: unsupported inline asm: input constraint with a matching output constraint of incompatible type! |
The iconv test isn't actually failing; the first real error appears to be:
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_avidemux/avidemux/work/avidemux_2.5.3/avidemux/ADM_core/src/ADM_memcpy.cpp:144: error: unsupported inline asm: input constraint with a matching output constraint of incompatible type!
comment:10 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Which makes this a duplicate of #30524.
Note: See
TracTickets for help on using
tickets.
Cc Me!