User forums > Using Code::Blocks

wxwidgets not running

(1/1)

tlagocalado:
Hello, Had install codeblocks today in ubuntu, also had install wxwidgets to be able to use it.
Everything seems to be working properlly, everything until I create a wxframe...
if I create a new blank wxwidget project, I have to insert the  wx-config --cxxflags path into project build options and also wx-config --libs  version and core into project build options. I have to do this for each project.  dont know more so far. it works, it compiles.
If I create a wxwidget with wxframe,  I do the same, but the project never opens, and is giving me this message   "Process terminated with status -1 ( 0 minutes).
Can anyone give me a hint?

Miguel Gimenez:
Use the wizard (File -> New -> Project -> wxWidgets project)

BlueHazzard:
Try to start in in the debugger (red arrow) and look where it crashes

-1 indicates a crash in your program.

Codeblocks does not seem to be the problem here

Navigation

[0] Message Index

Go to full version