由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - What's wrong with "CXTERM"CXTERM INSTALL : HELP !
相关主题
Help about installing Cxterm5.0!!!!CXTERM 终结说明
About install cxterm on HP-Unix system. Help[转载] 请问关于STEVENS的书里面程序在LINUX下面跑的问题
cxterm compileOpenbox安装、配置问题
为何我在Solaris下用netscape看不了中文?help on cxterm
where is the pre-build version of cxterm-solarishelp: how to read Chinese in Sun unix?
为什么我用cnprint3.3 转换得到的ps全是乱码?Help: failed to compile cxterm with cc
Solaris的中文支持?makefile 文件是不是可以看作一种shell?
gcc 编译的时候要包括 header source file 吗?哪位大虾熟悉gnu的make?
相关话题的讨论汇总
话题: cxterm话题: makefiles话题: making话题: install话题: sysv
进入Unix版参与讨论
1 (共1页)
u*******n
发帖数: 119
1
I install "cxterm5.0.p3" in my machine, which is "SunOS 5.7".
However, complie is not successful. The "Install.log" is as
below :
Building cxterm Version 5.0
Thu Jan 4 17:06:35 PST 2001
xmkmf
imake -DUseInstalled -I/usr/openwin/lib/X11/config
make xrelease
You are using X11R6
make Makefiles
making Makefiles in cxterm...
making Makefiles in utils...
making Makefiles in dict...
making Makefiles in dict/gb...
making Makefiles in dict/big5...
making Makefiles in dict/jis...
making Makefiles in di
m*******m
发帖数: 182
2
A little hack. SYSV is defined twice (in command line and
in main()), so get rid of the one in main().

【在 u*******n 的大作中提到】
: I install "cxterm5.0.p3" in my machine, which is "SunOS 5.7".
: However, complie is not successful. The "Install.log" is as
: below :
: Building cxterm Version 5.0
: Thu Jan 4 17:06:35 PST 2001
: xmkmf
: imake -DUseInstalled -I/usr/openwin/lib/X11/config
: make xrelease
: You are using X11R6
: make Makefiles

u*******n
发帖数: 119
3
Thanks at first.
I checked the file "main.c".
SYSV is only defined once in command line.
//sigh

A little hack. SYSV is defined twice (in command line and
in main()), so get rid of the one in main().

【在 m*******m 的大作中提到】
: A little hack. SYSV is defined twice (in command line and
: in main()), so get rid of the one in main().

m*******m
发帖数: 182
4
Hmm, can you double check this?
In my source code main.c, I see it in the line 101-109
block.
...
101 #ifdef SVR4
102 #define SYSV /* SVR4 is (approx) superset
of SVR3 */
103 #define ATT
104 #define USE_SYSV_UTMP
105 /*#ifndef sgi*/ /* this doesn't really work,
-ygz */
106 #define USE_TERMIOS
107 /*#endif*/
108 #define HAS_UTMP_UT_HOST
109 #endif
...

【在 u*******n 的大作中提到】
: Thanks at first.
: I checked the file "main.c".
: SYSV is only defined once in command line.
: //sigh
:
: A little hack. SYSV is defined twice (in command line and
: in main()), so get rid of the one in main().

m*******m
发帖数: 182
5
Hmm, can you double check this?
In my source code main.c, I see it in the line 101-109
block.
...
101 #ifdef SVR4
102 #define SYSV /* SVR4 is (approx) superset
of SVR3 */
103 #define ATT
104 #define USE_SYSV_UTMP
105 /*#ifndef sgi*/ /* this doesn't really work,
-ygz */
106 #define USE_TERMIOS
107 /*#endif*/
108 #define HAS_UTMP_UT_HOST
109 #endif
...

【在 u*******n 的大作中提到】
: Thanks at first.
: I checked the file "main.c".
: SYSV is only defined once in command line.
: //sigh
:
: A little hack. SYSV is defined twice (in command line and
: in main()), so get rid of the one in main().

1 (共1页)
进入Unix版参与讨论
相关主题
哪位大虾熟悉gnu的make?where is the pre-build version of cxterm-solaris
cxterm compile (successful !!! @_@)为什么我用cnprint3.3 转换得到的ps全是乱码?
这样的问题还能继续吗?Re: 不是ROOT可以在UNIX下装CXTERM吗?Solaris的中文支持?
帮我看看我的GCC怎么了!谢谢gcc 编译的时候要包括 header source file 吗?
Help about installing Cxterm5.0!!!!CXTERM 终结说明
About install cxterm on HP-Unix system. Help[转载] 请问关于STEVENS的书里面程序在LINUX下面跑的问题
cxterm compileOpenbox安装、配置问题
为何我在Solaris下用netscape看不了中文?help on cxterm
相关话题的讨论汇总
话题: cxterm话题: makefiles话题: making话题: install话题: sysv