Source: qupzilla
Version: 1.4.3-3
Severity: serious
Justification: fails to build from source

The kfreebsd-amd64 build of qupzilla failed with errors about fprintf
and stderr having been undeclared:

  main.cpp: In function 'void msgHandler(QtMsgType, const char*)':
  main.cpp:128:17: error: 'stderr' was not declared in this scope
           fprintf(stderr, "%s\n", msg);
                   ^
  main.cpp:128:36: error: 'fprintf' was not declared in this scope
           fprintf(stderr, "%s\n", msg);
                                      ^

Could you please add an explicit #include directive for <stdio.h> (or
<cstdio> if already using namespace std), since you evidently can't
always rely on other headers doing so indirectly?

Thanks!


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to