[SeExpr] [Bug 431436] 4.0.1.0 fails to build on 32bit openSUSE

2021-07-01 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=431436 --- Comment #7 from Wolfgang Bauer --- I can confirm that it builds fine now on i586 too. Thank you! -- You are receiving this mail because: You are watching all bug changes.

[SeExpr] [Bug 431436] 4.0.1.0 fails to build on 32bit openSUSE

2021-06-30 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=431436 amyspark changed: What|Removed |Added Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap

[SeExpr] [Bug 431436] 4.0.1.0 fails to build on 32bit openSUSE

2021-06-29 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=431436 --- Comment #5 from Wolfgang Bauer --- I also noticed a discrepancy for the double variant between KSeExprUI/Utils.cpp and KSeExprUI/Utils.h, btw. You changed it to bool KSeExpr::Utils::parseRangeComment(const std::string , double , double ) in

[SeExpr] [Bug 431436] 4.0.1.0 fails to build on 32bit openSUSE

2021-06-29 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=431436 Wolfgang Bauer changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[SeExpr] [Bug 431436] 4.0.1.0 fails to build on 32bit openSUSE

2021-06-28 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=431436 amyspark changed: What|Removed |Added Latest Commit||https://invent.kde.org/grap |

[SeExpr] [Bug 431436] 4.0.1.0 fails to build on 32bit openSUSE

2021-06-28 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=431436 amyspark changed: What|Removed |Added Ever confirmed|0 |1 CC|

[SeExpr] [Bug 431436] 4.0.1.0 fails to build on 32bit openSUSE

2021-01-13 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=431436 --- Comment #2 from Wolfgang Bauer --- PS: changing the type to float_t in the callers instead doesn't help, I get a different error then: /home/abuild/rpmbuild/BUILD/kseexpr-4.0.1.0/src/KSeExprUI/Utils.cpp:37:6: error: redefinition of 'bool

[SeExpr] [Bug 431436] 4.0.1.0 fails to build on 32bit openSUSE

2021-01-11 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=431436 --- Comment #1 from Wolfgang Bauer --- PS: one example how KSeExpr::Utils::parseRangeComment() is called from src/KSeExprUI/Editable.cpp, line#49ff.: float fmin = NAN; float fmax = NAN; if