GNOME Bugzilla – Bug 571837
snprintf used without declaration
Last modified: 2009-02-15 16:13:57 UTC
There is a missing #include <cstdio> in the hello-world.cc that makes snprintf be used without declaration. This is an error with gcc 4.4.
Created attachment 128776 [details] [review] Fixes the problem
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.