LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: txkss

求:一个好的下载工具

[复制链接]
 楼主| 发表于 2005-1-20 19:42:27 | 显示全部楼层
遇到问题了
安装prozgui时在编译的时候产生了两个错误
我用的同RHAS 3
main.cpp:477: syntax error before `(' token
main.cpp:479: `load_savefile' cannot be used as a function
main.cpp:480: `struct runtime' has no member named `prefs_win'
main.cpp:480: `make_prefs_win' undeclared (first use this function)
main.cpp:481: `make_about_win' undeclared (first use this function)
main.cpp:482: `Fl_Callback' undeclared (first use this function)
main.cpp:482: syntax error before `)' token
main.cpp:483: invalid use of undefined type `class Main_Window'
main.cpp:74: forward declaration of `class Main_Window'
main.cpp:485: `make_url_input_win' undeclared (first use this function)
main.cpp:506: syntax error before `::' token
main.cpp:507: syntax error before `::' token
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/tmp/prozgui-2.0.5beta/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/prozgui-2.0.5beta'
make: *** [all] Error 2
[root@localhost prozgui-2.0.5beta]#

请大家给我出出主意吧
回复 支持 反对

使用道具 举报

发表于 2005-1-20 21:07:36 | 显示全部楼层
Post by guanhuaming
老大,你干嘛非得要卖关子呢?你就直接说一下prozconfig里加入什么内容就可以支持代理不就行了????唉,真够累的。。。。

My prozconfig is as below:

# ProZilla preferences file
# This file is loaded and OVERWRITTEN each time ProZilla is run.
# Please try to avoid writing to this file.
#
threads=5
tries=0
pasv=1
retrydelay=15
conntimeout=90
maxbpsperdl=0
debug=0
pragmanocache=0
outputdir=/home/d00m3d/MyDownloads
httpproxy=192.168.0.6:8080
httpproxyuser=xxxxxxxxx
httpproxypassword=yyyyyyy
httpproxytype=7
usehttpproxy=1
ftpproxy=192.168.0.6:8080
ftpproxyuser=xxxxxxxxx
ftpproxypassword=yyyyyyy
ftpproxytype=7
useftpproxy=0
mirrorsreq=40
maxsimulpings=5
maxpingwait=8
defaultftpsearch=0
ftpsearchserverid=0

I have censored my username and password.  Replace whatever applicable to you.  Hope this help.
回复 支持 反对

使用道具 举报

发表于 2005-1-20 21:13:08 | 显示全部楼层
Post by txkss
遇到问题了
安装prozgui时在编译的时候产生了两个错误
我用的同RHAS 3
main.cpp:477: syntax error before `(' token
main.cpp:479: `load_savefile' cannot be used as a function
main.cpp:480: `struct runtime' has no member named `prefs_win'
main.cpp:480: `make_prefs_win' undeclared (first use this function)
main.cpp:481: `make_about_win' undeclared (first use this function)
main.cpp:482: `Fl_Callback' undeclared (first use this function)
main.cpp:482: syntax error before `)' token
main.cpp:483: invalid use of undefined type `class Main_Window'
main.cpp:74: forward declaration of `class Main_Window'
main.cpp:485: `make_url_input_win' undeclared (first use this function)
main.cpp:506: syntax error before `::' token
main.cpp:507: syntax error before `::' token
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/tmp/prozgui-2.0.5beta/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/prozgui-2.0.5beta'
make: *** [all] Error 2
[root@localhost prozgui-2.0.5beta]#

请大家给我出出主意吧

Have you compiled FLTK?
回复 支持 反对

使用道具 举报

发表于 2005-1-20 22:32:00 | 显示全部楼层
正想找一个呢,进来看看,回来去试试,^_^
回复 支持 反对

使用道具 举报

发表于 2005-1-21 09:53:15 | 显示全部楼层
Post by d00m3d
My prozconfig is as below:

# ProZilla preferences file
# This file is loaded and OVERWRITTEN each time ProZilla is run.
# Please try to avoid writing to this file.
#
threads=5
tries=0
pasv=1
retrydelay=15
conntimeout=90
maxbpsperdl=0
debug=0
pragmanocache=0
outputdir=/home/d00m3d/MyDownloads
httpproxy=192.168.0.6:8080
httpproxyuser=xxxxxxxxx
httpproxypassword=yyyyyyy
httpproxytype=7
usehttpproxy=1
ftpproxy=192.168.0.6:8080
ftpproxyuser=xxxxxxxxx
ftpproxypassword=yyyyyyy
ftpproxytype=7
useftpproxy=0
mirrorsreq=40
maxsimulpings=5
maxpingwait=8
defaultftpsearch=0
ftpsearchserverid=0

I have censored my username and password.  Replace whatever applicable to you.  Hope this help.


Thank you very much!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-1-21 17:17:48 | 显示全部楼层

我没有编译FLTK啊

Post by d00m3d
Have you compiled FLTK?



应该怎么做呢?
回复 支持 反对

使用道具 举报

发表于 2005-1-21 18:00:07 | 显示全部楼层
记得我第一次编译时也是这个问题
后来才发现主页上写着需要fltk
http://prozilla.genesys.ro/downl ... .0.11-source.tar.gz
编译上它就可以了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-1-21 18:49:33 | 显示全部楼层
Post by 6692975
记得我第一次编译时也是这个问题
后来才发现主页上写着需要fltk
http://prozilla.genesys.ro/downl ... .0.11-source.tar.gz
编译上它就可以了。


我的操作如下
[root@localhost fltk-1.0.11]# ./install-sh
install:        no input file specified
[root@localhost fltk-1.0.11]# ./configure
loading cache ./config.cache
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for nroff... (cached) /usr/bin/nroff
checking for htmldoc... no
checking whether byte ordering is bigendian... (cached) no
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 4
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for sys/select.h... (cached) yes
checking for sys/stdtypes.h... (cached) no
checking for scandir... (cached) yes
checking for vsnprintf... (cached) yes
checking for snprintf... (cached) yes
checking for vsprintf... (cached) yes
checking for strings.h... (cached) yes
checking for strcasecmp... (cached) yes
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
configure: warning: Ignoring libraries " -lSM -lICE" requested by configure.
checking for GL/gl.h... (cached) yes
checking for glXMakeCurrent in -lGL... (cached) yes
checking for GL/glu.h... (cached) yes
checking for X11/extensions/Xdbe.h... (cached) yes
checking for X overlay visuals... (cached) no
checking Testing if GCC supports -fno-exceptions...... yes; disabling them for FLTK...
creating ./config.status
creating makeinclude
creating config.h
config.h is unchanged
[root@localhost fltk-1.0.11]#
第二步make的时候产生了错误
(unsigned char, int, int, int, int, char const*)':
: undefined reference to `operator new(unsigned int)'
../lib/libfltk.a(forms_compatability.o)(.gnu.linkonce.t._ZN12Fl_FormsTextD0Ev+0x21): In function `Fl_FormsText::~Fl_FormsText()':
: undefined reference to `operator delete(void*)'
../lib/libfltk.a(forms_compatability.o)(.gnu.linkonce.d._ZTI12Fl_FormsText+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
../lib/libfltk.a(fl_draw_image.o)(.text+0xf93): In function `innards(unsigned char const*, int, int, int, int, int, int, int, void (*)(void*, int, int, int, unsigned char*), void*)':
: undefined reference to `operator new[](unsigned int)'
../lib/libfltk.a(fl_draw_image.o)(.text+0x114f): In function `innards(unsigned char const*, int, int, int, int, int, int, int, void (*)(void*, int, int, int, unsigned char*), void*)':
: undefined reference to `operator delete[](void*)'
collect2: ld returned 1 exit status
make[1]: *** [fluid] Error 1
make[1]: Leaving directory `/tmp/fltk-1.0.11/fluid'
[root@localhost fltk-1.0.11]#
最后去安装prozgui时也同样遇到先前的错误
请兄弟帮忙
回复 支持 反对

使用道具 举报

发表于 2005-1-21 19:08:29 | 显示全部楼层
我使用dx4,不过感觉不太爽,上传就用自带gftp,gftp功能很强,现在我还没研究透
回复 支持 反对

使用道具 举报

发表于 2005-1-21 23:25:39 | 显示全部楼层
gftp功能很强?

lftp is much stronger!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表