Issue 1: ./bootstrap: line 66: libtoolize: command not found
yum install libtool -yIssue 2: checking for HUNSPELL… configure: error: Package requirements (hunspell) were not met:
yum install hunspell -y # However: Package hunspell-1.2.8-16.el6.i686 already installed and latest version # yum list installed hunspell*,已经安装有了。 yum install hunspell-devel -yIssue 3: checking for GAMIN… configure: error: Package requirements (gamin) were not met:
yum install gamin gamin-devel -yIssue 4: configure: error: needed boost headers not found or not usable
yum install boost boost-devel -y其他问题见参考1。
codeblocks.desktop:
[Desktop Entry] Version=1.0 Type=Application Name=Code::Blocks GenericName=IDE Comment=The open source, cross platform, free C, C++ and Fortran IDEExec=/opt/codeblocks/bin/codeblocks %F Terminal=false MimeType=application/x-codeblocks;application/x-codeblocks-workspace;Icon=/opt/codeblocks/share/codeblocks/icons/app_64.xpm Categories=IDE;Development;StartupNotify=true然后,于"Applications > Programming > Code::Blocks"右键"Add this launcher to desktop”
ps: 配置,调试,快捷以及Windows上安装编译等,参考:Code::Blocks。
Issue 1: Process terminated with status 255 (0 minute(s), 0 second(s))
控制台程序运行时,未打印东西,而是报了如上信息。
yum install xterm -y