当前位置: 技术问答>linux和unix
高手帮忙,glade 的编译问题
来源: 互联网 发布时间:2016-05-07
本文导语: solaris10 下,用glade2写了一个工程p7,但不能编译,错误信息如下: autogen.sh **Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, please specify them on the `./autogen.sh' command line. find: 错误选...
solaris10 下,用glade2写了一个工程p7,但不能编译,错误信息如下:
autogen.sh
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.
find: 错误选项 -path
find: [-H | -L] 路径列表 谓词列表
Running ./configure --enable-maintainer-mode ...
configure: WARNING: Unrecognized options: --enable-maintainer-mode
./configure: line 1729: syntax error near unexpected token `p7,'
./configure: line 1729: `AM_INIT_AUTOMAKE(p7, 0.1)'
不知什么原因?
谢谢
autogen.sh
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.
find: 错误选项 -path
find: [-H | -L] 路径列表 谓词列表
Running ./configure --enable-maintainer-mode ...
configure: WARNING: Unrecognized options: --enable-maintainer-mode
./configure: line 1729: syntax error near unexpected token `p7,'
./configure: line 1729: `AM_INIT_AUTOMAKE(p7, 0.1)'
不知什么原因?
谢谢
|
find命令的使用不正确
你是在Windows下写完程序,然后拿到Solaris上运行的吗?
如果是,需要做字符转换:
dos2unix filename
|
关注下!
楼主记得给我一分,呵呵
楼主记得给我一分,呵呵
|
这个时候需要判断一下你的GLADE是否安装正确。
写一个GTK小程序测试一下即可。
写一个GTK小程序测试一下即可。