Ok, so I´ve tried severall installations.
To test I changed meanwhile to a Debian Wheezy, NVideo-Grafics, Intel 686 dual core, wxWidgets build on gtk+-2.0,
but also I made the same tests on Bananian Pi, but between this 2 systems I detect no difference (only the speed :-) )
I tried:
CB from SVN last build, with wxWidgets last stable 3.0.2
CB from SVN last build, with wxWidgets prelast stable 2.8.x
CB from SVN last build, with wxWidgets 2.9.4
CB 3.12 from tarball, with wxWidgets last stable 3.0.2
CB 3.12 from tarball, with wxWidgets prestable 2.8.x
CB 3.12 from tarball, with wxWidgets 2.9.4
Following happens:
Only on the first build (CB from svn, wxWidgets 3.0.2) I can open the project in CB and cann use wxSmith to edit the Ressouces.
On the other builds CB frozen, hangs, crashes with the Ressources, especially the Notebook-Pages.
So I decided to use this configuration.
Then I build the wxWidgets 2.9.4 for my project with:
--with-opengl --enable-unicode --enable-debug --enable-debug_info
I can compile and link my project fine. I can edit the resosources.
To remember:
On Windows, CB 3.12, wxWidgets 2.9.4 rns the project very nice (on different platforms by a lot of customers)
But on booth linux systems comes now the followig error:
../src/gtk/window.cpp(2698): assert "m_widget" failed in DoSetSize(): invalid window
(followed by a lot of similiar messages with a Sig fault error at the end)
Occured in the constructor of the mainframe,
FlexGridSizer1->Add
PageProg->SetSizer(FlexGridSizer1)
FlexGridSizer1->Fit(PageProg) <-- here occurs the Error.
This code is the code produced by wxSmith.
What can be the reason?