On Tue, 2010-02-09 at 02:37 -0700, Toufique, Imam wrote:
> Hi!
> 
> I got pass my last error, actually almost got through the build (I
>  think).  But, I got hit by the following error:
> 
> 

> /tmp/openoffice/src/openoffice-3.1.1/sw/source/core/doc/docbm.cxx:353:
>  error: 'printf' was not declared in this scope

This is trivial. Add #include <stdio.h> to the top of the file. Latest
gcc's headers have less implicit includes than olders, so stdio.h needs
to be explicitly included these days if printf/fprintf are used. This is
fixed in OOo dev branch.

C.





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to