首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >在Linux上从源代码构建FXRuby时出错

在Linux上从源代码构建FXRuby时出错
EN

Stack Overflow用户
提问于 2011-01-28 05:58:00
回答 1查看 278关注 0票数 0

我在从源代码构建FXRuby时遇到了一个问题。下面是我所做的步骤。

FXRuby-1.6.19.tar.gz.

  • extract

  • http://rubyforge.org/frs/?group_id=300&release_id=41247下载源代码,单击文件

$ tar FXRuby-1.6.19.tar.gz

  • follow doc/build.html中的指令

$1.6.19

$ ruby install.rb config -- \install.rb

这是错误消息。

代码语言:javascript
运行
复制
**********************************************************************
*                            Hey!                                    *
*                    Where is FOX installed?                         *
*                                                                    *
* I couldn't locate 'fxver.h' in any of the following directories:   *
*                                                                    *
*   /home/sambath/FXRuby-1.6.19/ext/fox16/include
*   /usr/include/fox-1.6
*   /usr/local/include/fox-1.6
*   /sw/include/fox-1.6
*   /opt/local/include/fox-1.6
*                                                                    *
* Please specify the locations for the FOX header files and library  *
* using the --with-fox-include and --with-fox-lib options to         *
* extconf.rb as described in the FXRuby installation instructions.   *
**********************************************************************

我已经检查了目录/home/sambath/FXRuby-1.6.19/ext/fox16/include,,但是找不到这个目录下的文件。它在哪里?我用的是Ubuntu10.04。

谢谢。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2011-01-28 16:31:20

Sambath,听起来好像您还没有安装FOX,或者您已经将它安装在一个非标准的位置;我猜这是前者。请参阅https://github.com/lylejohnson/fxruby/wiki/Setting-Up-a-Linux-Build-Environment上关于如何在Ubuntu系统上设置构建环境(包括FOX)的说明。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/4825328

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档