* [sisyphus] Вопрос к специалистам по WX...
@ 2005-12-29 8:21 Eugene A. Suchkov
2005-12-29 9:13 ` Vitaly Lipatov
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Eugene A. Suchkov @ 2005-12-29 8:21 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Hi all!
Собираю софтину. Давно обещанный flamerobin. Софтинка WX-овая. Собирается без
ошибок, но вот с запуском беда какая-то:
$ ./flamerobin
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx
containers,compatible with 2.4),
and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 102,wx
containers,compatible with 2.4).
Aborted
Как побороть?
--
With best regards
Eugene A. Suchkov (a.k.a CityHawk)
JID suchkoff@jabber.ru
http://www.livejournal.com/users/suchkoff/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Вопрос к специалистам по WX...
2005-12-29 8:21 [sisyphus] Вопрос к специалистам по WX Eugene A. Suchkov
@ 2005-12-29 9:13 ` Vitaly Lipatov
2005-12-29 9:24 ` Eugene A. Suchkov
2005-12-29 14:55 ` Led
2005-12-29 17:58 ` Andrey Rahmatullin
2 siblings, 1 reply; 6+ messages in thread
From: Vitaly Lipatov @ 2005-12-29 9:13 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
On Thursday 29 December 2005 11:21, Eugene A. Suchkov wrote:
> Hi all!
>
> Собираю софтину. Давно обещанный flamerobin. Софтинка WX-овая.
Из wx у вас должны быть wxGTK2u, и никаких wxGTK и wxGTK2.
> Собирается без ошибок, но вот с запуском беда какая-то:
>
> $ ./flamerobin
> Fatal Error: Mismatch between the program and library build
> versions detected. The library used 2.6 (no
> debug,Unicode,compiler with C++ ABI 1002,wx
> containers,compatible with 2.4),
> and your program used 2.6 (no debug,Unicode,compiler with C++
> ABI 102,wx containers,compatible with 2.4).
> Aborted
>
> Как побороть?
Почему-то номер ABI отличается?
--
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Вопрос к специалистам по WX...
2005-12-29 9:13 ` Vitaly Lipatov
@ 2005-12-29 9:24 ` Eugene A. Suchkov
2005-12-29 9:41 ` Andrei Bulava
0 siblings, 1 reply; 6+ messages in thread
From: Eugene A. Suchkov @ 2005-12-29 9:24 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
В сообщении от Четверг 29 Декабрь 2005 12:13 Vitaly Lipatov написал(a):
> Из wx у вас должны быть wxGTK2u, и никаких wxGTK и wxGTK2.
$ sudo apt-get remove wxGTK wxGTK2
...
Следующие пакеты будут УДАЛЕНЫ:
audacity bochs scorched3d wxGTK wxGTK-contrib-xrc wxGTK2 xmule
На эти пакеты баги вешать?
> > Собирается без ошибок, но вот с запуском беда какая-то:
> >
> > $ ./flamerobin
> > Fatal Error: Mismatch between the program and library build
> > versions detected. The library used 2.6 (no
> > debug,Unicode,compiler with C++ ABI 1002,wx
> > containers,compatible with 2.4),
> > and your program used 2.6 (no debug,Unicode,compiler with C++
> > ABI 102,wx containers,compatible with 2.4).
> > Aborted
> >
> > Как побороть?
>
> Почему-то номер ABI отличается?
Знаю. Но не знаю что такое ABI, и почему так случилось...
--
With best regards
Eugene A. Suchkov (a.k.a CityHawk)
JID suchkoff@jabber.ru
http://www.livejournal.com/users/suchkoff/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Вопрос к специалистам по WX...
2005-12-29 9:24 ` Eugene A. Suchkov
@ 2005-12-29 9:41 ` Andrei Bulava
0 siblings, 0 replies; 6+ messages in thread
From: Andrei Bulava @ 2005-12-29 9:41 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Eugene A. Suchkov wrote:
> В сообщении от Четверг 29 Декабрь 2005 12:13 Vitaly Lipatov написал(a):
>>>Собирается без ошибок, но вот с запуском беда какая-то:
>>>
>>>$ ./flamerobin
>>>Fatal Error: Mismatch between the program and library build
>>>versions detected. The library used 2.6 (no
>>>debug,Unicode,compiler with C++ ABI 1002,wx
>>>containers,compatible with 2.4),
>>>and your program used 2.6 (no debug,Unicode,compiler with C++
>>>ABI 102,wx containers,compatible with 2.4).
>>>Aborted
>>>
>>>Как побороть?
>>
>>Почему-то номер ABI отличается?
>
> Знаю. Но не знаю что такое ABI, и почему так случилось...
Судя по http://gcc.gnu.org/onlinedocs/libstdc++/abi.html, вы
скомпилировали flamerobin другим компилятором, по сравнению с wxGTK2u.
Беглый анализ говорит, что ABI 102 значит gcc-3.3.x, а ABI 1002 - gcc-3.4.x.
Не думайте, что я знал всё это ещё час назад - google what is abi c c++
--
// AB1002-UANIC
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Вопрос к специалистам по WX...
2005-12-29 8:21 [sisyphus] Вопрос к специалистам по WX Eugene A. Suchkov
2005-12-29 9:13 ` Vitaly Lipatov
@ 2005-12-29 14:55 ` Led
2005-12-29 17:58 ` Andrey Rahmatullin
2 siblings, 0 replies; 6+ messages in thread
From: Led @ 2005-12-29 14:55 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
В сообщении от Четверг 29 Декабрь 2005 10:21 Eugene A. Suchkov написал(a):
> Hi all!
>
> Собираю софтину. Давно обещанный flamerobin. Софтинка WX-овая. Собирается
> без ошибок, но вот с запуском беда какая-то:
>
> $ ./flamerobin
> Fatal Error: Mismatch between the program and library build versions
> detected. The library used 2.6 (no debug,Unicode,compiler with C++ ABI
> 1002,wx containers,compatible with 2.4),
> and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 102,wx
> containers,compatible with 2.4).
> Aborted
>
> Как побороть?
Собирать в хэшере?
--
Led.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Вопрос к специалистам по WX...
2005-12-29 8:21 [sisyphus] Вопрос к специалистам по WX Eugene A. Suchkov
2005-12-29 9:13 ` Vitaly Lipatov
2005-12-29 14:55 ` Led
@ 2005-12-29 17:58 ` Andrey Rahmatullin
2 siblings, 0 replies; 6+ messages in thread
From: Andrey Rahmatullin @ 2005-12-29 17:58 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 605 bytes --]
On Thu, Dec 29, 2005 at 11:21:06AM +0300, Eugene A. Suchkov wrote:
> Собираю софтину. Давно обещанный flamerobin. Софтинка WX-овая. Собирается без
> ошибок, но вот с запуском беда какая-то:
УМВР.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
> Если кому-то не хочется терять производительность на
> перекодировке - пусть переходит в UTF. Остальные локали
> всё-равно постепенно вымрут.
Угу. Я слышу, что что-нибудь вымрет в ближайшем будущем последние
N лет. И, что самое неприятное, мрет в основном то, от чего
меньше всего этого ожидаешь.
-- morozov in devel@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-12-29 17:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-29 8:21 [sisyphus] Вопрос к специалистам по WX Eugene A. Suchkov
2005-12-29 9:13 ` Vitaly Lipatov
2005-12-29 9:24 ` Eugene A. Suchkov
2005-12-29 9:41 ` Andrei Bulava
2005-12-29 14:55 ` Led
2005-12-29 17:58 ` Andrey Rahmatullin
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git