LinuxSir.cn,穿越时空的Linuxsir!

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

发布一个基于QT4的下载软件: eGear

[复制链接]
发表于 2008-10-22 01:15:47 | 显示全部楼层
Post by zxuan;1897286
axel貌似用在portage-2.2_rc12上似乎有点问题?有人用这个配合portage么?


  1. [i] sys-apps/portage
  2.      Available versions:  [P]2.0.51.22-r3 [P]2.1.1-r2 2.1.4.4 2.1.4.5 (~)2.1.5.6 (~)2.2_rc11 (~)2.2_rc12 {build doc elibc_FreeBSD elibc_glibc elibc_uclibc epydoc linguas_pl selinux userland_GNU}
  3.      Installed versions:  2.2_rc12(01:22:59 AM 10/12/2008)(-build -doc -epydoc -linguas_pl -selinux)
  4.      Homepage:            http://www.gentoo.org/proj/en/portage/index.xml
  5.      Description:         Portage is the package management and distribution system for Gentoo

  6. Found 5 matches.
  7. shuge ~ # eix axel
  8. [i] net-misc/axel
  9.      Available versions:  1.0b 1.0b-r1 1.0b-r2 1.1 {debug nls}
  10.      Installed versions:  1.1(07:43:35 PM 10/20/2008)(nls -debug)
  11.      Homepage:            http://axel.alioth.debian.org/
  12.      Description:         light Unix download accelerator

  13. shuge ~ #
复制代码


please set  `-n <=2` in  /etc/axelrc or ~/.axelrc

you will be banned while connect some ftp/http server through much multiple connection

in fact, use wget better than axel in /etc/make.conf
回复 支持 反对

使用道具 举报

发表于 2008-10-22 01:19:01 | 显示全部楼层
I can't find `Makefile` in ./egear-0.0.1/src

!-_- !-_- !-_-
回复 支持 反对

使用道具 举报

发表于 2008-10-22 10:09:26 | 显示全部楼层
cool ,好东东,回去试试
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-10-22 10:31:04 | 显示全部楼层
Post by flyinflash;1897308
I can't find `Makefile` in ./egear-0.0.1/src

!-_- !-_- !-_-

请在 egear-0.0.1 下执行 qmake && make
然后 ./egear 就可以执行了


另,doc 的USE现在还没用... 配置页面也还没写...
回复 支持 反对

使用道具 举报

发表于 2008-10-22 12:40:47 | 显示全部楼层
是不是就一个可执行文件?那么编译以后还依赖qt4不?

成功编译,设置还不可用是把?

建议把配置文件修改到$XDG_CONFIG_HOME目录下去。
回复 支持 反对

使用道具 举报

发表于 2008-10-22 12:44:47 | 显示全部楼层
不错,又多了个选择,虽然现在还是-qt
回复 支持 反对

使用道具 举报

发表于 2008-10-22 13:11:44 | 显示全部楼层
lee@shuge ~/Desktop/egear-0.0.1 $ make
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Isrc -I. -I. -o task_model.o src/task_model.cpp
src/task_model.cpp:126: 错误:对‘long’类型而言整数常量太大
src/task_model.cpp:177: 错误:对‘long’类型而言整数常量太大
In file included from src/task_model.cpp:9:
src/task_model.h:37: 警告:未使用的参数‘task’
src/task_model.h:37: 警告:未使用的参数‘column’
src/task_model.cpp:23: 警告:未使用的参数‘parent’
src/task_model.cpp:60: 警告:未使用的参数‘index’
src/task_model.cpp:251: 警告:未使用的参数‘index’
src/task_model.cpp:254: 警告:未使用的参数‘index’
src/task_model.cpp:257: 警告:未使用的参数‘index’
make: *** [task_model.o] 错误 1


make: *** [task_model.o] 错误 1
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-10-22 15:17:17 | 显示全部楼层
楼上的,重新下载一下那个包吧... 这个 bug 已经解决了 ...


另: XDG_CONFIG_HOME 是什么变量?我的系统里没有...
回复 支持 反对

使用道具 举报

发表于 2008-10-22 16:35:57 | 显示全部楼层
NB,洗脚终于发布大作了。
+U。
回复 支持 反对

使用道具 举报

发表于 2008-10-22 18:34:52 | 显示全部楼层
Post by 夕角;1897504
楼上的,重新下载一下那个包吧... 这个 bug 已经解决了 ...


另: XDG_CONFIG_HOME 是什么变量?我的系统里没有...


额,没有?这个变量默认指的是~/.config下。如果有定义,还可以修改配置文件存放位置。如果不存在就需要程序自动寻找~/.config。

这是X11的XDG标准。。

比如arch里面就在/etc/profile.d/x11.sh里面定义了。xfce4桌面环境也用到了。所有存放在.config/下的程序几乎都是符合这个标准的
回复 支持 反对

使用道具 举报

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

本版积分规则

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