Bug #16407 2009-11-04 13:59
thssld
Crash when debug
A new OpenSUSE 11.1 on VMware Workstation 7.0.0. Install by compiling these things: wxWidgets 2.8.10 's source and CodeBlocks svn 5898 's source.
When I press "Debug", it crashes.
There is nothing wrong when I use CodeBlocks 8.02 's source file.
- Category
- Application::Crash
- Group
- Status
- Open
- Close date
- Assigned to
History
thssld 2009-11-04 14:02
Plus: I use OpenSUSE 11.1 x86_64 edition,
And I Install wxWidgets 2.8.10 by following commands:
¡@¡@ wget http://nchc.dl.sourceforge.net/sourceforge/wxwindows/wxGTK-2.8.10.tar.gz
¡@¡@ tar xzf wxGTK-2.8.10.tar.gz
¡@¡@ cd wxGTK-2.8.10
¡@¡@ ./configure ¡Vprefix=/usr ¡Venable-xrc ¡Venable-monolithic ¡Venable-unicode
¡@¡@ make
¡@¡@ make install
And I Install CodeBlocks using the commands in file "Install"