<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 08/01/2013 16:19, Malea, Daniel a
      écrit :<br>
    </div>
    <blockquote
cite="mid:0909233DB0CA134EB05251FCC8B1F1752E7BEB39@FMSMSX107.amr.corp.intel.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Hi,<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">I’d
            be glad to help! What kind of problems are you seeing? Also,
            which revisions are you building?<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
      </div>
    </blockquote>
    r167708 (basically the revision of release_32).<br>
    <blockquote
cite="mid:0909233DB0CA134EB05251FCC8B1F1752E7BEB39@FMSMSX107.amr.corp.intel.com"
      type="cite">
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Recent
            buildbot results (using libstdc++/gcc 4.6) are green:<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><a
              moz-do-not-send="true"
              href="http://lab.llvm.org:8011/builders/lldb-x86_64-linux/builds/2135">http://lab.llvm.org:8011/builders/lldb-x86_64-linux/builds/2135</a><o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">However,
            some GCC build fixes did not make it into the release_32
            branch. I think you have to either use clang to build (in
            which case use ./configure –enable-cxx11) or we have to
            apply the GCC build fixes that have been committed to trunk
            after release_32 was branched.<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span><br>
        </p>
      </div>
    </blockquote>
    I am using gcc for now. I fixed some issues and I am now working on
    this one:<br>
    <br>
    LLDBWrapPython.cpp:2966:1: error: previous declaration of 'size_t
    LLDBSwigPythonCallSBInputReaderCallback(void*, lldb::SBInputReader*,
    lldb::InputReaderAction, const char*, size_t)' with 'C++' linkage<br>
    LLDBWrapPython.cpp:48475:57: error: conflicts with new declaration
    with 'C' linkage<br>
    LLDBWrapPython.cpp: In function 'void
    LLDBSwigPythonCallPythonLogOutputCallback(const char*, void*)':<br>
    LLDBWrapPython.cpp:2972:6: error: previous declaration of 'void
    LLDBSwigPythonCallPythonLogOutputCallback(const char*, void*)' with
    'C++' linkage<br>
    LLDBWrapPython.cpp:48512:76: error: conflicts with new declaration
    with 'C' linkage<br>
    LLDBWrapPython.cpp: At global scope:<br>
    <br>
    Sounds familar ?<br>
    <br>
    Thanks,<br>
    Sylvestre<br>
    <br>
  </body>
</html>