<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 Stefan,<br>
      <br>
      Could you run this program on your system and then tell me the
      output:<br>
      (the sword/examples/classes folder has an appropriate Makefile to
      build against sword if you want to drop it in that folder and then
      type: make &lt;your filename&gt;.cpp)<br>
      <br>
      #include&lt;sysdata.h&gt;<br>
      #include&lt;stdio.h&gt;<br>
      <br>
      int main(int argc, char **argv) {<br>
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; printf("%ld\n", sizeof(__u64));<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return 0;<br>
      }<br>
      <br>
      <br>
      On 08/24/2014 04:54 AM, Stefan Husmann wrote:<br>
    </div>
    <blockquote cite="mid:53F9D278.4060800@t-online.de" type="cite">
      <pre wrap="">Hello, 

I have problems compiling sword in revision 3249 under Arch Linux 64 bit both using clang++ or g++.

Switching off xz (configure option --without-xz) solves the issue.

I attach the two compile logs, hope it is okay to do so.

Best Regards

Stefan
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
sword-devel mailing list: <a class="moz-txt-link-abbreviated" href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a>
<a class="moz-txt-link-freetext" href="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</a>
Instructions to unsubscribe/change your settings at above page</pre>
    </blockquote>
    <br>
  </body>
</html>