User forums > General (but related to Code::Blocks)
build codeblocks with wxGTK-devel-2.9.1 --- error!
ollydbg:
Ok, It works OK under Windows XP.
So, I guess your patch can fix the problem on your Linux system.
wangdong1226:
--- Quote from: ollydbg on January 11, 2011, 12:55:59 pm ---Ok, It works OK under Windows XP.
So, I guess your patch can fix the problem on your Linux system.
--- End quote ---
NO, it can not works on Fedora 14 x86_64 system.
Could you please be kindly helping to test in Linux system and help to achieve the fixing patch?
Thank you very much.
Best regards.
David.
ollydbg:
--- Quote from: wangdong1226 on January 12, 2011, 03:54:03 am ---
--- Quote from: ollydbg on January 11, 2011, 12:55:59 pm ---Ok, It works OK under Windows XP.
So, I guess your patch can fix the problem on your Linux system.
--- End quote ---
NO, it can not works on Fedora 14 x86_64 system.
Could you please be kindly to test in Linux and help me to achive the solved patch?
Thank you very much.
Best regards.
David.
--- End quote ---
sorry, I only use Windows XP...... Hope other Chinese guys who use Linux can try your patch. :D
wangdong1226:
Another thing that I want to know:
Does it really codeblocks will not improve the auto codecompletion for D language ?
for example, when I inputting "dou", then codeblocks automaticlly shows an rectangle frame which shows "double".
I don't think that codeblocks team has never considered about this kind of codecompletion for D.
I've asked in digitalmars.com forum as 'ollydbg' replied me last time here, feedback that it's better to ask codeblocks.
It's funny.
Personally thinking, if codeblocks can improve this will be better.
(if ask a "Language" to do this kind of codecompletion for a special IDE, frankly speaking, I think it's impossible.)
ollydbg:
--- Quote from: wangdong1226 on January 12, 2011, 04:05:50 am ---Another thing that I want to know:
Does it really codeblocks will not improve the auto codecompletion for D language ?
for example, when I inputting "dou", then codeblocks automaticlly shows an rectangle frame which shows "double".
I don't think that codeblocks team has never considered about this kind of codecompletion for D.
I've asked in digitalmars.com forum as 'ollydbg' replied me last time here, feedback that it's better to ask codeblocks.
It's funny.
Personally thinking, if codeblocks can improve this will be better.
(if ask a "Language" to do this kind of codecompletion for a special IDE, frankly speaking, I think it's impossible.)
--- End quote ---
I have never replied you at digitalmars.com. I have no touch with D language.
But from my point of view, Code::Blocks currently does not support parsing D language. the situation when the suggestion list will show "double" does not mean the CC can support parsing D language. In-fact, "double" is just a key-word, the kind of list the key-word is not enough for D language.
If you read the source code of CodeCompletion, you will notice that *no* parser exist for D language. The parser is only dedicated to C/C++. If I can remember, you will find a CodeCompletion plugin fork for FORTRAN language, but this plugin was not officially supported.
But I'm not sure how hard/easy to parse the D language. (I guess it will be much easier than C/C++, but note that the c/c++ parser in CC is not quite good, it just use some heuristic/wild guess.)
Also, If you would like to implement some parser for D language, You can asked some question here, because loaden/blueshake/morten/me..... and other guys was quite familiar with the CC code.
Hope this answer helps.
Navigation
[0] Message Index
[*] Previous page
Go to full version