Author Topic: Loading menubar fails (rev 13759)  (Read 235 times)

Offline magfan

  • Single posting newcomer
  • *
  • Posts: 4
Loading menubar fails (rev 13759)
« on: Yesterday at 01:05:07 pm »
Hi, today I downloaded codeblocks source via svn and compiled it (./configure --with-contrib-plugins=all,-NassiShneiderman). But when I wanted to start codeblocks it gave me this error:

Starting Code::Blocks svn build  rev 13759 Nov 17 2025, 12:34:16 - wxWidgets 3.2.8 - gcc 14.3.1 (Linux, unicode) - 64 bit
Manager initialized
Initialize EditColourSet .....
Initialize EditColourSet: done.
Loading menubar...
./src/common/object.cpp(233): assert "classTable->Get(m_className) == __null" failed in Register(): Class "wxGenericCalendarCtrl" already in RTTI table - have you used wxIMPLEMENT_DYNAMIC_CLASS() multiple times or linked some object file twice)?

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1792
Re: Loading menubar fails (rev 13759)
« Reply #1 on: Yesterday at 01:44:42 pm »
May be related to the GTK library used, see this.