Avidemux Forum

Avidemux => MacOSX => Topic started by: nibbles on February 26, 2012, 09:40:31 PM

Title: 2.5.6 & svn - compile error with osx funny mangle in vidFlux.cpp w/clang
Post by: nibbles on February 26, 2012, 09:40:31 PM
One of the plugins in Avidemux2 won't compile with clang-3.x on OSX at this point.
I made a short gist of the error, which might be an upstream problem.
But wait you say, it's upstream.
I know, but maybe it's an easy workaround for us.
Ok here is the error: (https://gist.github.com/1919007) 

Is it funny mangle?  Is it the ASM_CONST=0  in

static long int FUNNY_MANGLE(_l_src_pitch) ASM_CONST =0;
Title: Re: 2.5.6 & svn - compile error with osx funny mangle in vidFlux.cpp w/clang
Post by: nibbles on March 11, 2012, 11:42:00 PM
I made a report upstream for this:  http://llvm.org/bugs/show_bug.cgi?id=12244
We should get some help that's useful.
Title: Re: 2.5.6 & svn - compile error with osx funny mangle in vidFlux.cpp w/clang
Post by: nibbles on March 18, 2012, 08:40:13 PM
This has been fixed upstream in clang.  The patch has been merged into their git repo.