在OSX上安装QEMU仿真器时,进行检查会产生错误(GLib-ERROR **:17:50:29.132)

时间:2019-02-21 10:00:17

标签: c glib

在OSX上安装QEMU Emulator时,出现以下错误(遵循https://pdos.csail.mit.edu/6.828/2018/tools.html底行中的步骤):

ERROR: (tests/test-string-output-visitor:4303): GLib-ERROR **: 17:50:29.132: duplicate test case path: /string-visitor/output/int
make: *** [check-tests/test-string-output-visitor] Error 1

此错误是什么意思?如何解决?

1 个答案:

答案 0 :(得分:0)

(较旧的)QEMU与较新的GLib结合使用时,这看起来像是一个错误。参见https://patchwork.ozlabs.org/patch/526287/

patch suggested in the link above

const auto result = std::minmax_element(foo.begin(), foo.end(), 
    [](const QPointF& a, const QPointF& b){ return a.y() < b.y(); });