<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hello,</p>
    <p>The issue is confirmed:</p>
    <p><a class="moz-txt-link-freetext" href="https://github.com/swig/swig/issues/994">https://github.com/swig/swig/issues/994</a></p>
    <p>The fix will be commited soon.</p>
    <p>Please report any problem on Github next time, or on SWIG mailing
      lists, as you already did for other issues.</p>
    <p>Thanks for your contribution.<br>
    </p>
    <p>Simon Marchetto<br>
    </p>
    <br>
    <div class="moz-cite-prefix">Le 29/05/2017 à 10:48, Aashay Singhal a
      écrit :<br>
    </div>
    <blockquote
cite="mid:CAD-3ee634RJeUCsttzJRvEsOdeRVTa0HypJHj3ikJeu0Ndfd1w@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>Hello everyone,<br>
            <br>
          </div>
          I was trying to run <a moz-do-not-send="true"
href="http://www.swig.org/Doc3.0/Scilab.html#Scilab_wrapping_cpp_classes"
            target="_blank">this</a> example. I wrote the exact code as
          given in the example and changed the module name to 'classes'.
          But I wasn't able to load the shared library in scilab. The
          commands I ran were:<br>
          <br>
          $ swig -scilab -c++ classes.i<br>
          $ g++ -fPIC -c -I/usr/local/include/scilab  classes_wrap.cxx<br>
          $ g++ -shared classes_wrap.o -o libclasses.so<br>
          <br>
          <br>
          The error shown in scilab was the following : <br>
          <a moz-do-not-send="true" href="https://codepaste.net/o1ziok"
            target="_blank">https://codepaste.net/o1ziok</a><br>
        </div>
        <div>Also, among the examples that are already given with SWIG,
          5 of them are giving same error. I am not sure if this a
          problem on Scilab side or SWIG side. <br>
        </div>
        <div><br>
          It would be great if someone can help me with this. <br>
          <br>
          Thanks<br>
        </div>
        Aashay<br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dev@lists.scilab.org">dev@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/dev">http://lists.scilab.org/mailman/listinfo/dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>