LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   codeblocks cannot start up in redhat9 (https://www.linuxquestions.org/questions/linux-newbie-8/codeblocks-cannot-start-up-in-redhat9-726692/)

boboboy 05-18-2009 01:26 AM

codeblocks cannot start up in redhat9
 
[root@localhost s123]# codeblocks
Initialize EditColourSet .....
Initialize EditColourSet: done.
Loading toolbar...
AStylePlugin: loaded
Autosave: loaded
ClassWizard: loaded
CodeCompletion: loaded
Compiler: loaded
Debugger: loaded
FilesExtensionHandler: loaded
ScriptedWizard: loaded
ProjectsImporter: loaded
OpenFilesList: loaded
ToDoList: loaded
Source code formatter (AStyle) plugin activated
Autosave plugin activated
Class wizard plugin activated
Code completion plugin activated
Added compiler "GNU GCC Compiler"
Parsing stage done (0 total parsed files, 0 tokens in 0 minute(s), 0.0 seconds).Updating class browser...
Class browser updated.
Added compiler "Intel C/C++ Compiler"
Added compiler "SDCC Compiler"
Added compiler "Tiny C Compiler"
Added compiler "GDC D Compiler"
Added compiler "Digital Mars D Compiler"
Added compiler "GNU ARM GCC Compiler"
Added compiler "GNU AVR GCC Compiler"
Added compiler "GNU GCC Compiler for PowerPC"
Added compiler "GNU GCC Compiler for TriCore"
Compiler plugin activated
Debugger plugin activated
Files extension handler plugin activated
Project wizard added for 'Empty project'
Project wizard added for 'Console application'
Project wizard added for 'D application'
Project wizard added for 'FLTK project'
Project wizard added for 'GLFW project'
Project wizard added for 'GLUT project'
Project wizard added for 'GTK+ project'
Project wizard added for 'Irrlicht project'
Project wizard added for 'Lightfeather project'
Project wizard added for 'OpenGL project'
Project wizard added for 'Ogre project'
Project wizard added for 'Code::Blocks plugin'
Project wizard added for 'QT4 project'
Project wizard added for 'SDL project'
Project wizard added for 'Static library'
Project wizard added for 'Shared library'
Project wizard added for 'AVR Project'
Project wizard added for 'wxWidgets project'
Build-target wizard added for 'Console'
Build-target wizard added for 'Static library'
Build-target wizard added for 'wxWidgets'
File(s) wizard added for 'Empty file'
File(s) wizard added for 'C/C++ source'
File(s) wizard added for 'C/C++ header'
Scripted wizard plugin activated
Foreign projects importer plugin activated
Open files list plugin activated
To-Do List plugin activated
Initializing plugins...
Aborted
[root@localhost s123]#


somebody know why?

Nylex 05-18-2009 01:48 AM

No, but why are you using Red Hat 9 in the first place? Get rid of it and install a newer distro. Red Hat 9 is obsolete and no longer receives any updates and Red Hat do not provide support for it.

kandiru 05-18-2009 01:48 AM

Hi,

how did you get codeblocks? Compiled from source or pre-compiled package?

I had some problems at the beginning because my pre-compiled wx-widgets version did not match with the version they used to compile codeblocks (there had been used different gcc versions to compile).

Bye

David

boboboy 05-18-2009 02:26 AM

I bought a arm develop kit which it gives cross-compile environment in redhat9.

I use source file to install, do with ./configure; make; make install;
all with no errors showed, but it just can't get through a start up.

wxGTK-2.8.10.tar.gz
codeblocks-8.02-src.tar.bz2

thanks for all you gives help to me.


All times are GMT -5. The time now is 07:34 AM.