Hi Stefan,

Could you run this program on your system and then tell me the output:
(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 <your filename>.cpp)

#include<sysdata.h>
#include<stdio.h>

int main(int argc, char **argv) {

        printf("%ld\n", sizeof(__u64));
        return 0;
}


On 08/24/2014 04:54 AM, Stefan Husmann wrote:
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


_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to