Opened 14 years ago
Closed 14 years ago
#234 closed defect (invalid)
Build fails on 64-bit Scientific Linux
Reported by: | guest | Owned by: | devel |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | PT server | Version: | arb_5.1 |
Keywords: | Cc: |
Description
I'm using 64-but Scientific Linux 5.4, GCC 4.3.4.
The build gets most of the way but fails in PT_prefixtree.cxx:
PT_prefixtree.cxx: In function ‘POS_TREE* PT_add_to_chain(PTM2*, POS_TREE*, int, int, int)’: PT_prefixtree.cxx:241: error: cast from ‘char*’ to ‘unsigned int’ loses precision PT_prefixtree.cxx: In function ‘POS_TREE* PT_create_leaf(PTM2*, POS_TREE, PT_BASES, int, int, int)’: PT_prefixtree.cxx:321: error: cast from ‘POS_TREE*’ to ‘unsigned int’ loses precision PT_prefixtree.cxx:331: error: cast from ‘POS_TREE*’ to ‘unsigned int’ loses precision PT_prefixtree.cxx:333: error: cast from ‘POS_TREE*’ to ‘unsigned int’ loses precision PT_prefixtree.cxx:339: error: cast from ‘POS_TREE*’ to ‘unsigned int’ loses precision PT_prefixtree.cxx:340: error: cast from ‘void*’ to ‘unsigned int’ loses precision
Change History (2)
comment:1 Changed 14 years ago by guest
comment:2 Changed 14 years ago by westram
- Resolution set to invalid
- Status changed from new to closed
no problem
Please ignore - my fault for not noticing the ARB_64 option in config.makefile. It does build ok.