Code::Blocks Forums

User forums => Help => Topic started by: gisupc on September 03, 2011, 04:40:34 am

Title: codeblocks10.05 install on centos5.6
Post 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!
Title: Re: codeblocks10.05 install on centos5.6
Post by: gisupc on September 03, 2011, 04:42:32 am
i install the codeblocks from source
Title: Re: codeblocks10.05 install on centos5.6
Post by: Alpha on September 03, 2011, 04:55:35 am
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.
Title: Re: codeblocks10.05 install on centos5.6
Post by: gisupc on September 03, 2011, 05:10:24 am
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
Title: Re: codeblocks10.05 install on centos5.6
Post by: Jenna on September 03, 2011, 08:30:31 am
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.
Title: Re: codeblocks10.05 install on centos5.6
Post by: Jenna on September 03, 2011, 08:34:13 am
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 !