Ticket #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@… |
| Port: | avidemux |
Description (last modified by ryandesign@…) (diff)
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
Change History
comment:3 Changed 22 months ago by ryandesign@…
- Keywords lion added
- Summary changed from Avidemux avidemux-2.5.3_5 fails to build to avidemux @2.5.3_5: error: invalid conversion from ‘const char**’ to ‘char**’
comment:8 Changed 13 months 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 9 months ago by jmr@…
- Keywords iconv removed
- Summary changed from avidemux @2.5.3_5: error: invalid conversion from ‘const char**’ to ‘char**’ to 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 9 months ago by jmr@…
- Status changed from new to closed
- Resolution set to duplicate
Which makes this a duplicate of #30524.
Note: See
TracTickets for help on using
tickets.

