Hi,
compilation of syncevolution fails on my AMD64 gentoo machine with gcc-4.5.4
due to a missing #include in src/backends/sqlite/SQLiteUtil.h which causes
"sprintf not declared in this scope" in line 110.
Please apply the following patch:
--- src/backends/sqlite/SQLiteUtil.h_orig 2013-01-15 12:00:06.410886060
+0100
+++ src/backends/sqlite/SQLiteUtil.h 2013-01-15 12:00:18.081926235
+0100
@@ -26,6 +26,7 @@
#include <syncevo/SmartPtr.h>
#include <string>
+#include <stdio.h>
#include <syncevo/declarations.h>
SE_BEGIN_CXX
Thank you,
Mario