Author Topic: codeblocks10.05 install on centos5.6  (Read 5197 times)

Offline gisupc

  • Single posting newcomer
  • *
  • Posts: 4
codeblocks10.05 install on centos5.6
« 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!
« Last Edit: September 03, 2011, 04:47:20 am by gisupc »

Offline gisupc

  • Single posting newcomer
  • *
  • Posts: 4
Re: codeblocks10.05 install on centos5.6
« Reply #1 on: September 03, 2011, 04:42:32 am »
i install the codeblocks from source

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: codeblocks10.05 install on centos5.6
« Reply #2 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 may help.

Offline gisupc

  • Single posting newcomer
  • *
  • Posts: 4
Re: codeblocks10.05 install on centos5.6
« Reply #3 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 may help.

thank you! the page I see ,what i want to know is whether some log file can find to found the question

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: codeblocks10.05 install on centos5.6
« Reply #4 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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: codeblocks10.05 install on centos5.6
« Reply #5 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 !