Source: texmacs Version: 1:2.1.4+ds-1 Severity: important Tags: ftbfs X-Debbugs-Cc: Jerome Benoit <calcu...@rezozer.net>
https://buildd.debian.org/status/logs.php?pkg=texmacs&ver=1%3A2.1.4%2Bds-1 ... ./Plugins/Qt/qt_gui.cpp: In member function ‘void qt_gui_rep::update()’: ./Plugins/Qt/qt_gui.cpp:892:43: error: call of overloaded ‘min(int&, time_t&)’ is ambiguous 892 | else delay = max (0, min (std_delay, delay)); | ~~~~^~~~~~~~~~~~~~~~~~ In file included from Kernel/Types/string.hpp:15, from Data/String/analyze.hpp:14: Kernel/Abstractions/basic.hpp:118:11: note: candidate: ‘SI min(SI, SI)’ 118 | inline SI min (SI i, SI j) { if (i<j) return i; else return j; } | ^~~ Kernel/Abstractions/basic.hpp:120:11: note: candidate: ‘DI min(DI, DI)’ 120 | inline DI min (DI i, DI j) { if (i<j) return i; else return j; } | ^~~ Kernel/Abstractions/basic.hpp:122:15: note: candidate: ‘double min(double, double)’ 122 | inline double min (double i, double j) { if (i<j) return i; else return j; } | ^~~ ...