LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 833|回复: 8

prozgui多线程下载工具 安装完了输入什么命令启动它啊?

[复制链接]
发表于 2004-5-16 09:40:34 | 显示全部楼层 |阅读模式
如题
我总是在安装完程序后不知道该如何启动它们
有什么方法可以自己人包的信息中得知吗?
发表于 2004-5-16 09:50:54 | 显示全部楼层
prozgui
 楼主| 发表于 2004-5-16 09:52:48 | 显示全部楼层
[root@www prozgui-2.0.5beta]# proz
bash: proz: command not found
[root@www prozgui-2.0.5beta]#
发表于 2004-5-16 09:54:09 | 显示全部楼层
command line: proz
gui: prozgui
you must install prozilla and prozgui
 楼主| 发表于 2004-5-16 09:58:02 | 显示全部楼层
/usr/local/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[2]: Leaving directory `/root/programs/prozgui-2.0.5beta/libprozilla/po'
Making install in docs
make[2]: Entering directory `/root/programs/prozgui-2.0.5beta/libprozilla/docs'
make[3]: Entering directory `/root/programs/prozgui-2.0.5beta/libprozilla/docs'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/programs/prozgui-2.0.5beta/libprozilla/docs'
make[2]: Leaving directory `/root/programs/prozgui-2.0.5beta/libprozilla/docs'
Making install in src
make[2]: Entering directory `/root/programs/prozgui-2.0.5beta/libprozilla/src'
make[3]: Entering directory `/root/programs/prozgui-2.0.5beta/libprozilla/src'
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool --mode=install /usr/bin/install -c  libprozilla.la /usr/local/lib/libprozilla.la
/usr/bin/install -c .libs/libprozilla.lai /usr/local/lib/libprozilla.la
/usr/bin/install -c .libs/libprozilla.a /usr/local/lib/libprozilla.a
ranlib /usr/local/lib/libprozilla.a
chmod 644 /usr/local/lib/libprozilla.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /usr/local/include
/usr/bin/install -c -m 644 prozilla.h /usr/local/include/prozilla.h
/usr/bin/install -c -m 644 netrc.h /usr/local/include/netrc.h
make[3]: Leaving directory `/root/programs/prozgui-2.0.5beta/libprozilla/src'
make[2]: Leaving directory `/root/programs/prozgui-2.0.5beta/libprozilla/src'
make[2]: Entering directory `/root/programs/prozgui-2.0.5beta/libprozilla'
make[3]: Entering directory `/root/programs/prozgui-2.0.5beta/libprozilla'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/programs/prozgui-2.0.5beta/libprozilla'
make[2]: Leaving directory `/root/programs/prozgui-2.0.5beta/libprozilla'
make[1]: Leaving directory `/root/programs/prozgui-2.0.5beta/libprozilla'
Making install in intl
make[1]: Entering directory `/root/programs/prozgui-2.0.5beta/intl'
if test "prozgui" = "gettext" \
   && test '' = 'intl-compat.o'; then \
  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/lib /usr/local/include; \
  /usr/bin/install -c -m 644 libintl.h /usr/local/include/libintl.h; \
  /bin/sh ../libtool --mode=install \
    /usr/bin/install -c -m 644 libintl.a /usr/local/lib/libintl.a; \
else \
  : ; \
fi
if test 'no' = yes; then \
  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/lib; \
  temp=/usr/local/lib/t-charset.alias; \
  dest=/usr/local/lib/charset.alias; \
  if test -f /usr/local/lib/charset.alias; then \
    orig=/usr/local/lib/charset.alias; \
    sed -f ref-add.sed $orig > $temp; \
    /usr/bin/install -c -m 644 $temp $dest; \
    rm -f $temp; \
  else \
    if test yes = no; then \
      orig=charset.alias; \
      sed -f ref-add.sed $orig > $temp; \
      /usr/bin/install -c -m 644 $temp $dest; \
      rm -f $temp; \
    fi; \
  fi; \
  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/locale; \
  test -f /usr/local/share/locale/locale.alias \
    && orig=/usr/local/share/locale/locale.alias \
    || orig=./locale.alias; \
  temp=/usr/local/share/locale/t-locale.alias; \
  dest=/usr/local/share/locale/locale.alias; \
  sed -f ref-add.sed $orig > $temp; \
  /usr/bin/install -c -m 644 $temp $dest; \
  rm -f $temp; \
else \
  : ; \
fi
if test "prozgui" = "gettext"; then \
  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/gettext/intl; \
  /usr/bin/install -c -m 644 VERSION /usr/local/share/gettext/intl/VERSION; \
  /usr/bin/install -c -m 644 ChangeLog.inst /usr/local/share/gettext/intl/ChangeLog; \
  dists="Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gettext.h gettextP.h hash-string.h libgnuintl.h libgettext.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y localcharset.c intl-compat.c"; \
  for file in $dists; do \
    /usr/bin/install -c -m 644 ./$file \
                    /usr/local/share/gettext/intl/$file; \
  done; \
  chmod a+x /usr/local/share/gettext/intl/config.charset; \
  dists="plural.c"; \
  for file in $dists; do \
    if test -f $file; then dir=.; else dir=.; fi; \
    /usr/bin/install -c -m 644 $dir/$file \
                    /usr/local/share/gettext/intl/$file; \
  done; \
  dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c"; \
  for file in $dists; do \
    rm -f /usr/local/share/gettext/intl/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory `/root/programs/prozgui-2.0.5beta/intl'
