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 <[email protected]> _______________________________________________ fedora-mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw
