Search found 1 match

by marklapier
Sun Feb 03, 2008 9:27 pm
Forum: QCAD Community 'How Do I' Questions
Topic: 64 bit compiling issues
Replies: 1
Views: 9514

64 bit compiling issues

qcad will not build on 64 bit gcc. The issue is that the 'int' is 32 bits but the pointer is 64 bits. When the 64 bit 'int*' pointer is dereferenced to the 32 bit 'int' the compiler dies with this error message: "engine/rs_layer.cpp:58: error: cast from ‘const RS_Layer*’ to ‘int’ loses precision" I'...

Go to advanced search