<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi Khairul,<br>
    <br>
    I have just moved from version 1.1 of the xmlrpc-c to the latest
    super stable (1.16) you will need to install it.<br>
    <br>
    Best regards<br>
    Sergio<br>
    <br>
    El 18/05/2011 16:56, Khairul Nadzmi Mohd Yusof escribió:
    <blockquote
      cite="mid:20110518145604.e4c59a2f@csmmail.cybersecurity.my"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <style>BODY{font:10pt Tahoma, Verdana, sans-serif}</style>
      anyone can help me?<br>
      <br>
      Khairul Nadzmi b Mohd Yusof<br>
      <br>
      Analyst, Secure Technology Services (STS)<br>
      Cyber Responsive Services<br>
      CyberSecurity Malaysia<br>
      An Agency Under the Ministry of Science, Technology &amp;
      Innovation (MOSTI)<br>
      <br>
      General Line : +603 8992 6888<br>
      Direct Line : +603 8992 6967<br>
      General Fax : +603 8945 3205<br>
      Mobile : +601 2249 4416<br>
      Email : <a class="moz-txt-link-abbreviated" href="mailto:nadzmi@cybersecurity.my">nadzmi@cybersecurity.my</a><br>
      <br>
      Website : <a class="moz-txt-link-freetext" href="http://www.cybersecurity.my">http://www.cybersecurity.my</a><br>
      <blockquote style="padding-left: 5px; margin-left: 5px;
        border-left: 2px solid rgb(0, 0, 255); margin-right: 0px;">
        <hr><b>From:</b> Khairul Nadzmi Mohd Yusof
        [<a class="moz-txt-link-freetext" href="mailto:nadzmi@cybersecurity.my">mailto:nadzmi@cybersecurity.my</a>]<br>
        <b>To:</b> Development discussion of video media support in
        Asterisk [<a class="moz-txt-link-freetext" href="mailto:asterisk-video@lists.digium.com">mailto:asterisk-video@lists.digium.com</a>]<br>
        <b>Sent:</b> Wed, 18 May 2011 08:51:17 +0800<br>
        <b>Subject:</b> Re: [Asterisk-video] Compiling the MCU<br>
        <br>
        Hi All,<br>
        <br>
        While compiling i got another error, it seems that it cannot
        locate xmlrpc.h and also the xmlrpc-c folder which is being
        declared inside xmlrpcserver.h<br>
        <br>
        <pre>#include &lt;xmlrpc.h&gt;
#include &lt;xmlrpc-c/abyss.h&gt;
#include &lt;xmlrpc-c/server_abyss.h&gt;

