|
|
bash-3.2# yaourt -S eva
==> WARNING: Building unsupported package as root is dangerous.
Please run yaourt as a non-privileged user.
==> Resuming previous build
==> Downloading eva PKGBUILD from AUR...
tar: 记录大小 = 6 块
==> Last 5 comments ordered by date (asc):
Comment by: firefoxmmx on 20080326 [05:49:38]
evasearchwindow.cpp: At global scope:
evasearchwindow.cpp:1016: warning: type qualifiers ignored on function return type
make[3]: aurpage comments PKGBUILD [evasearchwindow.lo] 错误 1
make[3]: Leaving directory `/home/hooxin/源码/evaq/src/eva/src/ui'
make[2]: aurpage comments PKGBUILD [all-recursive] 错误 1
make[2]: Leaving directory `/home/hooxin/源码/evaq/src/eva/src'
make[1]: aurpage comments PKGBUILD [all-recursive] 错误 1
make[1]: Leaving directory `/home/hooxin/源码/evaq/src/eva'
make: aurpage comments PKGBUILD [all] 错误 2
==> 错误: 创建失败。
正在中断……
Comment by: KeyserSoze on 20080415 [02:41:04]
don't use gcc 4.3 and gcc-libs 4.3 ; use gcc 4.2 and gcc-libs 4.2
Comment by: leafduo on 20080427 [06:07:10]
but how to?
Comment by: sfbi on 20080427 [09:18:55]
I don't wanna downgrade gcc to 4.2, so I'll wait for a new version.
Comment by: holmescn on 20080607 [09:26:02]
add the follow things,i have compiled it with gcc 4.3.0 successfully.please try to modify it and recompile it with gcc 4.2.0 to find if any problems that may happen.
add these:
#include <cstring>
#include <cstdlib>
in these files
libeva/evasearchuser.h
libeva/evafriend.cpp
libeva/evafriendlist.cpp
libeva/evafriendlist.h
libeva/evagroup.cpp
libeva/evaimreceive.cpp
libeva/evaimsend.cpp
libeva/evauserinfo.cpp
libeva/evautil.cpp
libeva/evalogintoken.cpp
libeva/evaqun.cpp
libeva/evalevel.cpp
libeva/evaextrainfo.cpp
libeva/evamemo.cpp
libeva/evaadvancedsearch.cpp
libeva/evaaddfriendex.cpp
api/evaipaddress.cpp
==============================================
api/evapacketmanager.h
142 const unsigned int lanIp1, const unsigned short lanPort2,
change => const unsigned int lanIp1, const unsigned short lanPort2_,
==============================================
api/evaipaddress.h
add
typedef unsigned int uint;
First Submitted: Sun, 29 Jan 2006 17:58:38 +0000
Last Updated: Thu, 09 Oct 2008 07:44:10 +0000
eva 0.4.1-1 (Unsupported): QQ protocol instant messaging client for KDE.
==> Edit the PKGBUILD (recommended) ? [Y/n]("A" to abort)
==> ----------------------------------------------
==>y
Please add \ to your environment variables
for example:
==> Edit PKGBUILD with replace gvim with your favorite editor)
==> Edit ./PKGBUILD with:
/usr/bin/yaourt: line 181: ./PKGBUILD: 权限不够
==> eva dependencies:
- kdelibs (already installed)
- qt3 (already installed)
- pkgconfig (already installed)
- make (already installed)
==> Edit the PKGBUILD (recommended) ? [Y/n]("A" to abort)
==> ----------------------------------------------
==>y
Please add \ to your environment variables
for example:
==> Edit PKGBUILD with replace gvim with your favorite editor)
==> Edit ./PKGBUILD with: |
|