Newly-installed Fedora11, rebuilding my environment, includes building tests, found that 4 files fail to compile because they lack #include <stdio.h>.
Index: tests/rawldidxtest.cpp =================================================================== --- tests/rawldidxtest.cpp (revision 2435) +++ tests/rawldidxtest.cpp (working copy) @@ -19,6 +19,7 @@ #include <rawstr.h> #include <swmgr.h> #include <filemgr.h> +#include <stdio.h> #ifndef __GNUC__ #include <io.h> Index: tests/parsekey.cpp =================================================================== --- tests/parsekey.cpp (revision 2435) +++ tests/parsekey.cpp (working copy) @@ -20,6 +20,7 @@ #include <versekey.h> #include <localemgr.h> #include <swlog.h> +#include <stdio.h> #ifndef NO_SWORD_NAMESPACE using namespace sword; Index: tests/localetest.cpp =================================================================== --- tests/localetest.cpp (revision 2435) +++ tests/localetest.cpp (working copy) @@ -18,6 +18,7 @@ #include <localemgr.h> #include <versekey.h> #include <iostream> +#include <stdio.h> #ifndef NO_SWORD_NAMESPACE using namespace sword; #endif Index: tests/filtertest.cpp =================================================================== --- tests/filtertest.cpp (revision 2435) +++ tests/filtertest.cpp (working copy) @@ -20,6 +20,7 @@ #include <filemgr.h> #include <papyriplain.h> #include <utf8utf16.h> +#include <stdio.h> //#include <swmgr.h> #ifndef NO_SWORD_NAMESPACE using namespace sword;
_______________________________________________ sword-devel mailing list: [email protected] http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
