[原创]Wine 编译安装-中文设置 [更新-08-02-27]
-
- 帖子: 28
- 注册时间: 2008-05-04 11:29
-
- 帖子: 34
- 注册时间: 2007-11-03 16:56
-
- 帖子: 3
- 注册时间: 2007-11-01 19:33
这个问题怎么解决,我在网上找过,但是他们所说的没装什么什么的,我查过我都装了,但是不是出现这个问题。
akinlau@akinlau-desktop:/tmp/wine-1.0-rc1$ sudo ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... unsupported
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for the directory containing the Wine tools... $(TOPOBJDIR)
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
akinlau@akinlau-desktop:/tmp/wine-1.0-rc1$ sudo ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... unsupported
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for the directory containing the Wine tools... $(TOPOBJDIR)
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
-
- 帖子: 44
- 注册时间: 2008-05-10 0:14
-
- 帖子: 1
- 注册时间: 2008-07-25 9:29
{standard input}: Assembler messages:
{standard input}:7419: Warning: end of file not at end of a line; newline inserted
{standard input}:7752: Error: suffix or operands invalid for `mov'
gcc: 内部错误:段错误 (程序 cc1)
请提交一份完整的错误报告。
具体步骤请参见 <http://bugzilla.redhat.com/bugzilla>。
make[2]: *** [menu.o] 错误 1
make[2]: Leaving directory `/root/桌面/wine-1.1.2/dlls/user32/tests'
make[1]: *** [user32/tests] 错误 2
make[1]: Leaving directory `/root/桌面/wine-1.1.2/dlls'
make: *** [dlls] 错误 2
You have new mail in /var/spool/mail/root
郁闷这个错误有谁出现过啊,哪位大哥帮忙解决下
{standard input}:7419: Warning: end of file not at end of a line; newline inserted
{standard input}:7752: Error: suffix or operands invalid for `mov'
gcc: 内部错误:段错误 (程序 cc1)
请提交一份完整的错误报告。
具体步骤请参见 <http://bugzilla.redhat.com/bugzilla>。
make[2]: *** [menu.o] 错误 1
make[2]: Leaving directory `/root/桌面/wine-1.1.2/dlls/user32/tests'
make[1]: *** [user32/tests] 错误 2
make[1]: Leaving directory `/root/桌面/wine-1.1.2/dlls'
make: *** [dlls] 错误 2
You have new mail in /var/spool/mail/root
郁闷这个错误有谁出现过啊,哪位大哥帮忙解决下
- laddin
- 帖子: 25
- 注册时间: 2008-08-15 10:03
- windowssux
- 帖子: 618
- 注册时间: 2006-08-06 16:58
- 来自: 北海
-
- 帖子: 18
- 注册时间: 2008-06-15 21:04
我一步步做还是出问题?
/usr/bin/ld: cannot find -lXext
collect2: ld 返回 1
winegcc: gcc failed
make[2]: *** [winex11.drv.so] 错误 2
make[2]: Leaving directory `/home/sky/wine-1.1.3/dlls/winex11.drv'
make[1]: *** [winex11.drv/__install-lib__] 错误 2
make[1]: Leaving directory `/home/sky/wine-1.1.3/dlls'
make: *** [dlls/__install-lib__] 错误 2
应该怎么解决?
collect2: ld 返回 1
winegcc: gcc failed
make[2]: *** [winex11.drv.so] 错误 2
make[2]: Leaving directory `/home/sky/wine-1.1.3/dlls/winex11.drv'
make[1]: *** [winex11.drv/__install-lib__] 错误 2
make[1]: Leaving directory `/home/sky/wine-1.1.3/dlls'
make: *** [dlls/__install-lib__] 错误 2
应该怎么解决?
-
- 帖子: 4
- 注册时间: 2009-08-25 22:20
Re: [原创]Wine 编译安装-中文设置 [更新-08-02-27]

但楼主没有附加字体不能显示的解决方案,以下是我google到的,分享一下。
WINE中文字体方块的解决
* 05/08
* 2008
-
解决了WINE的中文字体显示方块的问题。
运行wine regedit,打开注册表,找到HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes,删除所有键值(其实只要删除MS Shell Dlg和MS Shell Dlg2即可)。
主要原因为tahoma字体在Linux下无法显示中文。