edrikL / iptux

Automatically exported from code.google.com/p/iptux
1 stars 0 forks source link

slax下编译不成功 #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
重现问题:
1. 下载源码包,tar zxvf tarball解压生成iptux的目录;
2. 
进入目录,运行./configure,出现gconf-2.0不存在的报错,搜索sla
x相应模块,下载模块及依赖的模块,激活后,./configure运行��
�常;
3. 运行make,输出如下,不知怎么解决

make  all-recursive
make[1]: Entering directory `/root/Downloads/iptux-0.5.1'
Making all in src
make[2]: Entering directory `/root/Downloads/iptux-0.5.1/src'
Making all in uninstall
make[3]: Entering directory `/root/Downloads/iptux-0.5.1/src/uninstall'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/Downloads/iptux-0.5.1/src/uninstall'
make[3]: Entering directory `/root/Downloads/iptux-0.5.1/src'
g++ -Wall -g -O2   -o iptux AnalogFS.o Command.o CoreThread.o DataSettings.o 
DetectPal.o DialogGroup.o DialogPeer.o HelpDialog.o LogSystem.o MainWindow.o 
ProgramData.o RecvFile.o
make[3]: Leaving directory `/root/Downloads/iptux-0.5.1/src'
make[2]: Leaving directory `/root/Downloads/iptux-0.5.1/src'
make[1]: Leaving directory `/root/Downloads/iptux-0.5.1'

Original issue reported on code.google.com by yanglibi...@gmail.com on 8 Nov 2010 at 1:51

GoogleCodeExporter commented 9 years ago
iptux will check gconf in configure

Original comment by lidaob...@gmail.com on 24 Nov 2011 at 2:24