GCC 4.4 rebuild results

Conrad Meyer konrad at tylerc.org
Fri Feb 20 20:20:41 UTC 2009


On Friday 20 February 2009 10:41:46 am Richard W.M. Jones wrote:
> I rebuilt the Fedora Rawhide i386 part of the full repository using
> GCC 4.4, and there are no major problems, but a few minor problems:
>
> ...
>
>  - mingw32-xqilla
>
>    Appears to be a missing header file:
>
> ../src/lexer/XQLexer.cpp: In member function 'int xqFlexLexer::yyinput()':
> ../src/lexer/XQLexer.cpp:16085: error: 'EOF' was not declared in this scope

This is probably missing <cstdio> (or some other <c*> header).

>  - mingw32-poco
>
>    Missing header?
>
> src/Environment.cpp:111: error: 'sprintf' is not a member of 'std'

This *is* missing a <cstdio> include.

Regards,
-- 
Conrad Meyer <konrad at tylerc.org>




More information about the mingw mailing list