<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi!<br>
      I updated my repo based on the recommended commands:<br>
      <div>cd <ns-3></div>
      <div>git pull origin ndnSIM</div>
      <div>cd src/ndnSIM</div>
      <div>git pull origin master</div>
      <br>
      but after completing, i faced with following error when i ran
      "./waf --run=ndn-simple" or any .cc program:<br>
      <br>
      Waf: Entering directory
      `/home/bluebit/Documents/ndnSIM/ns-3/build'<br>
      feature ' ' does not exist - bind at least one method to it<br>
      feature 'n' does not exist - bind at least one method to it<br>
      feature 's' does not exist - bind at least one method to it<br>
      feature '3' does not exist - bind at least one method to it<br>
      feature 'f' does not exist - bind at least one method to it<br>
      feature 'u' does not exist - bind at least one method to it<br>
      feature 'l' does not exist - bind at least one method to it<br>
      feature 'l' does not exist - bind at least one method to it<br>
      feature 'm' does not exist - bind at least one method to it<br>
      feature 'o' does not exist - bind at least one method to it<br>
      feature 'u' does not exist - bind at least one method to it<br>
      feature 'l' does not exist - bind at least one method to it<br>
      feature 'e' does not exist - bind at least one method to it<br>
      feature 'h' does not exist - bind at least one method to it<br>
      feature 'e' does not exist - bind at least one method to it<br>
      feature 'a' does not exist - bind at least one method to it<br>
      feature 'e' does not exist - bind at least one method to it<br>
      feature 'r' does not exist - bind at least one method to it<br>
      feature 's' does not exist - bind at least one method to it<br>
      [ 936/1918] cxx: build/src/ndnSIM/bindings/ns3module.cc ->
      build/src/ndnSIM/bindings/ns3module.cc.7.o<br>
      In file included from src/ndnSIM/bindings/ns3module.cc:1:0:<br>
      src/ndnSIM/bindings/ns3module.h: In member function ‘void
      PyNs3NdnApp__PythonHelper::DoInitialize__parent_caller()’:<br>
      src/ndnSIM/bindings/ns3module.h:1797:7: error: ‘DoInitialize’ is
      not a member of ‘ns3::Application’<br>
      src/ndnSIM/bindings/ns3module.h: In member function ‘void
      PyNs3NdnFace__PythonHelper::DoInitialize__parent_caller()’:<br>
      src/ndnSIM/bindings/ns3module.h:1930:7: error: ‘DoInitialize’ is
      not a member of ‘ns3::Object’<br>
      src/ndnSIM/bindings/ns3module.h: In member function ‘void
PyNs3NdnForwardingStrategy__PythonHelper::DoInitialize__parent_caller()’:<br>
      src/ndnSIM/bindings/ns3module.h:2035:7: error: ‘DoInitialize’ is
      not a member of ‘ns3::Object’<br>
      In file included from src/ndnSIM/bindings/ns3module.cc:1:0:<br>
      src/ndnSIM/bindings/ns3module.h: In member function ‘void
      PyNs3NdnL3Protocol__PythonHelper::DoInitialize__parent_caller()’:<br>
      src/ndnSIM/bindings/ns3module.h:2268:7: error: ‘DoInitialize’ is
      not a member of ‘ns3::Object’<br>
      src/ndnSIM/bindings/ns3module.h: In member function ‘void
      PyNs3NdnLimits__PythonHelper::DoInitialize__parent_caller()’:<br>
      src/ndnSIM/bindings/ns3module.h:2352:7: error: ‘DoInitialize’ is
      not a member of ‘ns3::Object’<br>
      src/ndnSIM/bindings/ns3module.h: In member function ‘void
      PyNs3NdnNetDeviceFace__PythonHelper::DoInitialize__parent_caller()’:<br>
      src/ndnSIM/bindings/ns3module.h:2478:7: error: ‘DoInitialize’ is
      not a member of ‘ns3::Object’<br>
      src/ndnSIM/bindings/ns3module.h: In member function ‘void
      PyNs3NdnRttEstimator__PythonHelper::DoInitialize__parent_caller()’:<br>
      src/ndnSIM/bindings/ns3module.h:2577:7: error: ‘DoInitialize’ is
      not a member of ‘ns3::Object’<br>
      src/ndnSIM/bindings/ns3module.h: In member function ‘void
      PyNs3NdnAppFace__PythonHelper::DoInitialize__parent_caller()’:<br>
      src/ndnSIM/bindings/ns3module.h:2698:7: error: ‘DoInitialize’ is
      not a member of ‘ns3::Object’<br>
      src/ndnSIM/bindings/ns3module.cc: In member function ‘virtual void
      PyNs3NdnApp__PythonHelper::DoInitialize()’:<br>
      src/ndnSIM/bindings/ns3module.cc:5419:9: error: ‘DoInitialize’ is
      not a member of ‘ns3::Application’<br>
      src/ndnSIM/bindings/ns3module.cc: In member function ‘virtual void
      PyNs3NdnFace__PythonHelper::DoInitialize()’:<br>
      src/ndnSIM/bindings/ns3module.cc:7987:9: error: ‘DoInitialize’ is
      not a member of ‘ns3::Object’<br>
      src/ndnSIM/bindings/ns3module.cc: In member function ‘virtual void
      PyNs3NdnForwardingStrategy__PythonHelper::DoInitialize()’:<br>
      src/ndnSIM/bindings/ns3module.cc:13377:9: error: ‘DoInitialize’ is
      not a member of ‘ns3::Object’<br>
      src/ndnSIM/bindings/ns3module.cc: In member function ‘virtual void
      PyNs3NdnL3Protocol__PythonHelper::DoInitialize()’:<br>
      src/ndnSIM/bindings/ns3module.cc:15828:9: error: ‘DoInitialize’ is
      not a member of ‘ns3::Object’<br>
      src/ndnSIM/bindings/ns3module.cc: In member function ‘virtual void
      PyNs3NdnLimits__PythonHelper::DoInitialize()’:<br>
      src/ndnSIM/bindings/ns3module.cc:17175:9: error: ‘DoInitialize’ is
      not a member of ‘ns3::Object’<br>
      src/ndnSIM/bindings/ns3module.cc: In member function ‘virtual void
      PyNs3NdnNetDeviceFace__PythonHelper::DoInitialize()’:<br>
      src/ndnSIM/bindings/ns3module.cc:19037:9: error: ‘DoInitialize’ is
      not a member of ‘ns3::Object’<br>
      src/ndnSIM/bindings/ns3module.cc: In member function ‘virtual void
      PyNs3NdnRttEstimator__PythonHelper::DoInitialize()’:<br>
      src/ndnSIM/bindings/ns3module.cc:20546:9: error: ‘DoInitialize’ is
      not a member of ‘ns3::Object’<br>
      src/ndnSIM/bindings/ns3module.cc: In member function ‘virtual void
      PyNs3NdnAppFace__PythonHelper::DoInitialize()’:<br>
      src/ndnSIM/bindings/ns3module.cc:22989:9: error: ‘DoInitialize’ is
      not a member of ‘ns3::Object’<br>
      Waf: Leaving directory `/home/bluebit/Documents/ndnSIM/ns-3/build'<br>
      Build failed<br>
       -> task in 'ns3module_ndnSIM' failed (exit status 1): <br>
          {task 162111820: cxx ns3module.cc -> ns3module.cc.7.o}<br>
      ['/usr/bin/g++', '-O0', '-ggdb', '-g3', '-Wall', '-Werror',
      '-Wno-error=deprecated-declarations', '-fstrict-aliasing',
      '-Wstrict-aliasing', '-fPIC', '-pthread', '-fno-strict-aliasing',
      '-fwrapv', '-fno-strict-aliasing', '-fvisibility=hidden',
      '-Wno-array-bounds', '-pthread', '-pthread', '-pthread',
      '-fno-strict-aliasing', '-fwrapv', '-fno-strict-aliasing',
      '-Ibuild', '-I.', '-Ibuild/src/ndnSIM/bindings',
      '-Isrc/ndnSIM/bindings', '-I/usr/include/python2.7',
      '-I/usr/include/gtk-2.0',
      '-I/usr/lib/i386-linux-gnu/gtk-2.0/include',
      '-I/usr/include/atk-1.0', '-I/usr/include/cairo',
      '-I/usr/include/gdk-pixbuf-2.0', '-I/usr/include/pango-1.0',
      '-I/usr/include/gio-unix-2.0', '-I/usr/include/glib-2.0',
      '-I/usr/lib/i386-linux-gnu/glib-2.0/include',
      '-I/usr/include/pixman-1', '-I/usr/include/freetype2',
      '-I/usr/include/libpng12', '-I/usr/include/libxml2',
      '-I/usr/local/include', '-DNS3_ASSERT_ENABLE', '-DNS3_LOG_ENABLE',
      '-DHAVE_PACKET_H=1', '-DSQLITE3=1', '-DHAVE_IF_TUN_H=1',
      '-DENABLE_GSL', '-DNS_DEPRECATED=', '-DNS3_DEPRECATED_H',
      '-DNDEBUG', '-DNDEBUG', 'src/ndnSIM/bindings/ns3module.cc', '-c',
      '-o', 'src/ndnSIM/bindings/ns3module.cc.7.o']<br>
      <br>
      <br>
      On 06/14/2013 08:21 ب.ظ, Alex Afanasyev wrote:<br>
    </div>
    <blockquote cite="mid:6279747B-CCF3-41B5-996F-0EEA2766DA16@ucla.edu"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      Hi!
      <div><br>
      </div>
      <div>There are two pieces that should be updated: the NS-3 base
        and ndnSIM itself.</div>
      <div><br>
      </div>
      <div>cd <ns-3></div>
      <div>git pull origin ndnSIM</div>
      <div><br>
      </div>
      <div>cd src/ndnSIM</div>
      <div>git pull origin master</div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div>If these are not working, just try to re-download the whole
        thing, as described in <a moz-do-not-send="true"
          href="http://ndnsim.net/getting-started.html#downloading-ndnsim-source">http://ndnsim.net/getting-started.html#downloading-ndnsim-source</a></div>
      <div><br>
      </div>
      <div>---</div>
      <div>Alex</div>
      <div><br>
      </div>
      <div>On Jun 14, 2013, at 5:44 AM, 陈胜蓝 <<a
          moz-do-not-send="true" href="mailto:blindeafer@163.com">blindeafer@163.com</a>>
        wrote:</div>
      <div>
        <div><br class="Apple-interchange-newline">
          <blockquote type="cite">
            <div style="line-height: 1.7; font-size: 14px; font-family:
              arial; ">Hi All,
              <div>Do you update the code use the command:git pull
                origin master?</div>
              <div>I downloaded the code from google a few months ago
                and today I tried to update the code many times,but
                every time it was susupend when downloading,could you
                tell me what is the reason?</div>
              <div><br>
              </div>
              <div>Reagrds. </div>
            </div>
          </blockquote>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
ndnSIM mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ndnSIM@lists.cs.ucla.edu">ndnSIM@lists.cs.ucla.edu</a>
<a class="moz-txt-link-freetext" href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim">http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim</a>
</pre>
    </blockquote>
  </body>
</html>