trickwong / xgcom

Automatically exported from code.google.com/p/xgcom
GNU General Public License v2.0
0 stars 0 forks source link

ubuntu 64 #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
在ubuntu 10.10 64下编译后无法执行。

使用./autogen.sh后,执行时make提示
Makefile.am:7: blank line following trailing backslash
修改Makefile.am后可以正常编译后执行xgcom提示

(process:16956): Gdk-WARNING **: locale not supported by C library

(process:16956): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
段错误

Original issue reported on code.google.com by gump.yang on 8 Nov 2010 at 4:14

Attachments:

GoogleCodeExporter commented 9 years ago
是的,在Makefile.am中这个是个语法错误,谢谢,回头立即修正
!

Locale not supported by C library: 这个问题我也正在想办法。。。

Original comment by Helight.Xu@gmail.com on 8 Nov 2010 at 10:59

GoogleCodeExporter commented 9 years ago
在编译运行有问题的情况下请使用一下的编译方法:

export LDFLAGS="-L/lib32 -L/usr/lib32" && export CC="gcc -m32" && ./configure
也是另外以为网友提供!

Original comment by Helight.Xu@gmail.com on 22 Nov 2010 at 3:32

GoogleCodeExporter commented 9 years ago

Original comment by Helight.Xu@gmail.com on 23 Nov 2010 at 10:50