|
发表于 2006-7-18 21:37:22
|
显示全部楼层
现在编译工具不缺了,wxGTK 也按楼主说的编译安装成功了,在 ./configure 那一步出错 。。
- checking whether to build the contrib plugins... no
- checking if the compiler supports precompiled headers... yes
- configure: error:
- wxWidgets must be installed on your system.
- Please check that wx-config is in path, the directory
- where wxWidgets libraries are installed (returned by
- 'wx-config --libs' or 'wx-config --static --libs' command)
- is in LD_LIBRARY_PATH or equivalent variable and
- wxWindows version is 2.6.0 or above.
复制代码- n1@tonnac:~/Desktop/codeblocks_dev/trunk/debian$ dpkg -l |grep 'wx'
- ii libgl1-mesa-swx11 6.4.2-1 A free implementation of the OpenGL API -- r
- ii libwxbase2.6-0 2.6.3.2.1 wxBase library (runtime) - non-GUI support c
- ii libwxbase2.6-dbg 2.6.3.2.1 wxBase library (debug) - non-GUI support cla
- ii libwxbase2.6-dev 2.6.3.2.1 wxBase library (development) - non-GUI suppo
- ii libwxgtk2.6-0 2.6.3.2.1 wxWidgets Cross-platform C++ GUI toolkit (GT
- ii libwxgtk2.6-dbg 2.6.3.2.1 wxWidgets Cross-platform C++ GUI toolkit (GT
- ii libwxgtk2.6-dev 2.6.3.2.1 wxWidgets Cross-platform C++ GUI toolkit (GT
- ii wx-common 2.6.3.2.1 wxWidgets Cross-platform C++ GUI toolkit (co
- ii wx2.6-headers 2.6.3.2.1 wxWidgets Cross-platform C++ GUI toolkit (he
- ii wx2.6-i18n 2.6.3.2.1 wxWidgets Cross-platform C++ GUI toolkit (i1
- n1@tonnac:~/Desktop/codeblocks_dev/trunk/debian$ dpkg -l |grep 'gtk'
- ii libgtk1.2 1.2.10-18 The GIMP Toolkit set of widgets for X
- ii libgtk1.2-common 1.2.10-18 Common files for the GTK+ library
- ii libgtk2.0-0 2.8.18-1 The GTK+ graphical user interface library
- ii libgtk2.0-bin 2.8.18-1 The programs for the GTK+ graphical user int
- ii libgtk2.0-common 2.8.18-1 Common files for the GTK+ graphical user int
- ii libgtk2.0-dev 2.8.18-1 Development files for the GTK+ library
- ii libgtkhtml3.8-15 3.10.2-1 HTML rendering/editing library - runtime fil
- ii libgtkhtml3.8-dev 3.10.2-1 HTML rendering/editing library - development
- ii libwxgtk2.6-0 2.6.3.2.1 wxWidgets Cross-platform C++ GUI toolkit (GT
- ii libwxgtk2.6-dbg 2.6.3.2.1 wxWidgets Cross-platform C++ GUI toolkit (GT
- ii libwxgtk2.6-dev 2.6.3.2.1 wxWidgets Cross-platform C++ GUI toolkit (GT
- ii python-gtk2 2.8.6-3 Python bindings for the GTK+ widget set
- ii vim-gtk 6.4-007+1 Vi IMproved - enhanced vi editor - with GTK2
复制代码 用 debian apt 安装 的也是没用。。。 |
|