From: "Ivan A. Melnikov" <iv@altlinux.org>
To: devel@lists.altlinux.org
Subject: Re: [devel] Прошу помощи (error: call of overloaded 'ComboBox(Glib::RefPtr<Gtk::ListStore>&)' is ambiguous)
Date: Mon, 7 Mar 2011 21:52:39 +0300
Message-ID: <20110307215239.7ddfb0d8@deimos.localdomain> (raw)
In-Reply-To: <4D750CD9.2060405@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1270 bytes --]
On Mon, 07 Mar 2011 18:50:33 +0200
Motsyo Gennadi aka Drool <motsyo@gmail.com> wrote:
> 07.03.2011 18:13, Slava Semushin пишет:
> > Похоже на последствия нового Boost-а:
> > http://lists.altlinux.org/pipermail/devel/2011-February/188737.html
>
> Спасибо, оно самое. Теперь продвинулся дальше, но споткнулся
> на проблему, описанную здесь:
> http://permalink.gmane.org/gmane.linux.altlinux.devel/78486
> Гугль пока молчит.
Патч из аттача (в дополнение к -DBOOST_FILESYSTEM_VERSION=2) исправляет
сборку. Наверное, даже работать будет.
Однако прежде, чем собирать flush, стоит пересобрать с новым бустом
libtorrent-rasterbar, так как в логах сборки flush наблюдаем:
/usr/bin/ld: warning: libboost_filesystem.so.1.45.0, needed by /usr/lib64/libtorrent-rasterbar.so, may conflict with libboost_filesystem.so.1.46.0
/usr/bin/ld: warning: libboost_thread.so.1.45.0, needed by /usr/lib64/libtorrent-rasterbar.so, may conflict with libboost_thread.so.1.46.0
--
WBR,
Ivan A. Melnikov
[-- Attachment #2: flush-0.9.9-fix-for-gtkmm.patch --]
[-- Type: text/x-patch, Size: 405 bytes --]
--- a/flush/src/open_torrent_dialog.cpp
+++ b/flush/src/open_torrent_dialog.cpp
@@ -65,7 +65,7 @@ class Open_torrent_dialog::Private
Open_torrent_dialog::Private::Private(void)
:
encoding_model( Gtk::ListStore::create(this->encoding_columns) ),
- encoding_combo(encoding_model)
+ encoding_combo( Glib::RefPtr<Gtk::TreeModel>(encoding_model) )
{
const m::Charset* charset = m::AVAILABLE_CHARSETS;
next prev parent reply other threads:[~2011-03-07 18:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-07 16:09 [devel] Прошу помощи (error: no matching function for call to 'boost::filesystem3::path::path(const Glib::ustring&) Motsyo Gennadi aka Drool
2011-03-07 16:12 ` Motsyo Gennadi aka Drool
2011-03-07 16:13 ` Slava Semushin
2011-03-07 16:50 ` [devel] Прошу помощи (error: call of overloaded 'ComboBox(Glib::RefPtr<Gtk::ListStore>&)' is ambiguous) Motsyo Gennadi aka Drool
2011-03-07 18:52 ` Ivan A. Melnikov [this message]
2011-03-07 21:56 ` [devel] Прошу помощи (NEW unmet dependencies detected) Motsyo Gennadi aka Drool
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110307215239.7ddfb0d8@deimos.localdomain \
--to=iv@altlinux.org \
--cc=devel@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git