Menu

#276 libwx problem on Ubuntu 16-10

v1.0
closed
nobody
None
1
2017-04-26
2017-04-08
Anonymous
No

I get the following message on ubuntu 1610, firebird 2.5, flamerobin 0.9.3 whenever I try to execute a procedure:

/usr/include/wx-3.0/wx/strvararg.h(456): assert "(argtype & (wxFormatStringSpecifier<t>::value)) == argtype" failed in wxArgNormalizer(): format specifier doesn't match argument type</t>

Everything works fine on fedora 25 on the same databases on the same machine (multi-boot linux).

This same failure occurs with ubuntu 1610, firebird 3.0, flamerobin 0.9.3 on another machine.

Attached are screen shots from both fedora 25 and ubuntu 1610.

1 Attachments

Discussion

  • Popa Adrian Marius

    Thanks i install now ubuntu 16.10 and i will test it , I have a similar issue on Windows 10 builds with latest git

     
  • Anonymous

    Anonymous - 2017-04-25

    The above referenced system has now been upgraded to ubuntu 1704, but the problem persists.

     
  • Popa Adrian Marius

    add -DNDEBUG in the Makefile and it should work

    CXXFLAGS = -g -O2 -std=c++11 -DNDEBUG

     
  • Popa Adrian Marius

    • status: open --> closed