On Monday 2017-01-16 09:29, Bruno Friedmann wrote:
On dimanche, 15 janvier 2017 21.31:41 h CET Jan Engelhardt wrote:
On Sunday 2017-01-15 19:15, Bruno Friedmann wrote:
ps : anybody can (for my knowledge) point me to some resource or have a quick résumé about -nostl versus stl ?
nostl is discouraged. It uses the old wxwindows hand-made wxString class with somewhat loose (type) conversion rules, which in the past revealed that e.g. the Audacity audio editor has a character set conversion problems and lifetime issues ("use-after-free", potential to produce garbage or crash).
stl, alas, has wxString be based off std::string instead.
but with stl pgadmin3 just crash at start
/usr/bin/pgadmin3: relocation error: /usr/bin/pgadmin3: symbol _ZTV21wxwxSizerItemListNode, version WXU_3.0 not defined in file libwx_gtk2u_core-suse.so.1 with link time reference
That is not a crash... but an indication that you are installing an incompatible rpm, e.g. from tumbleweed on leap or vice versa. http://oi41.tinypic.com/acedzq.jpg is a crash. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org