From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_00, DNS_FROM_OPENWHOIS,SPF_NEUTRAL autolearn=no version=3.2.5 Message-ID: <4D75031D.90000@gmail.com> Date: Mon, 07 Mar 2011 18:09:01 +0200 From: Motsyo Gennadi aka Drool User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.2.14pre) Gecko/20110125 Thunderbird/3.1.8pre MIME-Version: 1.0 To: ALT Devel discussion list Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Subject: [devel] =?koi8-r?b?8NLP29Ug0M/Nz93JIChlcnJvcjogbm8gbWF0Y2hpbmcg?= =?koi8-r?b?ZnVuY3Rpb24gZm9yIGNhbGwgdG8gJ2Jvb3N0OjpmaWxlc3lzdGVtMzo6cGF0?= =?koi8-r?b?aDo6cGF0aChjb25zdCBHbGliOjp1c3RyaW5nJik=?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2011 16:09:09 -0000 Archived-At: List-Archive: List-Post: Приветствую всех. Пытаюсь собрать в сизифе (x86_64) в пакет вот это: http://git.altlinux.org/people/drool/packages/flush.git (там еще нужен будет пакет libconfig-c++-devel) Под 5.1 собирается спокойно. ============================================================== c -o libmlib_a-misc.o `test -f 'misc.cpp' || echo './'`misc.cpp fs.cpp: In constructor 'm::fs::Path::Path(const Glib::ustring&)': fs.cpp:475:30: error: no matching function for call to 'boost::filesystem3::path::path(const Glib::ustring&)' /usr/include/boost/filesystem/v3/path.hpp:127:5: note: candidates are: boost::filesystem3::path::path(const boost::filesystem3::path&) /usr/include/boost/filesystem/v3/path.hpp:125:5: note: boost::filesystem3::path::path() fs.cpp: In member function 'm::fs::Path& m::fs::Path::normalize()': fs.cpp:606:36: error: no matching function for call to 'std::vector >::push_back(const boost::filesystem3::path&)' /usr/lib64/gcc/x86_64-alt-linux/4.5.1/../../../../include/c++/4.5.1/bits/stl_vector.h:741:7: note: candidate is: void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = std::basic_string, _Alloc = std::allocator >, value_type = std::basic_string] fs.cpp: In function 'void m::fs::cp(const std::string&, const std::string&)': fs.cpp:827:33: error: 'class boost::filesystem3::directory_entry' has no member named 'filename' fs.cpp:827:75: error: 'class boost::filesystem3::directory_entry' has no member named 'filename' fs.cpp: In function 'void m::fs::rm(const std::string&)': fs.cpp:985:34: error: 'class boost::filesystem3::directory_entry' has no member named 'filename' make[4]: *** [libmlib_a-fs.o] Error 1 make[4]: *** Waiting for unfinished jobs.... ==============================================================