
IDE
izaxaca
这个作者很懒,什么都没留下…
展开
-
code:blocks 10.05编译gtk+2.0找不到库文件的解决办法
1.setting--compile and debug--compile setting--other option:`pkg-config --cflags gtk+-2.0 `2.setting--compile and debug--linker sett原创 2011-08-11 15:47:38 · 904 阅读 · 0 评论 -
code::blocks10.05调试多线程报错解决办法
linux下使用pthread 相关函数时,如果是使用makefile,需要LDFLAGS=-lpthread但是使用code::blocks默认使用的makefile是没有这个选项的,所以在编译时会报错,undefined reference to pthread_create原创 2011-07-14 15:57:33 · 540 阅读 · 0 评论 -
编译安装最新的code::blocks IDE
下载源码codeblocks-10.05-src.tar.bz2,打开终端切换到源码解压所在文件夹1.sudo apt-get install subversionsvn checkout http://svn.berlios.de/svnroot/repos/codeblock原创 2011-07-14 09:04:33 · 677 阅读 · 0 评论 -
Ubuntu 下code::blocks更改程序运行终端
setting -- environment -- general setting -- terminal to launch console program更改成: gnome-terminal -t $TITLE -x原创 2011-08-04 13:58:44 · 640 阅读 · 0 评论 -
codeblocks编译qy4
第一次新建工程时需要填写:base:/usr/lib/qt4include:/usr/include/qt4lib:/usr/libqt location/usr/share/qt4关闭后重新新建工程即可原创 2011-08-23 13:54:36 · 437 阅读 · 0 评论 -
codeblocks设置#define
右击工程--build option--compile setting--#defines里面加入__define再代码里就可以:#ifdef __define printf("11\n");#endif原创 2011-08-24 15:01:47 · 1350 阅读 · 0 评论