Making install in po
make[1]: Entering directory `/root/programs/prozgui-2.0.5beta/po'
if test -r ".././mkinstalldirs"; then \
  .././mkinstalldirs /usr/local/share; \
else \
  /bin/sh ../mkinstalldirs /usr/local/share; \
fi
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/prozgui.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/prozgui.mo
installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/prozgui.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/prozgui.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/prozgui.mo
if test "prozgui" = "gettext"; then \
  if test -r ".././mkinstalldirs"; then \
    .././mkinstalldirs /usr/local/share/gettext/po; \
  else \
    /bin/sh ../mkinstalldirs /usr/local/share/gettext/po; \
  fi; \
  /usr/bin/install -c -m 644 ./Makefile.in.in \
                  /usr/local/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[1]: Leaving directory `/root/programs/prozgui-2.0.5beta/po'
Making install in src
make[1]: Entering directory `/root/programs/prozgui-2.0.5beta/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I..  -I../libprozilla/src -I/usr/local/include   -DLOCALEDIR=\"/usr/local/share/locale\"  -Wall -ggdb -D_REENTRANT -MT main.o -MD -MP -MF ".deps/main.Tpo" \
  -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp; \
then mv ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
main.cpp:26:19: FL/Fl.H: 没有那个文件或目录
main.cpp:27:26: FL/Fl_Window.H: 没有那个文件或目录
main.cpp:28:23: FL/Fl_Box.H: 没有那个文件或目录
main.cpp:29:56: FL/Fl_Group.H: 没有那个文件或目录
main.cpp:30:62: FL/fl_ask.H: 没有那个文件或目录
main.cpp:31:28: FL/Fl_Menu_Bar.H: 没有那个文件或目录
main.cpp:32:25: FL/Fl_Input.H: 没有那个文件或目录
main.cpp:33:26: FL/Fl_Output.H: 没有那个文件或目录
main.cpp:34:27: FL/Fl_Browser.H: 没有那个文件或目录
main.cpp:35:24: FL/fl_draw.H: 没有那个文件或目录
main.cpp:36:32: FL/Fl_Hold_Browser.H: 没有那个文件或目录
main.cpp:37:18: FL/x.H: 没有那个文件或目录
In file included from main.cpp:47:
download_win.h:5:19: FL/Fl.H: 没有那个文件或目录
download_win.h:6:26: FL/Fl_Window.H: 没有那个文件或目录
download_win.h:7:23: FL/Fl_Box.H: 没有那个文件或目录
download_win.h:8:56: FL/Fl_Group.H: 没有那个文件或目录
download_win.h:9:62: FL/fl_ask.H: 没有那个文件或目录
download_win.h:10:28: FL/Fl_Menu_Bar.H: 没有那个文件或目录
download_win.h:11:25: FL/Fl_Input.H: 没有那个文件或目录
download_win.h:12:26: FL/Fl_Output.H: 没有那个文件或目录
download_win.h:14:27: FL/Fl_Browser.H: 没有那个文件或目录
download_win.h:15:24: FL/fl_draw.H: 没有那个文件或目录
download_win.h:16:26: FL/Fl_Scroll.H: 没有那个文件或目录
In file included from download_win.h:18,
                 from main.cpp:47:
dl_win.h:5:19: FL/Fl.H: 没有那个文件或目录
In file included from dl_win.h:6,
                 from download_win.h:18,
                 from main.cpp:47:
Fl_Progress.H:33:26: FL/Fl_Widget.H: 没有那个文件或目录
In file included from dl_win.h:6,
                 from download_win.h:18,
                 from main.cpp:47:
Fl_Progress.H:41: syntax error before `{' token
Fl_Progress.H: In function `void maximum(float)':
Fl_Progress.H:54: `maximum_' undeclared (first use this function)
Fl_Progress.H:54: (Each undeclared identifier is reported only once for each
   function it appears in.)
Fl_Progress.H:54: `redraw' undeclared (first use this function)
Fl_Progress.H: At global scope:
Fl_Progress.H:55: non-member function `float maximum()' cannot have `const'
   method qualifier
Fl_Progress.H: In function `void minimum(float)':
Fl_Progress.H:57: `minimum_' undeclared (first use this function)
Fl_Progress.H: At global scope:
Fl_Progress.H:58: non-member function `float minimum()' cannot have `const'
   method qualifier
Fl_Progress.H: In function `void value(float)':
Fl_Progress.H:60: `value_' undeclared (first use this function)
Fl_Progress.H: At global scope:
Fl_Progress.H:61: non-member function `float value()' cannot have `const'
   method qualifier
Fl_Progress.H:62: syntax error before `}' token
In file included from download_win.h:18,
                 from main.cpp:47:
dl_win.h:8:26: FL/Fl_Window.H: 没有那个文件或目录
In file included from download_win.h:18,
                 from main.cpp:47:
dl_win.h:9: `Fl_Window' was not declared in this scope
dl_win.h:9: syntax error before `,' token
dl_win.h:10:26: FL/Fl_Button.H: 没有那个文件或目录
dl_win.h:11: `Fl_Button' was not declared in this scope
dl_win.h:11: syntax error before `,' token
dl_win.h:12: `Fl_Button' was not declared in this scope
dl_win.h:12: syntax error before `,' token
dl_win.h:13: `Fl_Button' was not declared in this scope
dl_win.h:13: syntax error before `,' token
dl_win.h:14:26: FL/Fl_Output.H: 没有那个文件或目录
dl_win.h:15:27: FL/Fl_Browser.H: 没有那个文件或目录
dl_win.h:16:26: FL/Fl_Scroll.H: 没有那个文件或目录
dl_win.h:18: syntax error before `{' token
dl_win.h:21: syntax error before `*' token
dl_win.h:22: syntax error before `*' token
dl_win.h:23: syntax error before `*' token
dl_win.h:24: syntax error before `*' token
dl_win.h:25: syntax error before `*' token
dl_win.h:26: syntax error before `*' token
dl_win.h:27: syntax error before `*' token
dl_win.h:28: syntax error before `*' token
dl_win.h:29: syntax error before `*' token
dl_win.h:30: syntax error before `*' token
dl_win.h:31: syntax error before `*' token
dl_win.h:32: syntax error before `*' token
dl_win.h:36: syntax error before `}' token
dl_win.h:37: `Fl_Button' was not declared in this scope
dl_win.h:37: syntax error before `,' token
dl_win.h:38:25: FL/Fl_Group.H: 没有那个文件或目录
dl_win.h:39:23: FL/Fl_Box.H: 没有那个文件或目录
dl_win.h:44: syntax error before `*' token
dl_win.h:45: syntax error before `*' token
dl_win.h:46: syntax error before `*' token
dl_win.h:55: `Fl_Button' was not declared in this scope
dl_win.h:55: syntax error before `,' token
dl_win.h:60: syntax error before `*' token
dl_win.h:61: syntax error before `*' token
dl_win.h:62: syntax error before `*' token
dl_win.h:68: `Fl_Button' was not declared in this scope
dl_win.h:68: syntax error before `,' token
dl_win.h:69: `Fl_Button' was not declared in this scope
dl_win.h:69: syntax error before `,' token
dl_win.h:74: syntax error before `*' token
dl_win.h:75: syntax error before `*' token
dl_win.h:76: syntax error before `*' token
dl_win.h:77: syntax error before `*' token
dl_win.h:88: syntax error before `*' token
dl_win.h:89: syntax error before `*' token
dl_win.h:90: syntax error before `*' token
dl_win.h:91: syntax error before `*' token
In file included from download_win.h:19,
                 from main.cpp:47:
ftpsearch_win.h:24:19: FL/Fl.H: 没有那个文件或目录
ftpsearch_win.h:25:26: FL/Fl_Window.H: 没有那个文件或目录
ftpsearch_win.h:26:23: FL/Fl_Box.H: 没有那个文件或目录
ftpsearch_win.h:27:56: FL/Fl_Group.H: 没有那个文件或目录
ftpsearch_win.h:28:62: FL/fl_ask.H: 没有那个文件或目录
ftpsearch_win.h:29:28: FL/Fl_Menu_Bar.H: 没有那个文件或目录
ftpsearch_win.h:30:25: FL/Fl_Input.H: 没有那个文件或目录
ftpsearch_win.h:31:26: FL/Fl_Output.H: 没有那个文件或目录
ftpsearch_win.h:33:27: FL/Fl_Browser.H: 没有那个文件或目录
ftpsearch_win.h:34:24: FL/fl_draw.H: 没有那个文件或目录
ftpsearch_win.h:35:26: FL/Fl_Scroll.H: 没有那个文件或目录
In file included from ftpsearch_win.h:37,
                 from download_win.h:19,
                 from main.cpp:47:
ftps_win.h:5:19: FL/Fl.H: 没有那个文件或目录
ftps_win.h:7:26: FL/Fl_Window.H: 没有那个文件或目录
ftps_win.h:8:26: FL/Fl_Output.H: 没有那个文件或目录
ftps_win.h:9:27: FL/Fl_Browser.H: 没有那个文件或目录
ftps_win.h:10:33: FL/Fl_Return_Button.H: 没有那个文件或目录
In file included from ftpsearch_win.h:37,
                 from download_win.h:19,
                 from main.cpp:47:
ftps_win.h:11: `Fl_Return_Button' was not declared in this scope
ftps_win.h:11: syntax error before `,' token
ftps_win.h:12:23: FL/Fl_Box.H: 没有那个文件或目录
ftps_win.h:14: syntax error before `{' token
ftps_win.h:17: syntax error before `*' token
ftps_win.h:18: syntax error before `*' token
ftps_win.h:19: syntax error before `*' token
ftps_win.h:20: syntax error before `*' token
ftps_win.h:21: syntax error before `*' token
In file included from download_win.h:19,
                 from main.cpp:47:
ftpsearch_win.h:41: base class `ftps_gui' has incomplete type
In file included from main.cpp:47:
download_win.h:51: base class `dl_gui' has incomplete type
download_win.h:57: type specifier omitted for parameter `Fl_Boxtype'
download_win.h:57: syntax error before `,' token
download_win.h:78: syntax error before `*' token
In file included from main.cpp:48:
main.h:6:26: FL/Fl_Window.H: 没有那个文件或目录
main.h:11:1: warning: "_" redefined
In file included from ../libprozilla/src/netrc.h:26,
                 from ../libprozilla/src/prozilla.h:31,
                 from main.cpp:45:
../libprozilla/src/common.h:162:1: warning: this is the location of the previous definition
In file included from main.cpp:48:
main.h:55: syntax error before `*' token
In file included from main.cpp:50:
we.h:5:19: FL/Fl.H: 没有那个文件或目录
we.h:6:26: FL/Fl_Window.H: 没有那个文件或目录
In file included from main.cpp:50:
we.h:7: syntax error before `*' token
we.h:8:24: FL/Fl_Tabs.H: 没有那个文件或目录
we.h:9: `Fl_Tabs' was not declared in this scope
we.h:9: syntax error before `,' token
we.h:10: syntax error before `*' token
we.h:11:25: FL/Fl_Group.H: 没有那个文件或目录
we.h:12: syntax error before `*' token
we.h:13:25: FL/Fl_Input.H: 没有那个文件或目录
we.h:14: syntax error before `*' token
we.h:15:27: FL/Fl_Counter.H: 没有那个文件或目录
we.h:16: syntax error before `*' token
we.h:17:23: FL/Fl_Box.H: 没有那个文件或目录
we.h:18: syntax error before `*' token
we.h:19:32: FL/Fl_Check_Button.H: 没有那个文件或目录
we.h:20: syntax error before `*' token
we.h:21: syntax error before `*' token
we.h:22: syntax error before `*' token
we.h:23: syntax error before `*' token
we.h:24: syntax error before `*' token
we.h:25: syntax error before `*' token
we.h:26: syntax error before `*' token
we.h:27: syntax error before `*' token
we.h:28: syntax error before `*' token
we.h:29: syntax error before `*' token
we.h:30: syntax error before `*' token
we.h:31: syntax error before `*' token
we.h:32: syntax error before `*' token
we.h:33: syntax error before `*' token
we.h:34:26: FL/Fl_Choice.H: 没有那个文件或目录
we.h:35: syntax error before `*' token
we.h:36: syntax error before `*' token
we.h:37: syntax error before `*' token
we.h:38: `Fl_Check_Button' was not declared in this scope
we.h:38: syntax error before `,' token
we.h:39: syntax error before `*' token
we.h:40: `Fl_Check_Button' was not declared in this scope
we.h:40: syntax error before `,' token
we.h:41: syntax error before `*' token
we.h:42: syntax error before `*' token
we.h:43: syntax error before `*' token
we.h:44: syntax error before `*' token
we.h:45: syntax error before `*' token
we.h:46: syntax error before `*' token
we.h:47: syntax error before `*' token
we.h:48:26: FL/Fl_Button.H: 没有那个文件或目录
we.h:49: `Fl_Button' was not declared in this scope
we.h:49: syntax error before `,' token
we.h:50: syntax error before `*' token
we.h:51: `Fl_Button' was not declared in this scope
we.h:51: syntax error before `,' token
we.h:52: syntax error before `*' token
we.h:53: syntax error before `*' token
we.h:54: syntax error before `[' token
we.h:55: syntax error before `[' token
we.h:56: syntax error before `*' token
we.h:57: `Fl_Button' was not declared in this scope
we.h:57: syntax error before `,' token
we.h:58:26: FL/Fl_Scroll.H: 没有那个文件或目录
we.h:59: syntax error before `*' token
we.h:60:33: FL/Fl_Return_Button.H: 没有那个文件或目录
we.h:61: `Fl_Return_Button' was not declared in this scope
we.h:61: syntax error before `,' token
we.h:62: syntax error before `*' token
we.h:63: syntax error before `*' token
we.h:64: `Fl_Button' was not declared in this scope
we.h:64: syntax error before `,' token
we.h:65: syntax error before `*' token
we.h:66: syntax error before `*' token
In file included from main.cpp:54:
savefile.h:5:27: FL/Fl_Browser.H: 没有那个文件或目录
savefile.h:7:34: FL/Fl_Select_Browser.H: 没有那个文件或目录
In file included from main.cpp:54:
savefile.h:8: `Fl_Browser' was not declared in this scope
savefile.h:8: `browser' was not declared in this scope
savefile.h:8: variable or field `create_savefile' declared void
savefile.h:9: `Fl_Browser' was not declared in this scope
savefile.h:9: `browser' was not declared in this scope
savefile.h:9: variable or field `load_savefile' declared void
main.cpp:57: syntax error before `*' token
main.cpp:74: syntax error before `{' token
main.cpp:79: syntax error before `}' token
main.cpp:81: invalid use of undefined type `class Main_Window'
main.cpp:74: forward declaration of `class Main_Window'
main.cpp: In constructor `Main_Window::Main_Window(int, int, const char*)':
main.cpp:81: class `Main_Window' does not have any field named `Fl_Window'
main.cpp: At global scope:
main.cpp:87: invalid use of undefined type `class Main_Window'
main.cpp:74: forward declaration of `class Main_Window'
main.cpp: In member function `int Main_Window::handle(int)':
main.cpp:89: `FL_PASTE' undeclared (first use this function)
main.cpp:95: `Fl_Window' undeclared (first use this function)
main.cpp:95: syntax error before `::' token
main.cpp: At global scope:
main.cpp:104: syntax error before `*' token
main.cpp:110: syntax error before `*' token
main.cpp: In function `void ms(const char*, void*)':
main.cpp:119: `class DL_Window' has no member named `browser'
main.cpp:120: `class DL_Window' has no member named `browser'
main.cpp:121: `class DL_Window' has no member named `browser'
main.cpp:121: `class DL_Window' has no member named `browser'
main.cpp: In function `void info_callback(void*)':
main.cpp:138: `Fl' undeclared (first use this function)
main.cpp:138: syntax error before `::' token
main.cpp: In function `void open_new_url()':
main.cpp:146: `in_url' undeclared (first use this function)
main.cpp:147: `do_ftpsearch_button' undeclared (first use this function)
main.cpp:148: `url_input_win' undeclared (first use this function)
main.cpp: In function `void open_new_dl_win(urlinfo*, int)':
main.cpp:186: `FL_DOWN_BOX' undeclared (first use this function)
main.cpp:186: initializer list being treated as compound expression
main.cpp:188: no matching function for call to `DL_Window::label(char*)'
main.cpp:190: no matching function for call to `DL_Window::show()'
main.cpp:195: `browser' undeclared (first use this function)
main.cpp: In function `void show_prefs()':
main.cpp:217: `struct runtime' has no member named `prefs_win'
main.cpp: In function `void show_about()':
main.cpp:222: `win_about' undeclared (first use this function)
main.cpp: At global scope:
main.cpp:226: `Fl_Widget' was not declared in this scope
main.cpp:226: syntax error before `,' token
main.cpp: In function `void quit_cb(...)':
main.cpp:228: `create_savefile' cannot be used as a function
main.cpp: At global scope:
main.cpp:234: `Fl_Return_Button' was not declared in this scope
main.cpp:234: `button' was not declared in this scope
main.cpp:234: syntax error before `*' token
main.cpp: In function `void cb_url_input_ok(...)':
main.cpp:245: `fl_message' undeclared (first use this function)
main.cpp: At global scope:
main.cpp:290: `Fl_Button' was not declared in this scope
main.cpp:290: `button' was not declared in this scope
main.cpp:290: syntax error before `*' token
main.cpp:296: `widget' was not declared in this scope
main.cpp:296: syntax error before `*' token
main.cpp: In function `void cb_main_win(...)':
main.cpp:298: `widget' undeclared (first use this function)
main.cpp: At global scope:
main.cpp:306: syntax error before `[' token
main.cpp: In function `void menu_download_stop()':
main.cpp:379: warning: unused variable `int select'
main.cpp: In function `void menu_download_remove()':
main.cpp:386: `menuitems' undeclared (first use this function)
main.cpp: At global scope:
main.cpp:391: `Fl_Widget' was not declared in this scope
main.cpp:391: `o' was not declared in this scope
main.cpp:391: syntax error before `*' token
main.cpp: In function `void browser_cb(...)':
main.cpp:397: `Fl_Browser' undeclared (first use this function)
main.cpp:397: syntax error before `)' token
main.cpp: In function `int main(int, char**)':
main.cpp:420: `FL_NORMAL_SIZE' undeclared (first use this function)
main.cpp:452: invalid use of undefined type `class Main_Window'
main.cpp:74: forward declaration of `class Main_Window'
main.cpp:455: `fl_open_display' undeclared (first use this function)
main.cpp:461: `fl_display' undeclared (first use this function)
main.cpp:463: invalid use of undefined type `class Main_Window'
main.cpp:74: forward declaration of `class Main_Window'
main.cpp:467: `Fl_Menu_Bar' undeclared (first use this function)
main.cpp:467: `menubar' undeclared (first use this function)
main.cpp:467: syntax error before `(' token
main.cpp:468: `FL_TIMES' undeclared (first use this function)
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[1]: *** [main.o] Error 1
make[1]: Leaving directory `/root/programs/prozgui-2.0.5beta/src'
make: *** [install-recursive] Error 1
帮我看一下吧
发表于 2004-5-16 13:53:56 | 显示全部楼层
http://prozilla.genesys.ro/?p=download

下载  Static Builds 不许要 装fltk!
发表于 2004-5-17 04:35:30 | 显示全部楼层
prozilla 和 prozgui 分开的两个软件

prozgui需要prozilla才能正常运行 。
发表于 2004-5-17 17:24:40 | 显示全部楼层
prozilla很方便的,我总是开30个线程,拉文件飞快。当然用的是prozgui了。这个是gui界面的,很直观
发表于 2004-5-17 20:58:28 | 显示全部楼层
最初由 大连天空 发表
我总是开30个线程,拉文件飞快。

哇,开这么多线程会不会影响网络交通啊!:p
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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