This is the compilation error
</pre>
        <br>
        <br>
        In file included from
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:5:<br>
        /usr/src/asterisk/mcu/media/include/xmlrpcserver.h:3:20: error:
        xmlrpc.h: No such file or directory<br>
        /usr/src/asterisk/mcu/media/include/xmlrpcserver.h:4:26: error:
        xmlrpc_abyss.h: No such file or directory<br>
        /usr/src/asterisk/mcu/media/include/xmlrpcserver.h:12: error:
        âTSessionâ has not been declared<br>
        /usr/src/asterisk/mcu/media/include/xmlrpcserver.h:26: error:
        âTSessionâ has not been declared<br>
        /usr/src/asterisk/mcu/media/include/xmlrpcserver.h:27: error:
        âTSessionâ has not been declared<br>
        /usr/src/asterisk/mcu/media/include/xmlrpcserver.h:28: error:
        âTSessionâ has not been declared<br>
        /usr/src/asterisk/mcu/media/include/xmlrpcserver.h:29: error:
        âTSessionâ has not been declared<br>
        /usr/src/asterisk/mcu/media/include/xmlrpcserver.h:30: error:
        âTSessionâ has not been declared<br>
        /usr/src/asterisk/mcu/media/include/xmlrpcserver.h:33: error:
        âTSessionâ has not been declared<br>
        /usr/src/asterisk/mcu/media/include/xmlrpcserver.h:38: error:
        âTServerâ does not name a type<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp: In constructor
        âXmlRpcServer::XmlRpcServer(int)â:<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:18: error:
        âDateInitâ was not declared in this scope<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:21: error:
        âMIMETypeInitâ was not declared in this scope<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:27: error:
        âsrvâ was not declared in this scope<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:27: error:
        âDEFAULT_DOCSâ was not declared in this scope<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:27: error:
        âServerCreateâ was not declared in this scope<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:33: error:
        âServerDefaultHandlerâ was not declared in this scope<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:36: error:
        âServerInitâ was not declared in this scope<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp: In member
        function âint XmlRpcServer::Run()â:<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:67: error:
        âsrvâ was not declared in this scope<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:67: error:
        âServerRunâ was not declared in this scope<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp: At global
        scope:<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:98: error: âint
        XmlRpcServer::RequestHandlerâ is not a static member of âclass
        XmlRpcServerâ<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:98: error:
        âTSessionâ was not declared in this scope<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:98: error:
        expected primary-expression before âconstâ<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:99: error:
        expected â,â or â;â before â{â token<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:114: error:
        âint XmlRpcServer::DispatchRequestâ is not a static member of
        âclass XmlRpcServerâ<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:114: error:
        âTSessionâ was not declared in this scope<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:114: error:
        expected primary-expression before âconstâ<br>
        /usr/src/asterisk/mcu/media/src/xmlrpcserver.cpp:115: error:
        expected â,â or â;â before â{â token<br>
        make[1]: *** [xmlrpcserver.o] Error 1<br>
        make[1]: Leaving directory `/usr/src/asterisk/mcu/media'<br>
        make: *** [all] Error 2<br>
        <br>
        <br>
        Khairul Nadzmi b Mohd Yusof<br>
        <br>
        Analyst, Secure Technology Services (STS)<br>
        Cyber Responsive Services<br>
        CyberSecurity Malaysia<br>
        An Agency Under the Ministry of Science, Technology &amp;
        Innovation (MOSTI)<br>
        <br>
        General Line : +603 8992 6888<br>
        Direct Line : +603 8992 6967<br>
        General Fax : +603 8945 3205<br>
        Mobile : +601 2249 4416<br>
        Email : <a class="moz-txt-link-abbreviated" href="mailto:nadzmi@cybersecurity.my">nadzmi@cybersecurity.my</a><br>
        <br>
        Website : <a class="moz-txt-link-freetext" href="http://www.cybersecurity.my">http://www.cybersecurity.my</a><br>
        <blockquote style="padding-left: 5px; margin-left: 5px;
          border-left: 2px solid rgb(0, 0, 255); margin-right: 0px;">
          <hr><b>From:</b> Sergio Garcia Murillo
          [<a class="moz-txt-link-freetext" href="mailto:sergio.garcia@fontventa.com">mailto:sergio.garcia@fontventa.com</a>]<br>
          <b>To:</b> Development discussion of video media support in
          Asterisk [<a class="moz-txt-link-freetext" href="mailto:asterisk-video@lists.digium.com">mailto:asterisk-video@lists.digium.com</a>]<br>
          <b>Sent:</b> Mon, 16 May 2011 18:00:22 +0800<br>
          <b>Subject:</b> Re: [Asterisk-video] Compiling the MCU<br>
          <br>
          No, leave the FLASHSTREAMER set to "no"<br>
          <br>
          BR<br>
          Sergio<br>
          <br>
          El 16/05/2011 11:48, <a moz-do-not-send="true"
            class="moz-txt-link-abbreviated"
            href="mailto:nadzmi@cybersecurity.my">nadzmi@cybersecurity.my</a>
          escribió:
          <blockquote type="cite"> <font size="2">
              <p>Thank you. Do gnash is required to be installed?<br>
                - Via blackberry -<br>
              </p>
            </font>
            <hr><font size="2">
              <p> ----- Original Message -----<br>
                <b>  From: </b>Sergio Garcia Murillo [<a
                  moz-do-not-send="true"
                  class="moz-txt-link-abbreviated"
                  href="mailto:sergio.garcia@fontventa.com">sergio.garcia@fontventa.com</a>]<br>
                <b>  Sent: </b>05/16/2011 11:44 AM ZE2<br>
                <b>  To: </b>Development discussion of video media
                support in Asterisk <a moz-do-not-send="true"
                  class="moz-txt-link-rfc2396E"
                  href="mailto:asterisk-video@lists.digium.com">&lt;asterisk-video@lists.digium.com&gt;</a><br>
                <b>  Subject: </b>Re: [Asterisk-video] Compiling the
                MCU<br>
              </p>
            </font><br>
            Change the<br>
            <br>
            SRCDIR          = /usr/local/src/mcu<br>
            <br>
            In the config.mk in your mcu directory.<br>
            <br>
            BR<br>
            sergio<br>
            <br>
            El 16/05/2011 11:41, amit anand escribió:
            <blockquote type="cite">Hi<br>
              <br>
              i dont remember exactly but you need to modify the
              makefile<br>
              <br>
              <div class="gmail_quote">On Mon, May 16, 2011 at 14:59,
                Khairul Nadzmi Mohd Yusof <span><a
                    moz-do-not-send="true" class="moz-txt-link-rfc2396E"
                    href="mailto:nadzmi@cybersecurity.my">&lt;nadzmi@cybersecurity.my&gt;</a></span>
                wrote:<br>
                <blockquote class="gmail_quote" style="margin: 0pt 0pt
                  0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204);
                  padding-left: 1ex;">
                  <div> Hi All,<br>
                    <br>
                    I was trying to compile the MCU, but i got this
                    compilation error during make. What did i miss? it
                    seems that it cannot locate the mcu.cpp to compile
                    it to be mcu.o . but the file is inside the src
                    file. I'm not sure what is the requirement for this
                    mcu to be installed<br>
                    <br>
                    mkdir -p bin<br>
                    make -C media<br>
                    make[1]: Entering directory
                    `/usr/src/asterisk/mcu/media'<br>
                    mkdir -p /usr/local/src/mcu/media/build/debug<br>
                    mkdir -p /usr/local/src/mcu/bin//debug<br>
                    make[1]: *** No rule to make target `mcu.o', needed
                    by `mcu'.  Stop.<br>
                    make[1]: Leaving directory
                    `/usr/src/asterisk/mcu/media'<br>
                    make: *** [all] Error 2<br>
                    <br>
                    <br>
                    Khairul Nadzmi b Mohd Yusof<br>
                    <br>
                    Analyst, Secure Technology Services (STS)<br>
                    Cyber Responsive Services<br>
                    CyberSecurity Malaysia<br>
                    An Agency Under the Ministry of Science, Technology
                    &amp; Innovation (MOSTI)<br>
                    <br>
                    General Line : +603 8992 6888<br>
                    Direct Line : +603 8992 6967<br>
                    General Fax : +603 8945 3205<br>
                    Mobile : +601 2249 4416<br>
                    Email : <a moz-do-not-send="true"
                      class="moz-txt-link-abbreviated"
                      href="mailto:nadzmi@cybersecurity.my">nadzmi@cybersecurity.my</a><br>
                    <br>
                    Website : <a moz-do-not-send="true"
                      href="http://www.cybersecurity.my">http://www.cybersecurity.my</a><br>
                    <br>
                    <hr> Disclaimer:<br>
                    <br>
“This email (and any attachment to it) is confidential and intended solely for the use of the individual or entity to whom it is addressed. CyberSecurity Malaysia assumes no liability whatsoever for the content of this email or for the consequences of actions taken based on such content unless it is subsequently confirmed in writing. Unintended recipients are notified that disclosing, copying or distributing of this email, or acting based on its contents, is strictly prohibited; and you are to immediately and permanently delete or destroy this email and notify the sender forthwith.<br>
                  </div>
                  <br>
                  --<br>
_____________________________________________________________________<br>
                  -- Bandwidth and Colocation Provided by <a
                    moz-do-not-send="true"
                    href="http://www.api-digital.com">http://www.api-digital.com</a>
                  --<br>
                  <br>
                  asterisk-video mailing list<br>
                  To UNSUBSCRIBE or update options visit:<br>
                    <a moz-do-not-send="true"
                    href="http://lists.digium.com/mailman/listinfo/asterisk-video">http://lists.digium.com/mailman/listinfo/asterisk-video</a><br>
                </blockquote>
              </div>
              <br>
              <br clear="all">
              <br>
              -- <br>
              <div><br>
              </div>
              <div>Amit Anand</div>
              <div><br>
              </div>
              <div><font size="1"><span style="font-family:
                    arial,sans-serif; border-collapse: collapse;">
                    <h1 style="font-family: arial,sans-serif; margin:
                      12px 5px 5px 10px; padding: 0px; color: rgb(0, 0,
                      0); background: inherit; border-right: inherit;">
                      <span style="padding-right: 10px;">+1 774 264-8024</span></h1>
                  </span></font></div>
              <div><font size="4">+91 9013223047</font></div>
              <div><br>
              </div>
              <br>
              <pre><fieldset class="mimeAttachmentHeader"></fieldset>
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-video">http://lists.digium.com/mailman/listinfo/asterisk-video</a></pre>
            </blockquote>
            <br>
            <br>
            <br>
            <hr> Disclaimer:<br>
            <br>
“This email (and any attachment to it) is confidential and intended solely for the use of the individual or entity to whom it is addressed. CyberSecurity Malaysia assumes no liability whatsoever for the content of this email or for the consequences of actions taken based on such content unless it is subsequently confirmed in writing. Unintended recipients are notified that disclosing, copying or distributing of this email, or acting based on its contents, is strictly prohibited; and you are to immediately and permanently delete or destroy this email and notify the sender forthwith.<br>
            <pre><fieldset class="mimeAttachmentHeader"></fieldset>
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-video">http://lists.digium.com/mailman/listinfo/asterisk-video</a></pre>
            <pre><fieldset class="mimeAttachmentHeader"></fieldset>
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-video">http://lists.digium.com/mailman/listinfo/asterisk-video</a></pre>
          </blockquote>
          <br>
        </blockquote>
        <br>
        <br>
        <hr>
        Disclaimer:<br>
        <br>
“This email (and any attachment to it) is confidential and intended solely for the use of the individual or entity to whom it is addressed. CyberSecurity Malaysia assumes no liability whatsoever for the content of this email or for the consequences of actions taken based on such content unless it is subsequently confirmed in writing. Unintended recipients are notified that disclosing, copying or distributing of this email, or acting based on its contents, is strictly prohibited; and you are to immediately and permanently delete or destroy this email and notify the sender forthwith.<br>
      </blockquote>
      <style>
 BODY {font:10pt Tahoma,Verdana,sans-serif}
 * {color:#000000;}
</style><br>
      <br>
      <hr>
      Disclaimer:<br>
      <br>
“This email (and any attachment to it) is confidential and intended solely for the use of the individual or entity to whom it is addressed. CyberSecurity Malaysia assumes no liability whatsoever for the content of this email or for the consequences of actions taken based on such content unless it is subsequently confirmed in writing. Unintended recipients are notified that disclosing, copying or distributing of this email, or acting based on its contents, is strictly prohibited; and you are to immediately and permanently delete or destroy this email and notify the sender forthwith.<br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-video">http://lists.digium.com/mailman/listinfo/asterisk-video</a></pre>
    </blockquote>
    <br>
  </body>
</html>