LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
123
返回列表 发新帖
楼主: zjf705

Debian下成功编译Code::Blocks-Linux下类似M$VC的集成开发环境

[复制链接]
发表于 2006-7-16 07:55:57 | 显示全部楼层
Post by dajun
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_OPTIONS_WXRC' not found in library
aclocal: configure.in: 7: macro `AM_INIT_AUTOMAKE' not found in library
aclocal: configure.in: 102: macro `AM_CONDITIONAL' not found in library


我也碰到这样的情况,我是用ubuntu 6。06的,我把automake,autoconf等autotools系列的工具全都装上去,就解决了
回复 支持 反对

使用道具 举报

发表于 2006-7-16 23:06:44 | 显示全部楼层
没有用debian 吗?  楼上的到底装了几个软件? 什么版本?


我的automake 1.7.9 autoconf 2.59cvs autogen1.5.8 都装了还是这样提示。。
回复 支持 反对

使用道具 举报

发表于 2006-7-17 23:21:09 | 显示全部楼层
把debian/control里面提到的软件都装上试试
回复 支持 反对

使用道具 举报

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

使用道具 举报

发表于 2006-7-18 21:38:18 | 显示全部楼层
它主页上放有 各种 发行版的安装包,结果网页打不开。。。

谁再去看看,帮忙抓个 debian 的。。
回复 支持 反对

使用道具 举报

发表于 2006-7-19 08:21:52 | 显示全部楼层
wx-config  --prefix下看看,如果没有显示安装的路径,说明你系统没有正确安装wxwdigets
回复 支持 反对

使用道具 举报

发表于 2010-11-6 12:08:32 | 显示全部楼层
已经说的很细致了!!
http://www.codeblocks.org/downloads/26
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表