View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000027 | QElectroTech | website | public | 2009-09-08 15:45 | 2021-02-15 00:52 |
Reporter | scorpio810_mantis | Assigned To | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.2 | ||||
Fixed in Version | 0.21 | ||||
Summary | 0000027: FTBS on arm arch | ||||
Description | sources/borderinset.cpp: In member function 'void BorderInset::setColumnsHeaderHeight(const qreal&)': sources/borderinset.cpp:354: error: no matching function for call to 'qBound(double, const float&, double)' sources/borderinset.cpp: In member function 'void BorderInset::setRowsHeaderWidth(const qreal&)': sources/borderinset.cpp:391: error: no matching function for call to 'qBound(double, const float&, double)' sources/borderinset.cpp: In member function 'void BorderInset::setInsetHeight(const qreal&)': sources/borderinset.cpp:418: error: no matching function for call to 'qMax(double, const float&)' make[2]: *** [release/borderinset.o] Error 1 make[1]: *** [release] Error 2 make: *** [debian/stamp-makefile-build] Error 2 | ||||
Tags | No tags attached. | ||||
|
denis patch http://scorpio810.blogdns.net/generation-debian/qelectrotech/patchs/04_fix_FTBFS_on_armel.diff |
|
Cause : Utilisation conjointe du typedef qreal (= float sous ARM, double sur les autres architectures) et du type double, menant à des incompatibilités d'argument double vs float. Solution : patch autorisant la compilation de QElectroTech : https://download.qelectrotech.org/qet/temp/qelectrotech-arm.diff |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-09-08 15:45 | scorpio810_mantis | New Issue | |
2009-09-10 12:32 | scorpio810_mantis | Note Added: 0000045 | |
2009-09-10 12:33 | scorpio810_mantis | Note Edited: 0000045 | |
2009-09-12 12:10 | xavier | Note Added: 0000046 | |
2009-09-12 12:10 | xavier | Status | new => closed |
2009-09-12 12:10 | xavier | Resolution | open => fixed |
2009-09-12 12:10 | xavier | Fixed in Version | => 0.21 |
2013-06-09 14:08 | scorpio810_mantis | Category | Éditeur de schémas => Diagram Editor |
2021-02-15 00:52 |
|
Category | Diagram Editor => website |