Code::Blocks Forums
User forums => Help => Topic started by: gisupc on September 03, 2011, 04:40:34 am
-
i install wxGTK-2.8.12+codeblocks10.05 on centos5.6 ,no error when install,but when I log the server use the TightVNC viewer, startup the codeblocks, the codeblocks GUI can see,but when click menu File ---open, Debug Report coming,the codeblocks.xml is very long ,please give me some suggestion, where I can find the reason,thank you very much!
-
i install the codeblocks from source
-
From your description, it is difficult for me to understand what has gone wrong.
If you have not already looked, this wiki page (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux) may help.
-
From your description, it is difficult for me to understand what has gone wrong.
If you have not already looked, this wiki page (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux) may help.
thank you! the page I see ,what i want to know is whether some log file can find to found the question
-
IF you are building C::B yourself, you can change the parameter given to wxLog::EnableLogging at the beginning of OnInit in app.cpp to true.
So you get much more debugging info (some to ignore), if you run C::B.
ALso you can post the frame related part of the xml-file (normally the second [shorter] part) here (in code-tags) or attach the whole xml-file.
-
I just saw, that you have build wxGTK from source.
Why ?
You will most likely run into trouble, if you do not know exactly what you do.
Some important parts might not work, due to incorrect configuration.
But as posted in your other thread, this is not a wxWidgets support forum !