<div dir="ltr"><div>Hi folks,</div><div><br></div><div>With <span style="color:rgb(0,0,0);font-size:13px;background-color:rgb(247,247,247)">Xcode 6.3 provides Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn) I got the following </span>compile error :</div><div>vp8/encoder/vp8_asm_enc_offsets.c:23:1: error: unexpected token in argument list<br><br>DEFINE(vp8_block_coeff,                         offsetof(BLOCK, coeff));<br><br>^<br><br>./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE'<br><br>#define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val))<br><br>                                  ^<br><br><scratch space>:68:2: note: expanded from here<br><br>"vp8_block_coeff"<br><br> ^<br><br><inline asm>:2:21: note: instantiated into assembly here<br><br>vp8_block_coeff EQU $8<br><p class=""><span class="">----------------------</span></p><p class=""><span class="">I found similar issue commented on this: <a href="https://trac.macports.org/ticket/47406">https://trac.macports.org/ticket/47406</a></span></p><p class=""><span class="">It might require the same patch to the make file here for this version.</span></p><p class=""><br></p><p class="">Sebastion,</p><p class="">Let me know if my analysis is correct and where should I put the patch in?</p><p class="">Thanks,</p><p class="">Jing</p><p class=""><span class=""><br></span></p></div></div>