--- stardict-2.4.6/tests/t_config_file.cpp.orig 2006-02-02 23:40:16.236650750 +0300 +++ stardict-2.4.6/tests/t_config_file.cpp 2006-02-02 23:42:57.118705250 +0300 @@ -96,8 +96,8 @@ #if !defined(_WIN32) && !defined(WITHOUT_GNOME) bool test_gconf() { - string tmp1(string(g_get_home_dir())+G_DIR_SEPARATOR_S+".gconf/stardict-test"); - string tmp2(string(g_get_home_dir())+G_DIR_SEPARATOR_S+".gconf/stardict-test/%gconf.xml"); + string tmp1=string(g_get_home_dir())+G_DIR_SEPARATOR_S+".gconf/stardict-test"; + string tmp2=string(g_get_home_dir())+G_DIR_SEPARATOR_S+".gconf/stardict-test/%gconf.xml"; remove(tmp1.c_str()); remove(tmp2.c_str()); std::auto_ptr cf;