编译CodeBlocks 1.0RC2

下载后解压 1$ cd /some/where/codeblocks-1.0rc2 2$ find . -type f -and -not -name "*.cpp" -and -not -name "*.h" -and -not -name "*.png" -and -not -name "*.bmp" | sed "s/.*/\"\\0\"/" | xargs dos2unix 3$ ./bootstrap 4$ ./configure --prefix=/opt/codeblocks 5$ make ... ... ./editormanager.h :129: error: extra qualification 'EditorManager :: ' on member 'GetTree' ./managedthread.h :14: error: extra qualification 'ManagedThread :: ' on member 'ManagedThread' ./managedthread.h :15: error: extra qualification 'ManagedThread :: ' on member 'ManagedThread' ./xtra_classes.h :21: error: extra qualification 'wxSplitPanel :: ' on member 'wxSplitPanel' ./xtra_classes.h :24: error: extra qualification 'wxSplitPanel :: ' on member 'wxSplitPanel' ./xtra_classes.h :36: error: extra qualification 'wxSplitPanel :: ' on member 'RefreshSplitter' ./xtra_classes.h :38: error: extra qualification 'wxSplitPanel :: ' on member 'wxSplitPanel' 6$ make 7$ make insatll 编辑以上文件的错误行,如 editormanager.h :129...

2007-08-29 · wuan

About Code::Blocks

About us The Code::Blocks team http://www.codeblocks.org/about.shtml Project Leader Yiannis Mandravellos (Mandrav) Location: Greece Role: Project Manager Bio: (Under construction) How he started the project: (Under construction) Co-developers Ricardo Garcia (rickg22) Location: Mexico City Role: All-hands person Bio: Born in 1975, programmer since 12 (his first projects were small games for a bulletin board system). In 1993 he entered the Universidad Nacional Autonoma de Mexico, and joined the independent student research group LINDA, where he researched about Artificial Intelligence and data compression. In 2001, he began studying PHP and XML, where he learned the conce of multi-tier programming. How he joined: I was a regular Dev-C++ user. I had used it for some time, and recently had tested its spinoff wx-devc by Guru Kathiresan. Around 2004, I thought that a C++ IDE should be written in C++ (and not in Delphi), so...

2007-01-12 · wuan

Code Blocks

真的很怀恋使用 Dev-C++的岁月,我就是从 Dev-C++开始明白原来 C++和 VC++不能划等号。 随着 C++Builder、Delphi、SlickEdit+Cygwin 一路下来,已经 3 年过去了。后来工作环境需要用 Linux 作桌面,虽然 SlickEdit 有 Linux 版,但是很可惜,在 Linux 下不能使用输入法,就这样我...

2007-01-11 · wuan