保存下面的代码到文件sublime_imfix.c(位于~目录)#include <gtk/gtkimcontext.h>void gtk_im_context_set_client_window (GtkIMContext *context, GdkWindow *window){ GtkIMCo ...
分类:
其他好文 时间:
2016-08-29 17:37:19
阅读次数:
170
org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed] at org.eclipse.swt.SWT.error(Unknown Source) at org.eclipse.swt.widgets.Display.cr ...
分类:
系统相关 时间:
2016-08-26 15:09:33
阅读次数:
2455
本文记录了Ubuntu 14.04下使用源码手动安装OpenCV 3.0的过程。此外记录了在Python中安装及载入OpenCV的方法。 1、安装OpenCV所需的库(编译器、必须库、可选库) GCC 4.4.x or later CMake 2.6 or higher Git GTK+2.x or... ...
分类:
编程语言 时间:
2016-08-24 14:27:31
阅读次数:
210
本文记录了Ubuntu 14.04下使用源码手动安装OpenCV 3.0的过程。此外记录了在Python中安装及载入OpenCV的方法。 1、安装OpenCV所需的库(编译器、必须库、可选库) GCC 4.4.x or later CMake 2.6 or higher Git GTK+2.x or... ...
分类:
编程语言 时间:
2016-08-23 01:38:34
阅读次数:
535
http://blog.csdn.net/yuzhenxiong0823/article/details/7727133 wxWidgets在Linux下有wxGTK和wxX11供使用,各需要GTK和X11开发环境; wxWidgets在linux下有wxGTK和wxX11供使用,但是分别需要配置G ...
分类:
系统相关 时间:
2016-08-18 21:07:39
阅读次数:
222
In Ubuntu 10.4 Desktop and "root" login apt-get install build-essential libncurses5-dev apt-get install autoconf apt-get install libtool apt-get insta ...
分类:
系统相关 时间:
2016-08-14 10:18:20
阅读次数:
2435
首先,安装codeblocks:yum install codeblocks* -y 然后安装gcc,gdb,g++:yum install gcc gdb gcc-c++ -y 然后安装gtk的一些必要组件:yum install gtk2 gtk2-devel gtk2-devel-docs - ...
分类:
其他好文 时间:
2016-08-14 07:51:03
阅读次数:
167
In recent days the weather is very hot Unable to sleep properly Under the state of daze research gtk3 static compiler. build static libs export LIBFFI ...
gtk2.x 静态编译时 需要注意的是 cairo cairo 1.14.x 使用了 mutex , 用动态方式时 DllMain 中调用了 CAIRO_MUTEX_INITIALIZE () 在静态编译时不能自动初始化 mutex , 所以 gtk 静态程序出现错误. 需要在 gtk_init() ...
分类:
其他好文 时间:
2016-08-12 01:08:54
阅读次数:
229
centos 记事本,有时候感觉不够用,或者 出毛病,打不开文件 然后决定安装个其他的记事本, 找来找去, 感觉 SciTE 还可以,于是下载源码编译安装,结果 No package ‘gtk+-2.0′ found 搜了下 就搜到个解决方法, 记下: 原文:http://cchxm1978.blo ...
分类:
其他好文 时间:
2016-08-09 13:34:59
阅读次数:
114