User forums > Using Code::Blocks
CB and ubuntu
bluekid:
I try use C::B under ubuntu 5.1
but I getting a error :(
--- Quote ---Exception: An exception has been raised!
The application encountered an error at configmanager.cpp, on line 553.
The error message is: The Configuration key İNACTİVE_CAPTİON_COLOR (child of node "app" in namespace "app") does not meet the standard for variable naming. Variables names are required to start with a letter.
Code::Blocks Version revision 2343 (gcc 4.0.2, build: Apr 13 2006 20:49:45)
--- End quote ---
what can I do
sethjackson:
--- Quote from: bluekid on April 22, 2006, 08:00:40 am ---
--- Quote ---Code::Blocks Version revision 2343 (gcc 4.0.2, build: Apr 13 2006 20:49:45)
--- End quote ---
what can I do
--- End quote ---
Try a newer SVN revision? Maybe not use GCC 4.0.2...... I don't think the compiler would have too much impact on this though......
thomas:
--- Quote ---Try a newer SVN revision?
--- End quote ---
It is not the program's fault.
--- Quote ---İNACTİVE_CAPTİON_COLOR
--- End quote ---
Just wondering... are you being serious?
You changed the substring INACTIVE_CAPTION_COLOR inside environmentsettingsdlg.cpp to İNACTİVE_CAPTİON_COLOR. Note the diacritic marks on top of the 'I' letters.
Not only is there absolutely no reason to do that, but this would also result in invalid xml and thus cause all configuration to be corrupted.
The program is behaving 100% correctly by not letting you do such things.
bluekid:
--- Quote ---You changed the substring INACTIVE_CAPTION_COLOR inside environmentsettingsdlg.cpp to İNACTİVE_CAPTİON_COLOR
--- End quote ---
No I dont change But I use Ubuntu at turkish languages
and for turkish from lower case to upper case
i -> İ
ı -> I
i new in linux where can i found "environmentsettingsdlg.cpp" file ?
thomas:
Uh... that's annoying. So I have to apologise, if toupper does that, then it is indeed the program's fault (kind of).
This means that all calls to toupper have to be replaced with a custom function to make it work with Turkish.
Navigation
[0] Message Index
[#] Next page
Go to full version