2008年4月3日 星期四

朱學恆 - 我有一個夢想

一篇好的訪談文 - 我被熱血到了
朱學恆 - 我有一個夢想

透過Facebook分享

build cross tool chain

Follow http://kegel.com/crosstool/#download

1. install Debian on Virtual machine
2. set proxy
3. install bzip2
4. install patch
5. install bison (also install bison) - GNU Project parser generator
6. install flex - fast lexical analyzer generator
7. install build-essential
including
libc6-i686 (2.3.4.ds1-13etch5)
binutils (2.17-3)
linux-kernel-headers (2.6.18-7)
libc6-dev (2.3.6.ds1-13.etch5)
cpp-4.1 (4.1.1.-21)
cpp (4.1.1-15)
libspp0 (4.1.1-21)
gcc-4.1(4.1.1-21)
gcc(4.1.1-15)
make (3.81-2)
perl-modules (5.8.8-7etch1)
libstdc++6-4.1-dev (4.1.1-21)
perl (5.8.8-7ech1)
g++-4.1 (4.1.1-21)
g++ (4.1.1-15)
dpkg-dev (1.13.25)
build-essential (11.3)
8. get the crosstool - http://kegel.com/crosstool/crosstool-0.43.tar.gz
9. tar it
10. sudo mkdir /opt/crosstool
11. sudo chown $USER /opt/crosstool
12 ./demo-arm9tdmi.sh

After you get some information
I think you are successful.

"+ echo testhello: C compiler can in fact build a trivial program.
testhello: C compiler can in fact build a trivial program.
+ test '' = 1
+ test '' = 1
+ test '' = 1
+ test 1 = ''
+ echo Done.
Done.
"

You can get your crosstool on
/opt/crosstool/gcc-4.1.0-glibc-2.3.2/arm-9tdmi-linux-gnu/bin


ps:
There still have some things wrong On Ubuntu Gusty about permission deny.

透過Facebook分享

2008年4月2日 星期三

Debian sourcelist on /etc/apt

Update
deb http://ftp.tw.debian.org/debian/ etch main contrib non-free
deb-src http://ftp.tw.debian.org/debian/ etch main contrib non-free
deb http://security.debian.org/ etch/updates main contrib non-free
deb-src http://security.debian.org/ etch/updates main contrib non-free

需要設定proxy的環境
請注意自己的環境有沒有設定proxy
可透過export檢查

設定的地方
.bashrc
export http_proxy=http://x.x.x.x:00
export ftp_proxy=http://x.x.x.x:00

如果要使用root權限
請也把root的.bashrc也設一次

Write these data to /etc/apt/sources.list
# Debian main and non-US
deb http://debian.linux.org.tw/debian/ stable main non-free contrib
deb-src http://debian.linux.org.tw/debian/ stable main non-free contrib
deb http://debian.linux.org.tw/debian-non-US stable/non-US main contrib non-free
deb-src http://debian.linux.org.tw/debian-non-US stable/non-US main contrib non-free
# Debian security
deb http://security.debian.org/ stable/updates main contrib non-free

Reference:
http://forum.moztw.org/viewtopic.php?p=117728
http://tavi.debian.org.tw/DebianInstallationNotes
Charles's taiwan etch mirror

透過Facebook分享

解壓縮 on Linux

Just record

*.Z 是compress命令壓縮的文件;
*.bz2 是bzip2命令壓縮的文件;
*.gz 是gzip命令壓縮的文件;
*.tar 是tar命令打包的資料,並沒有壓縮過;
*.tar.gz 是tar命令打包的文件,其中並且經過 gzip 的壓縮

Reference:
http://www.chinaitlab.com/www/techspecial/tar/

透過Facebook分享

出現fatal error dialog

要在WINCE下
寫出一隻程式
會出現fatal error dialog
有很難嗎

不難
因為通常是出現 memory over write

設定一個 arrary
size不要設太大
memcpy copy比這個size更大的 data 給 arrary
就會發生error.

透過Facebook分享

2008年4月1日 星期二

wma -> wav -> mp3

wma 線上廣播聲音檔

1. wma 轉成 wav
mplayer xx.wma -ao pcm:file=xx.wav

2. wav 轉成 mp3
lame -ms xx.wav -o xx.mp3


關於第一部份
可以man mplayer
AUDIO OUTPUT DRIVERS (MPLAYER ONLY)
Audio output drivers are interfaces to different audio output facili-
ties. The syntax is:

第二部份
-s sfreq
sfreq = 8/11.025/12/16/22.05/24/32/44.1/48
需要搭配原來為wma的格式
如果是 wav 的話 下此參數無效

可以利用此參數調整輸出的品質
可參考 http://www.dearhoney.idv.tw/MP3/Encoder/Tiberius20001119/

以下 just for myself
這樣子看來
應該直接從wma -> mp3
like this
lame -ms xx.wma -s 8 -o xx.mp3
///
Assuming raw pcm input file
LAME 3.97 32bits (http://www.mp3dev.org/)
CPU features: MMX (ASM used), SSE, SSE2
Using polyphase lowpass filter, transition band: 3903 Hz - 4000 Hz
Encoding 20080303baa.wma to 20080301part2.mp3
Encoding as 8 kHz 24 kbps stereo MPEG-2.5 Layer III (10.7x) qval=3
Frame | CPU time/estim | REAL time/estim | play/CPU | ETA
3358/3358 (100%)| 0:04/ 0:04| 0:05/ 0:05| 48.355x| 0:00
-------------------------------------------------------------------------------
kbps LR % long switch short %
24.0 100.0 99.8 0.1 0.1
Writing LAME Tag...done
ReplayGain: -16.5dB

lame -ms 20080303baa.wma -s 16 -o 20080301part2.mp3
Assuming raw pcm input file
LAME 3.97 32bits (http://www.mp3dev.org/)
CPU features: MMX (ASM used), SSE, SSE2
Using polyphase lowpass filter, transition band: 7548 Hz - 7742 Hz
Encoding 20080303baa.wma to 20080301part2.mp3
Encoding as 16 kHz 48 kbps stereo MPEG-2 Layer III (10.7x) qval=3
Frame | CPU time/estim | REAL time/estim | play/CPU | ETA
3358/3358 (100%)| 0:03/ 0:03| 0:03/ 0:03| 34.638x| 0:00
-------------------------------------------------------------------------------
kbps LR % long switch short %
48.0 100.0 99.8 0.1 0.1
Writing LAME Tag...done
ReplayGain: -15.5dB

轉出結果
-rw-r--r-- 1 nelsonchung nelsonchung 645120 2008-04-09 01:06 20080301part48.mp3
-rw-r--r-- 1 nelsonchung nelsonchung 725760 2008-04-09 01:06 20080301part32.mp3
-rw-r--r-- 1 nelsonchung nelsonchung 644928 2008-04-09 01:05 20080301part24.mp3
-rw-r--r-- 1 nelsonchung nelsonchung 725544 2008-04-09 01:05 20080301part16.mp3
-rw-r--r-- 1 nelsonchung nelsonchung 725544 2008-04-09 01:05 20080301part8.mp3
-rw-r--r-- 1 nelsonchung nelsonchung 702170 2008-04-09 01:05 20080301part441.mp3
-rw-r--r-- 1 nelsonchung nelsonchung 17916336 2008-04-09 00:30 20080301.mp3

結果轉出來的東西
都是干擾的電波聲音
看來還是要透過 wma -> wav 再轉成 mp3

透過Facebook分享

update bt firmware if your bt module is using CSR chip by PSTool

首先
版子要接上SPI(這什麼東西??)
請硬體拉線

(請先安裝)
執行PSTool

record原本 bt module's address (待會更新完會有需要)



直接點選*.xdv
出現


發現error

charles說是線接的太長了

交給Ricky用短
結果error message 一樣

後來發現轉版上的chip需要供電
所以拉了一個5v的電

就可以erase flash



再去choose file and download


if you see the error message like this "It shows usable flase size :128 sectors, 8 megabit onlyl."

just press button "Stop Processor" then download.

Successful


最後
修改 bt address
最後要按下 button "Set"

工具不太好找
給個Link
InstallBlueSuiteCasira124

---------------------------------------------------------------
Update at 20080813
接上SPI
執行pstool
發現error message

error message
"Chip may be in a Deep Sleep mode, which may prevent the Stop command from being processed."

若執行Blue Flash
按下Stop Processor
則會產生
Processor Failed to Stop


Updated in 2008/8/14
更新crystal頻率的方法
開PSTools
在Filter的部份 下crystal
最後選擇 crystal frequency
在畫面右手邊就可以填選相對應的頻率

當然 可以將這個部份做在bt firmware裡面也行

透過Facebook分享

安裝LXDE

加入
deb http://people.linux.org.tw/~pcman/ubuntu ./
到/etc/apt/sources.list

nelsonchung@nelsonchung--ubuntu-NB:/etc/apt$ sudo apt-get update
略過 cdrom://Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016) gutsy/main Translation-zh_TW
略過 cdrom://Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016) gutsy/restricted Translation-zh_TW
略過 http://people.linux.org.tw ./ Release.gpg
略過 http://people.linux.org.tw ./ Translation-zh_TW
略過 http://people.linux.org.tw ./ Release
略過 http://people.linux.org.tw ./ Packages
下載:1 http://people.linux.org.tw ./ Packages [3487B]
下載:2 http://tw.archive.ubuntu.com gutsy Release.gpg [191B]
下載:3 http://tw.archive.ubuntu.com gutsy/main Translation-zh_TW [22.6kB]
下載:4 http://security.ubuntu.com gutsy-security Release.gpg [191B]
略過 http://security.ubuntu.com gutsy-security/main Translation-zh_TW
略過 http://tw.archive.ubuntu.com gutsy/restricted Translation-zh_TW
略過 http://security.ubuntu.com gutsy-security/restricted Translation-zh_TW
略過 http://security.ubuntu.com gutsy-security/universe Translation-zh_TW
略過 http://security.ubuntu.com gutsy-security/multiverse Translation-zh_TW
已有 http://security.ubuntu.com gutsy-security Release
下載:5 http://tw.archive.ubuntu.com gutsy/universe Translation-zh_TW [13.2kB]
已有 http://security.ubuntu.com gutsy-security/main Packages
下載:6 http://packages.medibuntu.org gutsy Release.gpg [189B]
略過 http://packages.medibuntu.org gutsy/free Translation-zh_TW
略過 http://packages.medibuntu.org gutsy/non-free Translation-zh_TW
已有 http://security.ubuntu.com gutsy-security/restricted Packages
已有 http://security.ubuntu.com gutsy-security/main Sources
已有 http://security.ubuntu.com gutsy-security/restricted Sources
已有 http://packages.medibuntu.org gutsy Release
下載:7 http://tw.archive.ubuntu.com gutsy/multiverse Translation-zh_TW [449B]
已有 http://security.ubuntu.com gutsy-security/universe Packages
已有 http://security.ubuntu.com gutsy-security/universe Sources
已有 http://security.ubuntu.com gutsy-security/multiverse Packages
已有 http://security.ubuntu.com gutsy-security/multiverse Sources
下載:8 http://tw.archive.ubuntu.com gutsy-updates Release.gpg [191B]
略過 http://packages.medibuntu.org gutsy/free Packages
略過 http://tw.archive.ubuntu.com gutsy-updates/main Translation-zh_TW
略過 http://packages.medibuntu.org gutsy/non-free Packages
略過 http://tw.archive.ubuntu.com gutsy-updates/restricted Translation-zh_TW
已有 http://packages.medibuntu.org gutsy/free Packages
已有 http://packages.medibuntu.org gutsy/non-free Packages
略過 http://tw.archive.ubuntu.com gutsy-updates/universe Translation-zh_TW
略過 http://tw.archive.ubuntu.com gutsy-updates/multiverse Translation-zh_TW
已有 http://tw.archive.ubuntu.com gutsy Release
下載:9 http://dl.google.com testing Release.gpg [189B]
略過 http://dl.google.com testing/non-free Translation-zh_TW
已有 http://tw.archive.ubuntu.com gutsy-updates Release
已有 http://tw.archive.ubuntu.com gutsy/main Packages
已有 http://dl.google.com testing Release
錯誤 http://dl.google.com testing Release

已有 http://tw.archive.ubuntu.com gutsy/restricted Packages
下載:10 http://dl.google.com testing Release [772B]
略過 http://dl.google.com testing Release
已有 http://tw.archive.ubuntu.com gutsy/main Sources
已有 http://dl.google.com testing/non-free Packages
已有 http://tw.archive.ubuntu.com gutsy/restricted Sources
已有 http://tw.archive.ubuntu.com gutsy/universe Packages
已有 http://tw.archive.ubuntu.com gutsy/universe Sources
已有 http://tw.archive.ubuntu.com gutsy/multiverse Packages
已有 http://tw.archive.ubuntu.com gutsy/multiverse Sources
已有 http://tw.archive.ubuntu.com gutsy-updates/main Packages
已有 http://tw.archive.ubuntu.com gutsy-updates/restricted Packages
已有 http://tw.archive.ubuntu.com gutsy-updates/main Sources
已有 http://tw.archive.ubuntu.com gutsy-updates/restricted Sources
已有 http://tw.archive.ubuntu.com gutsy-updates/universe Packages
已有 http://tw.archive.ubuntu.com gutsy-updates/universe Sources
已有 http://tw.archive.ubuntu.com gutsy-updates/multiverse Packages
已有 http://tw.archive.ubuntu.com gutsy-updates/multiverse Sources
讀取 40.7kB 用了 11s (3614B/s)
讀取套件清單中... 完成
W: GPG error: http://dl.google.com testing Release: 由於沒有公鑰,下列簽名無法進行驗證: NO_PUBKEY A040830F7FAC5991
W: 用『apt-get -f install』指令或許能修正這些問題。
nelsonchung@nelsonchung--ubuntu-NB:/etc/apt$ sudo apt-get -f install
讀取套件清單中... 完成
了解套件依存關係中
Reading state information... 完成
The following packages were automatically installed and are no longer required:
python-pymad python-pyogg python-pyvorbis python-mutagen python-pysqlite2
Use 'apt-get autoremove' to remove them.
更新 0 個套件,新安裝 0 個套件,刪除 0 個套件,另不更新 0 個套件。
nelsonchung@nelsonchung--ubuntu-NB:/etc/apt$ sudo apt-get install lxde
讀取套件清單中... 完成
了解套件依存關係中
Reading state information... 完成
The following packages were automatically installed and are no longer required:
python-pymad python-pyogg python-pyvorbis python-mutagen python-pysqlite2
Use 'apt-get autoremove' to remove them.
下列的【新】套件都將被安裝:
gpicview lxde-common lxpanel lxsession openbox pcmanfm xscreensaver
建議(Suggested)的套件:
menu netpbm xfishtank xdaliclock qcam streamer
推薦(Recommended)的套件:
obconf xli xloadimage libjpeg-progs
下列的【新】套件都將被安裝:
gpicview lxde lxde-common lxpanel lxsession openbox pcmanfm xscreensaver
更新 0 個套件,新安裝 8 個套件,刪除 0 個套件,另不更新 0 個套件。
需要下載 6767kB 的檔案。
解壓縮後將消耗 15.6MB 的空間。
繼續執行嗎? 是按 [Y] 鍵,否按 [n] 鍵 y
警告:下列的套件驗證失敗!
pcmanfm lxpanel lxsession openbox lxde-common gpicview lxde
不驗證這些套件就直接安裝?[y/N]y
下載:1 http://tw.archive.ubuntu.com gutsy/main xscreensaver 4.24-5ubuntu3 [284kB]
下載:2 http://people.linux.org.tw ./ pcmanfm 0.3.9.10-1~pcman1 [290kB]
下載:3 http://people.linux.org.tw ./ lxpanel 0.2.9-1~pcman1 [330kB]
下載:4 http://people.linux.org.tw ./ lxsession 0.3.2-1~pcman1 [51.7kB]
下載:5 http://people.linux.org.tw ./ openbox 3.4.6.1-0 [334kB]
下載:6 http://people.linux.org.tw ./ lxde-common 0.3.0.1-1~pcman1 [5429kB]
下載:7 http://people.linux.org.tw ./ gpicview 0.1.9-1~pcman1 [45.9kB]
下載:8 http://people.linux.org.tw ./ lxde 0.3.0.1-1~pcman1 [2124B]
讀取 6767kB 用了 9s (693kB/s)
選中了曾被取消選擇的套件 pcmanfm。
(正在讀取資料庫 ... 系統目前總共安裝有 130745 個檔案和目錄。)
正在解壓縮 pcmanfm (從 .../pcmanfm_0.3.9.10-1~pcman1_i386.deb) ...
選中了曾被取消選擇的套件 lxpanel。
正在解壓縮 lxpanel (從 .../lxpanel_0.2.9-1~pcman1_i386.deb) ...
選中了曾被取消選擇的套件 lxsession。
正在解壓縮 lxsession (從 .../lxsession_0.3.2-1~pcman1_i386.deb) ...
選中了曾被取消選擇的套件 openbox。
正在解壓縮 openbox (從 .../openbox_3.4.6.1-0_i386.deb) ...
選中了曾被取消選擇的套件 xscreensaver。
正在解壓縮 xscreensaver (從 .../xscreensaver_4.24-5ubuntu3_i386.deb) ...
選中了曾被取消選擇的套件 lxde-common。
正在解壓縮 lxde-common (從 .../lxde-common_0.3.0.1-1~pcman1_all.deb) ...
選中了曾被取消選擇的套件 gpicview。
正在解壓縮 gpicview (從 .../gpicview_0.1.9-1~pcman1_i386.deb) ...
選中了曾被取消選擇的套件 lxde。
正在解壓縮 lxde (從 .../lxde_0.3.0.1-1~pcman1_all.deb) ...
正在設定 pcmanfm (0.3.9.10-1~pcman1) ...

正在設定 lxpanel (0.2.9-1~pcman1) ...

正在設定 lxsession (0.3.2-1~pcman1) ...

正在設定 openbox (3.4.6.1-0) ...

正在設定 xscreensaver (4.24-5ubuntu3) ...

正在設定 lxde-common (0.3.0.1-1~pcman1) ...
正在設定 gpicview (0.1.9-1~pcman1) ...
正在設定 lxde (0.3.0.1-1~pcman1) ...

到系統->管理->登入畫面
General-> Default session -> LXDE (original is Run Xclient script)

重開機 (要恢復怎麼辦??)

Reference:
http://www.ubuntu.org.tw/modules/newbb/viewtopic.php?topic_id=8545&viewmode=flat&order=ASC&type=&mode=0&start=0

透過Facebook分享

2008年3月31日 星期一

make pidgin in ubuntu gusty

試著build 看看吧 之前有裝過 build-essential 下載 pidgin 下./configure
nelsonchung@nelsonchung--ubuntu-NB:~/MAKE/PIDGIN/pidgin-2.4.0$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for sed... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... af am ar az be@latin bg bn bs ca ca@valencia cs da de dz el en_AU en_CA en_GB eo es et eu fa fi fr gl gu he hi hu id it ja ka kn ko ku lo lt mk my_MM nb ne nl nn pa pl pt_BR pt ps ro ru si sk sl sq sr sr@latin sv ta te th tr uk ur vi xh zh_CN zh_HK zh_TW
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/nameser_compat.h usability... yes
checking arpa/nameser_compat.h presence... yes
checking for arpa/nameser_compat.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for locale.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for time_t... yes
checking size of time_t... 4
checking whether byte ordering is bigendian... no
checking return type of signal handlers... void
checking for strftime... yes
checking for strdup... yes
checking for strstr... yes
checking for atexit... yes
checking for setlocale... yes
checking for getopt_long... yes
checking for inet_aton... yes
checking for __res_query in -lresolv... yes
checking for gethostent in -lnsl... yes
checking for socket... yes
checking for getaddrinfo... yes
checking for socklen_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for fileno()... yes
checking for the %z format string in strftime()... yes
checking for GLIB... no
no
configure: error:

You must have the GLib 2.0 development headers installed to build.

If you have these installed already you may need to install pkg-config so
I can find them.

參考這篇文章 http://ubuntuforums.org/archive/index.php/t-452149.html 是少了libglib2.0-dev套件 安裝 libglib2.0-deb
nelsonchung@nelsonchung--ubuntu-NB:~/MAKE/PIDGIN/pidgin-2.4.0$ sudo apt-get install libglib2.0-dev
[sudo] password for nelsonchung:
讀取套件清單中... 完成
了解套件依存關係中
Reading state information... 完成
The following packages were automatically installed and are no longer required:
python-pymad python-pyogg python-pyvorbis python-mutagen python-pysqlite2
Use 'apt-get autoremove' to remove them.
建議(Suggested)的套件:
libglib2.0-doc
下列的【新】套件都將被安裝:
libglib2.0-dev
更新 0 個套件,新安裝 1 個套件,刪除 0 個套件,另不更新 0 個套件。
需要下載 634kB 的檔案。
解壓縮後將消耗 2384kB 的空間。
下載:1 http://tw.archive.ubuntu.com gutsy/main libglib2.0-dev 2.14.1-1ubuntu1 [634kB]
讀取 634kB 用了 1s (450kB/s)
選中了曾被取消選擇的套件 libglib2.0-dev。
(正在讀取資料庫 ... 系統目前總共安裝有 128608 個檔案和目錄。)
正在解壓縮 libglib2.0-dev (從 .../libglib2.0-dev_2.14.1-1ubuntu1_i386.deb) ...
正在設定 libglib2.0-dev (2.14.1-1ubuntu1) ...

nelsonchung@nelsonchung--ubuntu-NB:~/MAKE/PIDGIN/pidgin-2.4.0$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for sed... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... af am ar az be@latin bg bn bs ca ca@valencia cs da de dz el en_AU en_CA en_GB eo es et eu fa fi fr gl gu he hi hu id it ja ka kn ko ku lo lt mk my_MM nb ne nl nn pa pl pt_BR pt ps ro ru si sk sl sq sr sr@latin sv ta te th tr uk ur vi xh zh_CN zh_HK zh_TW
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/nameser_compat.h usability... yes
checking arpa/nameser_compat.h presence... yes
checking for arpa/nameser_compat.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for locale.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for time_t... yes
checking size of time_t... 4
checking whether byte ordering is bigendian... no
checking return type of signal handlers... void
checking for strftime... yes
checking for strdup... yes
checking for strstr... yes
checking for atexit... yes
checking for setlocale... yes
checking for getopt_long... yes
checking for inet_aton... yes
checking for __res_query in -lresolv... yes
checking for gethostent in -lnsl... yes
checking for socket... yes
checking for getaddrinfo... yes
checking for socklen_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for fileno()... yes
checking for the %z format string in strftime()... yes
checking for GLIB... yes
checking for X... no
checking for GTK... no
no
configure: error:

You must have the GTK+ 2.0 development headers installed to compile Pidgin.
If you want to build only Finch then specify --disable-gtkui when running configure. 安裝GTK 的函式庫

nelsonchung@nelsonchung--ubuntu-NB:~/MAKE/PIDGIN/pidgin-2.4.0$ sudo apt-get install libgtk2.0-dev
讀取套件清單中... 完成
了解套件依存關係中
Reading state information... 完成
The following packages were automatically installed and are no longer required:
python-pymad python-pyogg python-pyvorbis python-mutagen python-pysqlite2
Use 'apt-get autoremove' to remove them.
下列的【新】套件都將被安裝:
libatk1.0-dev libcairo2-dev libexpat1-dev libfontconfig1-dev
libfreetype6-dev libice-dev libpango1.0-dev libpng12-dev libsm-dev
libx11-dev libxau-dev libxcomposite-dev libxcursor-dev libxdamage-dev
libxdmcp-dev libxext-dev libxfixes-dev libxft-dev libxi-dev libxinerama-dev
libxrandr-dev libxrender-dev x11proto-composite-dev x11proto-core-dev
x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev
x11proto-randr-dev x11proto-render-dev x11proto-xext-dev
x11proto-xinerama-dev xtrans-dev zlib1g-dev
建議(Suggested)的套件:
libcairo2-doc libgtk2.0-doc libpango1.0-doc
下列的【新】套件都將被安裝:
libatk1.0-dev libcairo2-dev libexpat1-dev libfontconfig1-dev
libfreetype6-dev libgtk2.0-dev libice-dev libpango1.0-dev libpng12-dev
libsm-dev libx11-dev libxau-dev libxcomposite-dev libxcursor-dev
libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxft-dev libxi-dev
libxinerama-dev libxrandr-dev libxrender-dev x11proto-composite-dev
x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev
x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev
x11proto-xinerama-dev xtrans-dev zlib1g-dev
更新 0 個套件,新安裝 35 個套件,刪除 0 個套件,另不更新 0 個套件。
需要下載 14.5MB 的檔案。
解壓縮後將消耗 43.4MB 的空間。
繼續執行嗎? 是按 [Y] 鍵,否按 [n] 鍵 y
下載:1 http://tw.archive.ubuntu.com gutsy/main x11proto-core-dev 7.0.10-2 [86.3kB]
下載:2 http://tw.archive.ubuntu.com gutsy/main libice-dev 2:1.0.3-3 [56.2kB]
下載:3 http://tw.archive.ubuntu.com gutsy/main libsm-dev 2:1.0.3-1 [24.3kB]
下載:4 http://tw.archive.ubuntu.com gutsy/main libxau-dev 1:1.0.3-2 [15.6kB]
下載:5 http://tw.archive.ubuntu.com gutsy/main libxdmcp-dev 1:1.0.2-2 [20.0kB]
下載:6 http://tw.archive.ubuntu.com gutsy/main x11proto-input-dev 1.4.2-1 [15.6kB]
下載:7 http://tw.archive.ubuntu.com gutsy/main x11proto-kb-dev 1.0.3-2ubuntu1 [27.0kB]
下載:8 http://tw.archive.ubuntu.com gutsy/main xtrans-dev 1.0.3-2 [70.2kB]
下載:9 http://tw.archive.ubuntu.com gutsy/main libx11-dev 2:1.1.1-1ubuntu4 [8699kB]
下載:10 http://tw.archive.ubuntu.com gutsy/main x11proto-xext-dev 7.0.2-5ubuntu1 [42.2kB]
下載:11 http://tw.archive.ubuntu.com gutsy/main x11proto-fixes-dev 1:4.0-2ubuntu1 [6172B]
下載:12 http://tw.archive.ubuntu.com gutsy/main libxfixes-dev 1:4.0.3-2 [12.1kB]
下載:13 http://tw.archive.ubuntu.com gutsy/main x11proto-composite-dev 1:0.4-0ubuntu1 [4838B]
下載:14 http://tw.archive.ubuntu.com gutsy/main libxcomposite-dev 1:0.4.0-0ubuntu1 [14.2kB]
下載:15 http://tw.archive.ubuntu.com gutsy/main x11proto-render-dev 2:0.9.2-4ubuntu1 [6960B]
下載:16 http://tw.archive.ubuntu.com gutsy/main libxrender-dev 1:0.9.2-1 [27.5kB]
下載:17 http://tw.archive.ubuntu.com gutsy/main libxcursor-dev 1:1.1.8-2 [30.6kB]
下載:18 http://tw.archive.ubuntu.com gutsy/main x11proto-damage-dev 1:1.1.0-2build1 [9292B]
下載:19 http://tw.archive.ubuntu.com gutsy/main libxdamage-dev 1:1.1.1-3 [9682B]
下載:20 http://tw.archive.ubuntu.com gutsy/main libxext-dev 2:1.0.3-2build1 [81.6kB]
下載:21 http://tw.archive.ubuntu.com gutsy/main libexpat1-dev 1.95.8-4ubuntu1 [129kB]
下載:22 http://tw.archive.ubuntu.com gutsy/main zlib1g-dev 1:1.2.3.3.dfsg-5ubuntu2 [160kB]
下載:23 http://tw.archive.ubuntu.com gutsy/main libfreetype6-dev 2.3.5-1ubuntu4 [664kB]
下載:24 http://tw.archive.ubuntu.com gutsy/main libfontconfig1-dev 2.4.2-1.2ubuntu4 [224kB]
下載:25 http://tw.archive.ubuntu.com gutsy/main libxft-dev 2.1.12-2ubuntu4 [60.9kB]
下載:26 http://tw.archive.ubuntu.com gutsy/main libxi-dev 2:1.1.2-1 [68.9kB]
下載:27 http://tw.archive.ubuntu.com gutsy/main x11proto-xinerama-dev 1.1.2-4ubuntu1 [5424B]
下載:28 http://tw.archive.ubuntu.com gutsy/main libxinerama-dev 2:1.0.2-1build1 [10.9kB]
下載:29 http://tw.archive.ubuntu.com gutsy/main x11proto-randr-dev 1.2.1-2 [28.6kB]
下載:30 http://tw.archive.ubuntu.com gutsy/main libxrandr-dev 2:1.2.1-1 [27.7kB]
下載:31 http://tw.archive.ubuntu.com gutsy/main libatk1.0-dev 1.20.0-0ubuntu1 [113kB]
下載:32 http://tw.archive.ubuntu.com gutsy-updates/main libpng12-dev 1.2.15~beta5-2ubuntu0.1 [172kB]
下載:33 http://tw.archive.ubuntu.com gutsy-updates/main libcairo2-dev 1.4.10-1ubuntu4.4 [601kB]
下載:34 http://tw.archive.ubuntu.com gutsy-updates/main libpango1.0-dev 1.18.3-0ubuntu1 [359kB]
下載:35 http://tw.archive.ubuntu.com gutsy/main libgtk2.0-dev 2.12.0-1ubuntu3 [2650kB]
讀取 14.5MB 用了 26s (546kB/s)
從套件中提取樣板:100%
選中了曾被取消選擇的套件 x11proto-core-dev。
(正在讀取資料庫 ... 系統目前總共安裝有 128724 個檔案和目錄。)
正在解壓縮 x11proto-core-dev (從 .../x11proto-core-dev_7.0.10-2_all.deb) ...
選中了曾被取消選擇的套件 libice-dev。
正在解壓縮 libice-dev (從 .../libice-dev_2%3a1.0.3-3_i386.deb) ...
選中了曾被取消選擇的套件 libsm-dev。
正在解壓縮 libsm-dev (從 .../libsm-dev_2%3a1.0.3-1_i386.deb) ...
選中了曾被取消選擇的套件 libxau-dev。
正在解壓縮 libxau-dev (從 .../libxau-dev_1%3a1.0.3-2_i386.deb) ...
選中了曾被取消選擇的套件 libxdmcp-dev。
正在解壓縮 libxdmcp-dev (從 .../libxdmcp-dev_1%3a1.0.2-2_i386.deb) ...
選中了曾被取消選擇的套件 x11proto-input-dev。
正在解壓縮 x11proto-input-dev (從 .../x11proto-input-dev_1.4.2-1_all.deb) ...
選中了曾被取消選擇的套件 x11proto-kb-dev。
正在解壓縮 x11proto-kb-dev (從 .../x11proto-kb-dev_1.0.3-2ubuntu1_all.deb) ...
選中了曾被取消選擇的套件 xtrans-dev。
正在解壓縮 xtrans-dev (從 .../xtrans-dev_1.0.3-2_all.deb) ...
選中了曾被取消選擇的套件 libx11-dev。
正在解壓縮 libx11-dev (從 .../libx11-dev_2%3a1.1.1-1ubuntu4_i386.deb) ...
選中了曾被取消選擇的套件 x11proto-xext-dev。
正在解壓縮 x11proto-xext-dev (從 .../x11proto-xext-dev_7.0.2-5ubuntu1_all.deb) ...
選中了曾被取消選擇的套件 x11proto-fixes-dev。
正在解壓縮 x11proto-fixes-dev (從 .../x11proto-fixes-dev_1%3a4.0-2ubuntu1_all.deb) ...
選中了曾被取消選擇的套件 libxfixes-dev。
正在解壓縮 libxfixes-dev (從 .../libxfixes-dev_1%3a4.0.3-2_i386.deb) ...
選中了曾被取消選擇的套件 x11proto-composite-dev。
正在解壓縮 x11proto-composite-dev (從 .../x11proto-composite-dev_1%3a0.4-0ubuntu1_all.deb) ...
選中了曾被取消選擇的套件 libxcomposite-dev。
正在解壓縮 libxcomposite-dev (從 .../libxcomposite-dev_1%3a0.4.0-0ubuntu1_i386.deb) ...
選中了曾被取消選擇的套件 x11proto-render-dev。
正在解壓縮 x11proto-render-dev (從 .../x11proto-render-dev_2%3a0.9.2-4ubuntu1_all.deb) ...
選中了曾被取消選擇的套件 libxrender-dev。
正在解壓縮 libxrender-dev (從 .../libxrender-dev_1%3a0.9.2-1_i386.deb) ...
選中了曾被取消選擇的套件 libxcursor-dev。
正在解壓縮 libxcursor-dev (從 .../libxcursor-dev_1%3a1.1.8-2_i386.deb) ...
選中了曾被取消選擇的套件 x11proto-damage-dev。
正在解壓縮 x11proto-damage-dev (從 .../x11proto-damage-dev_1%3a1.1.0-2build1_all.deb) ...
選中了曾被取消選擇的套件 libxdamage-dev。
正在解壓縮 libxdamage-dev (從 .../libxdamage-dev_1%3a1.1.1-3_i386.deb) ...
選中了曾被取消選擇的套件 libxext-dev。
正在解壓縮 libxext-dev (從 .../libxext-dev_2%3a1.0.3-2build1_i386.deb) ...
選中了曾被取消選擇的套件 libexpat1-dev。
正在解壓縮 libexpat1-dev (從 .../libexpat1-dev_1.95.8-4ubuntu1_i386.deb) ...
選中了曾被取消選擇的套件 zlib1g-dev。
正在解壓縮 zlib1g-dev (從 .../zlib1g-dev_1%3a1.2.3.3.dfsg-5ubuntu2_i386.deb) ...
選中了曾被取消選擇的套件 libfreetype6-dev。
正在解壓縮 libfreetype6-dev (從 .../libfreetype6-dev_2.3.5-1ubuntu4_i386.deb) ...
選中了曾被取消選擇的套件 libfontconfig1-dev。
正在解壓縮 libfontconfig1-dev (從 .../libfontconfig1-dev_2.4.2-1.2ubuntu4_i386.deb) ...
選中了曾被取消選擇的套件 libxft-dev。
正在解壓縮 libxft-dev (從 .../libxft-dev_2.1.12-2ubuntu4_i386.deb) ...
選中了曾被取消選擇的套件 libxi-dev。
正在解壓縮 libxi-dev (從 .../libxi-dev_2%3a1.1.2-1_i386.deb) ...
選中了曾被取消選擇的套件 x11proto-xinerama-dev。
正在解壓縮 x11proto-xinerama-dev (從 .../x11proto-xinerama-dev_1.1.2-4ubuntu1_all.deb) ...
選中了曾被取消選擇的套件 libxinerama-dev。
正在解壓縮 libxinerama-dev (從 .../libxinerama-dev_2%3a1.0.2-1build1_i386.deb) ...
選中了曾被取消選擇的套件 x11proto-randr-dev。
正在解壓縮 x11proto-randr-dev (從 .../x11proto-randr-dev_1.2.1-2_all.deb) ...
選中了曾被取消選擇的套件 libxrandr-dev。
正在解壓縮 libxrandr-dev (從 .../libxrandr-dev_2%3a1.2.1-1_i386.deb) ...
選中了曾被取消選擇的套件 libatk1.0-dev。
正在解壓縮 libatk1.0-dev (從 .../libatk1.0-dev_1.20.0-0ubuntu1_i386.deb) ...
選中了曾被取消選擇的套件 libpng12-dev。
正在解壓縮 libpng12-dev (從 .../libpng12-dev_1.2.15~beta5-2ubuntu0.1_i386.deb) ...
選中了曾被取消選擇的套件 libcairo2-dev。
正在解壓縮 libcairo2-dev (從 .../libcairo2-dev_1.4.10-1ubuntu4.4_i386.deb) ...
選中了曾被取消選擇的套件 libpango1.0-dev。
正在解壓縮 libpango1.0-dev (從 .../libpango1.0-dev_1.18.3-0ubuntu1_i386.deb) ...
選中了曾被取消選擇的套件 libgtk2.0-dev。
正在解壓縮 libgtk2.0-dev (從 .../libgtk2.0-dev_2.12.0-1ubuntu3_i386.deb) ...
正在設定 x11proto-core-dev (7.0.10-2) ...
正在設定 libice-dev (2:1.0.3-3) ...
正在設定 libsm-dev (2:1.0.3-1) ...
正在設定 libxau-dev (1:1.0.3-2) ...
正在設定 libxdmcp-dev (1:1.0.2-2) ...
正在設定 x11proto-input-dev (1.4.2-1) ...
正在設定 x11proto-kb-dev (1.0.3-2ubuntu1) ...
正在設定 xtrans-dev (1.0.3-2) ...
正在設定 libx11-dev (2:1.1.1-1ubuntu4) ...
正在設定 x11proto-xext-dev (7.0.2-5ubuntu1) ...
正在設定 x11proto-fixes-dev (1:4.0-2ubuntu1) ...
正在設定 libxfixes-dev (1:4.0.3-2) ...
正在設定 x11proto-composite-dev (1:0.4-0ubuntu1) ...
正在設定 libxcomposite-dev (1:0.4.0-0ubuntu1) ...
正在設定 x11proto-render-dev (2:0.9.2-4ubuntu1) ...
正在設定 libxrender-dev (1:0.9.2-1) ...
正在設定 libxcursor-dev (1:1.1.8-2) ...
正在設定 x11proto-damage-dev (1:1.1.0-2build1) ...
正在設定 libxdamage-dev (1:1.1.1-3) ...
正在設定 libxext-dev (2:1.0.3-2build1) ...
正在設定 libexpat1-dev (1.95.8-4ubuntu1) ...

正在設定 zlib1g-dev (1:1.2.3.3.dfsg-5ubuntu2) ...
正在設定 libfreetype6-dev (2.3.5-1ubuntu4) ...

正在設定 libfontconfig1-dev (2.4.2-1.2ubuntu4) ...
正在設定 libxft-dev (2.1.12-2ubuntu4) ...
正在設定 libxi-dev (2:1.1.2-1) ...
正在設定 x11proto-xinerama-dev (1.1.2-4ubuntu1) ...
正在設定 libxinerama-dev (2:1.0.2-1build1) ...
正在設定 x11proto-randr-dev (1.2.1-2) ...
正在設定 libxrandr-dev (2:1.2.1-1) ...
正在設定 libatk1.0-dev (1.20.0-0ubuntu1) ...
正在設定 libpng12-dev (1.2.15~beta5-2ubuntu0.1) ...
正在設定 libcairo2-dev (1.4.10-1ubuntu4.4) ...
正在設定 libpango1.0-dev (1.18.3-0ubuntu1) ...
正在設定 libgtk2.0-dev (2.12.0-1ubuntu3) ...

下./configure
nelsonchung@nelsonchung--ubuntu-NB:~/MAKE/PIDGIN/pidgin-2.4.0$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for sed... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... af am ar az be@latin bg bn bs ca ca@valencia cs da de dz el en_AU en_CA en_GB eo es et eu fa fi fr gl gu he hi hu id it ja ka kn ko ku lo lt mk my_MM nb ne nl nn pa pl pt_BR pt ps ro ru si sk sl sq sr sr@latin sv ta te th tr uk ur vi xh zh_CN zh_HK zh_TW
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/nameser_compat.h usability... yes
checking arpa/nameser_compat.h presence... yes
checking for arpa/nameser_compat.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for locale.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for time_t... yes
checking size of time_t... 4
checking whether byte ordering is bigendian... no
checking return type of signal handlers... void
checking for strftime... yes
checking for strdup... yes
checking for strstr... yes
checking for atexit... yes
checking for setlocale... yes
checking for getopt_long... yes
checking for inet_aton... yes
checking for __res_query in -lresolv... yes
checking for gethostent in -lnsl... yes
checking for socket... yes
checking for getaddrinfo... yes
checking for socklen_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for fileno()... yes
checking for the %z format string in strftime()... yes
checking for GLIB... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for GTK... yes
checking for PANGO... yes
checking for X11... yes
checking for XScreenSaverRegister in -lXext... no
checking for XScreenSaverRegister in -lXss... no
checking for SmcSaveYourselfDone in -lSM... yes
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking for STARTUP_NOTIFICATION... no
no
checking for GTKSPELL... no
no
checking for EVOLUTION_ADDRESSBOOK... no
yes
checking for EVOLUTION_ADDRESSBOOK... no
yes
checking for SQLITE3... no
no
checking for initscr in -lncursesw... no
checking for update_panels in -lpanelw... no
checking for initscr in -lncurses... no
checking for update_panels in -lpanel... no
checking for LIBXML... no
no
configure: error:

You must have libxml2 >= 2.6.0 development headers installed to build.

安裝 libxml2-dev

nelsonchung@nelsonchung--ubuntu-NB:~/MAKE/PIDGIN/pidgin-2.4.0$ sudo apt-get install libxml2-dev
讀取套件清單中... 完成
了解套件依存關係中
Reading state information... 完成
The following packages were automatically installed and are no longer required:
python-pymad python-pyogg python-pyvorbis python-mutagen python-pysqlite2
Use 'apt-get autoremove' to remove them.
下列的【新】套件都將被安裝:
libxml2-dev
更新 0 個套件,新安裝 1 個套件,刪除 0 個套件,另不更新 0 個套件。
需要下載 675kB 的檔案。
解壓縮後將消耗 2048kB 的空間。
下載:1 http://tw.archive.ubuntu.com gutsy-updates/main libxml2-dev 2.6.30.dfsg-2ubuntu1.1 [675kB]
讀取 675kB 用了 1s (503kB/s)
選中了曾被取消選擇的套件 libxml2-dev。
(正在讀取資料庫 ... 系統目前總共安裝有 130686 個檔案和目錄。)
正在解壓縮 libxml2-dev (從 .../libxml2-dev_2.6.30.dfsg-2ubuntu1.1_i386.deb) ...
正在設定 libxml2-dev (2.6.30.dfsg-2ubuntu1.1) ...

./configure

nelsonchung@nelsonchung--ubuntu-NB:~/MAKE/PIDGIN/pidgin-2.4.0$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for sed... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... af am ar az be@latin bg bn bs ca ca@valencia cs da de dz el en_AU en_CA en_GB eo es et eu fa fi fr gl gu he hi hu id it ja ka kn ko ku lo lt mk my_MM nb ne nl nn pa pl pt_BR pt ps ro ru si sk sl sq sr sr@latin sv ta te th tr uk ur vi xh zh_CN zh_HK zh_TW
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/nameser_compat.h usability... yes
checking arpa/nameser_compat.h presence... yes
checking for arpa/nameser_compat.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for locale.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for time_t... yes
checking size of time_t... 4
checking whether byte ordering is bigendian... no
checking return type of signal handlers... void
checking for strftime... yes
checking for strdup... yes
checking for strstr... yes
checking for atexit... yes
checking for setlocale... yes
checking for getopt_long... yes
checking for inet_aton... yes
checking for __res_query in -lresolv... yes
checking for gethostent in -lnsl... yes
checking for socket... yes
checking for getaddrinfo... yes
checking for socklen_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for fileno()... yes
checking for the %z format string in strftime()... yes
checking for GLIB... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for GTK... yes
checking for PANGO... yes
checking for X11... yes
checking for XScreenSaverRegister in -lXext... no
checking for XScreenSaverRegister in -lXss... no
checking for SmcSaveYourselfDone in -lSM... yes
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking for STARTUP_NOTIFICATION... no
no
checking for GTKSPELL... no
no
checking for EVOLUTION_ADDRESSBOOK... no
yes
checking for EVOLUTION_ADDRESSBOOK... no
yes
checking for SQLITE3... no
no
checking for initscr in -lncursesw... no
checking for update_panels in -lpanelw... no
checking for initscr in -lncurses... no
checking for update_panels in -lpanel... no
checking for LIBXML... yes
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for GSTREAMER... no
no
checking for MEANWHILE... no
checking for AVAHI... no
checking avahi-client/client.h usability... no
checking avahi-client/client.h presence... no
checking for avahi-client/client.h... no
checking avahi-glib/glib-malloc.h usability... no
checking avahi-glib/glib-malloc.h presence... no
checking for avahi-glib/glib-malloc.h... no
checking for avahi_client_new in -lavahi-client... no
checking for SILC... no
checking for SILC... no
checking for SILC... no
checking for GADU... no
no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking for -Waggregate-return option to gcc... yes
checking for -Wcast-align option to gcc... yes
checking for -Wdeclaration-after-statement option to gcc... yes
checking for -Wendif-labels option to gcc... yes
checking for -Werror-implicit-function-declaration option to gcc... yes
checking for -Wextra -Wno-sign-compare -Wno-unused-parameter option to gcc... yes
checking for -Winit-self option to gcc... yes
checking for -Wmissing-declarations option to gcc... yes
checking for -Wmissing-noreturn option to gcc... yes
checking for -Wmissing-prototypes option to gcc... yes
checking for -Wnested-externs option to gcc... yes
checking for -Wpointer-arith option to gcc... yes
checking for -Wundef option to gcc... yes
checking for FORTIFY_SOURCE support... yes
checking for pidgin... /usr/bin/pidgin
checking for dbus-binding-tool... yes
checking for DBUS... no
Building without D-Bus support
checking for python... /usr/bin/python
checking for Python compile flags... Can't find Python.h
checking for perl... /usr/bin/perl
checking for Perl compile flags... ok
checking for libperl... checking for perl_run... no
checking EXTERN.h usability... yes
checking EXTERN.h presence... yes
checking for EXTERN.h... yes
checking for perl.h... yes
checking for GnuTLS includes... ""
checking gnutls/gnutls.h usability... no
checking gnutls/gnutls.h presence... no
checking for gnutls/gnutls.h... no
checking for GnuTLS libraries... no
checking for Mozilla nspr4 includes in ... ""
checking nspr.h usability... no
checking nspr.h presence... no
checking for nspr.h... no
checking prio.h usability... no
checking prio.h presence... no
checking for prio.h... no
checking for Mozilla nspr4 libraries... no
checking for Mozilla nss3 includes... no
checking for Mozilla nss libraries... no
checking for tclConfig.sh... no
checking for snprintf... yes
checking for connect... (cached) yes
checking for me pot o' gold... no
checking for gethostid... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for random... yes
checking for strchr... yes
checking for strerror... yes
checking for vprintf... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/msgbuf.h usability... no
checking sys/msgbuf.h presence... no
checking for sys/msgbuf.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/utsname.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for struct tm.tm_zone... yes
checking for timezone external... yes
checking for altzone external... no
checking for daylight external... yes
checking for tm_gmtoff in struct tm... yes
checking for CHECK... no
checking for check - version >= 0.8.2... no
*** Could not run check test program, checking why...
*** The test program failed to compile or link. See the file config.log for
*** the exact error that occured.
checking for doxygen... false
configure: WARNING: *** Doxygen not found, docs will not be available
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Doxyfile
config.status: creating doc/Makefile
config.status: creating doc/pidgin.1
config.status: creating doc/finch.1
config.status: creating m4macros/Makefile
config.status: creating pidgin.apspec
config.status: creating pidgin/Makefile
config.status: creating pidgin/pidgin.pc
config.status: creating pidgin/pidgin-uninstalled.pc
config.status: creating pidgin/pixmaps/Makefile
config.status: creating pidgin/pixmaps/buddy_icons/qq/Makefile
config.status: creating pidgin/pixmaps/emotes/default/24/Makefile
config.status: creating pidgin/pixmaps/emotes/none/Makefile
config.status: creating pidgin/plugins/Makefile
config.status: creating pidgin/plugins/cap/Makefile
config.status: creating pidgin/plugins/gestures/Makefile
config.status: creating pidgin/plugins/gevolution/Makefile
config.status: creating pidgin/plugins/musicmessaging/Makefile
config.status: creating pidgin/plugins/perl/Makefile
config.status: creating pidgin/plugins/perl/common/Makefile.PL
config.status: creating pidgin/plugins/ticker/Makefile
config.status: creating libpurple/example/Makefile
config.status: creating libpurple/gconf/Makefile
config.status: creating libpurple/purple.pc
config.status: creating libpurple/purple-uninstalled.pc
config.status: creating libpurple/plugins/Makefile
config.status: creating libpurple/plugins/mono/Makefile
config.status: creating libpurple/plugins/mono/api/Makefile
config.status: creating libpurple/plugins/mono/loader/Makefile
config.status: creating libpurple/plugins/perl/Makefile
config.status: creating libpurple/plugins/perl/common/Makefile.PL
config.status: creating libpurple/plugins/ssl/Makefile
config.status: creating libpurple/plugins/tcl/Makefile
config.status: creating libpurple/Makefile
config.status: creating libpurple/protocols/Makefile
config.status: creating libpurple/protocols/bonjour/Makefile
config.status: creating libpurple/protocols/gg/Makefile
config.status: creating libpurple/protocols/irc/Makefile
config.status: creating libpurple/protocols/jabber/Makefile
config.status: creating libpurple/protocols/msn/Makefile
config.status: creating libpurple/protocols/msnp9/Makefile
config.status: creating libpurple/protocols/myspace/Makefile
config.status: creating libpurple/protocols/novell/Makefile
config.status: creating libpurple/protocols/null/Makefile
config.status: creating libpurple/protocols/oscar/Makefile
config.status: creating libpurple/protocols/qq/Makefile
config.status: creating libpurple/protocols/sametime/Makefile
config.status: creating libpurple/protocols/silc/Makefile
config.status: creating libpurple/protocols/silc10/Makefile
config.status: creating libpurple/protocols/simple/Makefile
config.status: creating libpurple/protocols/toc/Makefile
config.status: creating libpurple/protocols/yahoo/Makefile
config.status: creating libpurple/protocols/zephyr/Makefile
config.status: creating libpurple/tests/Makefile
config.status: creating libpurple/purple.h
config.status: creating libpurple/version.h
config.status: creating share/sounds/Makefile
config.status: creating share/ca-certs/Makefile
config.status: creating finch/finch.pc
config.status: creating finch/Makefile
config.status: creating finch/libgnt/Makefile
config.status: creating finch/libgnt/gnt.pc
config.status: creating finch/libgnt/wms/Makefile
config.status: creating finch/plugins/Makefile
config.status: creating po/Makefile.in
config.status: creating pidgin.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

pidgin 2.4.0

Build GTK+ 2.x UI............. : yes
Build console UI.............. : no
Build for X11................. : yes

Enable Gestures............... : yes
Protocols to build dynamically : gg irc jabber msnp9 myspace novell oscar qq simple yahoo zephyr
Protocols to link statically.. :

Build with GStreamer support.. : no
Build with D-Bus support...... : no
Build with NetworkManager..... : no
SSL Library/Libraries......... : None. MSN, Novell Groupwise and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable!
Build with Cyrus SASL support. : no
Use kerberos 4 with zephyr.... : no
Use external libzephyr........ : no
Has you....................... : yes

Use XScreenSaver Extension.... : no
Use X Session Management...... : yes
Use startup notification...... : no
Build with GtkSpell support... : no

Build with plugin support..... : yes
Build with Mono support....... : no
Build with Perl support....... : no
Build with Tcl support........ : no
Build with Tk support......... : no

Print debugging messages...... : no

Pidgin will be installed in /usr/local/bin.
Warning: You have an old copy of Pidgin at /usr/bin/pidgin.

configure complete, now type 'make'


終於configure過了ㄝ 這個部份 難題在於 自己有沒有什麼套件沒有安裝 pidgin的警告大致上挺清楚的 上網查 也很容易查出來

接下來就做make嚕 在make過程中 發現好多畫面 不知道待會能不能夠擷取下來 我看終端機的buffer應該沒有設那麼大 擷取部份內容

NFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtkmain.o -MD -MP -MF .deps/gtkmain.Tpo -c -o gtkmain.o gtkmain.c
mv -f .deps/gtkmain.Tpo .deps/gtkmain.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtkmenutray.o -MD -MP -MF .deps/gtkmenutray.Tpo -c -o gtkmenutray.o gtkmenutray.c
mv -f .deps/gtkmenutray.Tpo .deps/gtkmenutray.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtknotify.o -MD -MP -MF .deps/gtknotify.Tpo -c -o gtknotify.o gtknotify.c
mv -f .deps/gtknotify.Tpo .deps/gtknotify.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtkplugin.o -MD -MP -MF .deps/gtkplugin.Tpo -c -o gtkplugin.o gtkplugin.c
mv -f .deps/gtkplugin.Tpo .deps/gtkplugin.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtkpluginpref.o -MD -MP -MF .deps/gtkpluginpref.Tpo -c -o gtkpluginpref.o gtkpluginpref.c
mv -f .deps/gtkpluginpref.Tpo .deps/gtkpluginpref.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtkpounce.o -MD -MP -MF .deps/gtkpounce.Tpo -c -o gtkpounce.o gtkpounce.c
mv -f .deps/gtkpounce.Tpo .deps/gtkpounce.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtkprefs.o -MD -MP -MF .deps/gtkprefs.Tpo -c -o gtkprefs.o gtkprefs.c
mv -f .deps/gtkprefs.Tpo .deps/gtkprefs.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtkprivacy.o -MD -MP -MF .deps/gtkprivacy.Tpo -c -o gtkprivacy.o gtkprivacy.c
mv -f .deps/gtkprivacy.Tpo .deps/gtkprivacy.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtkrequest.o -MD -MP -MF .deps/gtkrequest.Tpo -c -o gtkrequest.o gtkrequest.c
mv -f .deps/gtkrequest.Tpo .deps/gtkrequest.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtkroomlist.o -MD -MP -MF .deps/gtkroomlist.Tpo -c -o gtkroomlist.o gtkroomlist.c
mv -f .deps/gtkroomlist.Tpo .deps/gtkroomlist.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtksavedstatuses.o -MD -MP -MF .deps/gtksavedstatuses.Tpo -c -o gtksavedstatuses.o gtksavedstatuses.c
mv -f .deps/gtksavedstatuses.Tpo .deps/gtksavedstatuses.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtkscrollbook.o -MD -MP -MF .deps/gtkscrollbook.Tpo -c -o gtkscrollbook.o gtkscrollbook.c
mv -f .deps/gtkscrollbook.Tpo .deps/gtkscrollbook.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtksession.o -MD -MP -MF .deps/gtksession.Tpo -c -o gtksession.o gtksession.c
mv -f .deps/gtksession.Tpo .deps/gtksession.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtksound.o -MD -MP -MF .deps/gtksound.Tpo -c -o gtksound.o gtksound.c
mv -f .deps/gtksound.Tpo .deps/gtksound.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtksourceiter.o -MD -MP -MF .deps/gtksourceiter.Tpo -c -o gtksourceiter.o gtksourceiter.c
mv -f .deps/gtksourceiter.Tpo .deps/gtksourceiter.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtksourceundomanager.o -MD -MP -MF .deps/gtksourceundomanager.Tpo -c -o gtksourceundomanager.o gtksourceundomanager.c
mv -f .deps/gtksourceundomanager.Tpo .deps/gtksourceundomanager.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtksourceview-marshal.o -MD -MP -MF .deps/gtksourceview-marshal.Tpo -c -o gtksourceview-marshal.o gtksourceview-marshal.c
mv -f .deps/gtksourceview-marshal.Tpo .deps/gtksourceview-marshal.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtkstatusbox.o -MD -MP -MF .deps/gtkstatusbox.Tpo -c -o gtkstatusbox.o gtkstatusbox.c
mv -f .deps/gtkstatusbox.Tpo .deps/gtkstatusbox.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtkthemes.o -MD -MP -MF .deps/gtkthemes.Tpo -c -o gtkthemes.o gtkthemes.c
mv -f .deps/gtkthemes.Tpo .deps/gtkthemes.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtkutils.o -MD -MP -MF .deps/gtkutils.Tpo -c -o gtkutils.o gtkutils.c
mv -f .deps/gtkutils.Tpo .deps/gtkutils.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT gtkwhiteboard.o -MD -MP -MF .deps/gtkwhiteboard.Tpo -c -o gtkwhiteboard.o gtkwhiteboard.c
mv -f .deps/gtkwhiteboard.Tpo .deps/gtkwhiteboard.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT minidialog.o -MD -MP -MF .deps/minidialog.Tpo -c -o minidialog.o minidialog.c
mv -f .deps/minidialog.Tpo .deps/minidialog.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib/pidgin/\" -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\" -I../libpurple -I../libpurple/ -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -DUSE_INTERNAL_LIBGADU -g -g -O2 -MT pidgintooltip.o -MD -MP -MF .deps/pidgintooltip.Tpo -c -o pidgintooltip.o pidgintooltip.c
mv -f .deps/pidgintooltip.Tpo .deps/pidgintooltip.Po
/bin/bash ../libtool --silent --tag=CC --mode=link gcc -g -g -O2 -export-dynamic -o pidgin eggtrayicon.o pidgincombobox.o pidginstock.o gtkaccount.o gtkblist.o gtkcelllayout.o gtkcellrendererexpander.o gtkcellrendererprogress.o gtkcellview.o gtkcellviewmenuitem.o gtkcertmgr.o gtkconn.o gtkconv.o gtkdebug.o gtkdialogs.o gtkdnd-hints.o gtkdocklet.o gtkdocklet-x11.o gtkeventloop.o gtkexpander.o gtkft.o gtkidle.o gtkimhtml.o gtkimhtmltoolbar.o gtklog.o gtkmain.o gtkmenutray.o gtknotify.o gtkplugin.o gtkpluginpref.o gtkpounce.o gtkprefs.o gtkprivacy.o gtkrequest.o gtkroomlist.o gtksavedstatuses.o gtkscrollbook.o gtksession.o gtksound.o gtksourceiter.o gtksourceundomanager.o gtksourceview-marshal.o gtkstatusbox.o gtkthemes.o gtkutils.o gtkwhiteboard.o minidialog.o pidgintooltip.o -lSM -lICE -lxml2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ../libpurple/libpurple.la -lnsl -lresolv
make[3]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin'
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin'
Making all in m4macros
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/m4macros'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/m4macros'
Making all in po
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/po'
file=`echo af | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file af.po
file=`echo am | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file am.po
file=`echo ar | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ar.po
file=`echo az | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file az.po
file=`echo be@latin | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file be@latin.po
file=`echo bg | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file bg.po
file=`echo bn | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file bn.po
file=`echo bs | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file bs.po
file=`echo ca | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ca.po
file=`echo ca@valencia | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ca@valencia.po
file=`echo cs | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file cs.po
file=`echo da | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file da.po
file=`echo de | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file de.po
file=`echo dz | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file dz.po
file=`echo el | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file el.po
file=`echo en_AU | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file en_AU.po
file=`echo en_CA | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file en_CA.po
file=`echo en_GB | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
file=`echo eo | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file eo.po
file=`echo es | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file es.po
file=`echo et | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file et.po
file=`echo eu | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file eu.po
file=`echo fa | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file fa.po
file=`echo fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file fi.po
file=`echo fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file fr.po
file=`echo gl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file gl.po
file=`echo gu | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file gu.po
file=`echo he | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file he.po
file=`echo hi | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file hi.po
file=`echo hu | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file hu.po
file=`echo id | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file id.po
file=`echo it | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ja.po
file=`echo ka | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ka.po
file=`echo kn | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file kn.po
file=`echo ko | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ko.po
file=`echo ku | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ku.po
file=`echo lo | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file lo.po
file=`echo lt | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file lt.po
file=`echo mk | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file mk.po
file=`echo my_MM | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file my_MM.po
file=`echo nb | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file nb.po
file=`echo ne | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ne.po
file=`echo nl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file nl.po
file=`echo nn | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file nn.po
file=`echo pa | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file pa.po
file=`echo pl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file pl.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
file=`echo pt | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file pt.po
file=`echo ps | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ps.po
file=`echo ro | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ro.po
file=`echo ru | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ru.po
file=`echo si | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file si.po
file=`echo sk | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file sk.po
file=`echo sl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file sl.po
file=`echo sq | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file sq.po
file=`echo sr | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file sr.po
file=`echo sr@latin | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file sr@latin.po
file=`echo sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file sv.po
file=`echo ta | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ta.po
file=`echo te | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file te.po
file=`echo th | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file th.po
file=`echo tr | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file tr.po
file=`echo uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file uk.po
file=`echo ur | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ur.po
file=`echo vi | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file vi.po
file=`echo xh | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file xh.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
file=`echo zh_HK | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file zh_HK.po
file=`echo zh_TW | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/po'
Making all in share/ca-certs
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/ca-certs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/ca-certs'
Making all in share/sounds
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/sounds'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/sounds'
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0'
LC_ALL=C ./intltool-merge -d -u -c ./po/.intltool-merge-cache ./po pidgin.desktop.in pidgin.desktop
Found cached translation database
Merging translations into pidgin.desktop.
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0'
make[1]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0'


下make install


2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘fi’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘zh_TW’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘ar’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘da’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘ca@valencia’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘ja’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘sr’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘be@latin’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘pa’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘ro’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘de’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘fr’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘el’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘sv’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘ca’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘lt’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘eo’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘ko’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘id’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘ru’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘vi’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘es’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘et’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘pt_BR’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘nb’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘C’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘zh_CN’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘he’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘sr@latin’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘te’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
警告:無法安裝 schema ‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’中語言為‘zh_HK’的部份:無法儲存設定鍵‘/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal’的某個值,因為組態伺服程式沒有可寫入的資料庫。這個問題的起因有幾種:
1) 組態設定路徑檔案 /etc/gconf/2/path 沒有包含任何的資料庫或根本找不到
2) 因某種因素不小心啟動了兩個 gconfd 程序
3) 作業系統組態設定錯誤,導致 NFS 檔案鎖定功能無法在您的個人目錄使用,或
4) NFS 用戶端機器已當機,而且並沒有在重新開機後通知伺服器應該停止檔案鎖定。
假如有兩個 gconfd 程序 (或在第二個啟動後有兩個),請登出後,終止所有的 gconfd 程序並重新登入。
假如有殘餘的鎖定檔,請移除 ~/.gconf*/*lock。或許問題是由於您想在兩部機器上
同時使用 GConf, 而 ORBit 仍使用預設的組態設定以防止遠端的 CORBA 連線;請在 /etc/orbitrc 檔案中加入 "ORBIIOPIPv4=1"。
在 gconfd 發生問題時,通常都應該檢查 user.* syslog 的詳細情況。每一個個人目錄只能有一個 gconfd,而且它必須擁有一個鎖定檔在 ~/.gconfd,以及在每一個存放設定的位置 (例如 ~/.gconf) 都有鎖定檔
test -z "/usr/local/etc/gconf/schemas" || /bin/mkdir -p "/usr/local/etc/gconf/schemas"
/bin/mkdir: 無法建立 「/usr/local/etc/gconf」 目錄: 拒絕不符權限的操作
make[4]: *** [install-schemaDATA] Error 1
make[4]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/libpurple/gconf'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/libpurple/gconf'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/libpurple'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/libpurple'
make: *** [install-recursive] Error 1
nelsonchung@nelsonchung--ubuntu-NB:~/MAKE/PIDGIN/pidgin-2.4.0$

下 sudo make install

/32/tray-connecting.png' '/usr/local/share/pixmaps/pidgin/tray/32/tray-connecting.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/32/tray-extended-away.png' '/usr/local/share/pixmaps/pidgin/tray/32/tray-extended-away.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/32/tray-invisible.png' '/usr/local/share/pixmaps/pidgin/tray/32/tray-invisible.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/32/tray-new-im.png' '/usr/local/share/pixmaps/pidgin/tray/32/tray-new-im.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/32/tray-offline.png' '/usr/local/share/pixmaps/pidgin/tray/32/tray-offline.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/32/tray-online.png' '/usr/local/share/pixmaps/pidgin/tray/32/tray-online.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-away.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-away.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-busy.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-busy.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-connecting.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-connecting.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-extended-away.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-extended-away.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-invisible.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-invisible.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-new-im.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-new-im.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-offline.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-offline.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-online.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-online.png'
test -z "/usr/local/share/pixmaps/pidgin/buttons" || /bin/mkdir -p "/usr/local/share/pixmaps/pidgin/buttons"
/usr/bin/install -c -m 644 'edit.png' '/usr/local/share/pixmaps/pidgin/buttons/edit.png'
/usr/bin/install -c -m 644 'pause.png' '/usr/local/share/pixmaps/pidgin/buttons/pause.png'
/usr/bin/install -c -m 644 'info.png' '/usr/local/share/pixmaps/pidgin/buttons/info.png'
test -z "/usr/local/share/pixmaps/pidgin" || /bin/mkdir -p "/usr/local/share/pixmaps/pidgin"
/usr/bin/install -c -m 644 'logo.png' '/usr/local/share/pixmaps/pidgin/logo.png'
/usr/bin/install -c -m 644 'arrow-down.xpm' '/usr/local/share/pixmaps/pidgin/arrow-down.xpm'
/usr/bin/install -c -m 644 'arrow-left.xpm' '/usr/local/share/pixmaps/pidgin/arrow-left.xpm'
/usr/bin/install -c -m 644 'arrow-right.xpm' '/usr/local/share/pixmaps/pidgin/arrow-right.xpm'
/usr/bin/install -c -m 644 'arrow-up.xpm' '/usr/local/share/pixmaps/pidgin/arrow-up.xpm'
make[4]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/pixmaps'
make[3]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/pixmaps'
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/pixmaps'
Making install in plugins
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins'
Making install in gestures
make[3]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/gestures'
make[4]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/gestures'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/pidgin" || /bin/mkdir -p "/usr/local/lib/pidgin"
/bin/bash ../../../libtool --silent --mode=install /usr/bin/install -c 'gestures.la' '/usr/local/lib/pidgin/gestures.la'
make[4]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/gestures'
make[3]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/gestures'
Making install in ticker
make[3]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/ticker'
make[4]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/ticker'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/pidgin" || /bin/mkdir -p "/usr/local/lib/pidgin"
/bin/bash ../../../libtool --silent --mode=install /usr/bin/install -c 'ticker.la' '/usr/local/lib/pidgin/ticker.la'
make[4]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/ticker'
make[3]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/ticker'
make[3]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins'
make[4]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/pidgin" || /bin/mkdir -p "/usr/local/lib/pidgin"
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'convcolors.la' '/usr/local/lib/pidgin/convcolors.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'extplacement.la' '/usr/local/lib/pidgin/extplacement.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'gtkbuddynote.la' '/usr/local/lib/pidgin/gtkbuddynote.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'history.la' '/usr/local/lib/pidgin/history.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'iconaway.la' '/usr/local/lib/pidgin/iconaway.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'markerline.la' '/usr/local/lib/pidgin/markerline.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'notify.la' '/usr/local/lib/pidgin/notify.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'pidginrc.la' '/usr/local/lib/pidgin/pidginrc.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'relnot.la' '/usr/local/lib/pidgin/relnot.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'spellchk.la' '/usr/local/lib/pidgin/spellchk.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'timestamp.la' '/usr/local/lib/pidgin/timestamp.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'timestamp_format.la' '/usr/local/lib/pidgin/timestamp_format.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'xmppconsole.la' '/usr/local/lib/pidgin/xmppconsole.la'
make[4]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins'
make[3]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins'
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins'
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin'
make[3]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/bin/bash ../libtool --silent --mode=install /usr/bin/install -c 'pidgin' '/usr/local/bin/pidgin'
test -z "/usr/local/include/pidgin" || /bin/mkdir -p "/usr/local/include/pidgin"
/usr/bin/install -c -m 644 'eggtrayicon.h' '/usr/local/include/pidgin/eggtrayicon.h'
/usr/bin/install -c -m 644 'gtkaccount.h' '/usr/local/include/pidgin/gtkaccount.h'
/usr/bin/install -c -m 644 'gtkblist.h' '/usr/local/include/pidgin/gtkblist.h'
/usr/bin/install -c -m 644 'gtkcelllayout.h' '/usr/local/include/pidgin/gtkcelllayout.h'
/usr/bin/install -c -m 644 'gtkcellrendererexpander.h' '/usr/local/include/pidgin/gtkcellrendererexpander.h'
/usr/bin/install -c -m 644 'gtkcellrendererprogress.h' '/usr/local/include/pidgin/gtkcellrendererprogress.h'
/usr/bin/install -c -m 644 'gtkcellview.h' '/usr/local/include/pidgin/gtkcellview.h'
/usr/bin/install -c -m 644 'gtkcellviewmenuitem.h' '/usr/local/include/pidgin/gtkcellviewmenuitem.h'
/usr/bin/install -c -m 644 'gtkcellview.h' '/usr/local/include/pidgin/gtkcellview.h'
/usr/bin/install -c -m 644 'gtkcellviewmenuitem.h' '/usr/local/include/pidgin/gtkcellviewmenuitem.h'
/usr/bin/install -c -m 644 'gtkcertmgr.h' '/usr/local/include/pidgin/gtkcertmgr.h'
/usr/bin/install -c -m 644 'pidgincombobox.h' '/usr/local/include/pidgin/pidgincombobox.h'
/usr/bin/install -c -m 644 'gtkconn.h' '/usr/local/include/pidgin/gtkconn.h'
/usr/bin/install -c -m 644 'gtkconv.h' '/usr/local/include/pidgin/gtkconv.h'
/usr/bin/install -c -m 644 'gtkconvwin.h' '/usr/local/include/pidgin/gtkconvwin.h'
/usr/bin/install -c -m 644 'gtkdebug.h' '/usr/local/include/pidgin/gtkdebug.h'
/usr/bin/install -c -m 644 'gtkdialogs.h' '/usr/local/include/pidgin/gtkdialogs.h'
/usr/bin/install -c -m 644 'gtkdnd-hints.h' '/usr/local/include/pidgin/gtkdnd-hints.h'
/usr/bin/install -c -m 644 'gtkdocklet.h' '/usr/local/include/pidgin/gtkdocklet.h'
/usr/bin/install -c -m 644 'gtkeventloop.h' '/usr/local/include/pidgin/gtkeventloop.h'
/usr/bin/install -c -m 644 'gtkexpander.h' '/usr/local/include/pidgin/gtkexpander.h'
/usr/bin/install -c -m 644 'gtkft.h' '/usr/local/include/pidgin/gtkft.h'
/usr/bin/install -c -m 644 'gtkidle.h' '/usr/local/include/pidgin/gtkidle.h'
/usr/bin/install -c -m 644 'gtkgaim-compat.h' '/usr/local/include/pidgin/gtkgaim-compat.h'
/usr/bin/install -c -m 644 'gtkimhtml.h' '/usr/local/include/pidgin/gtkimhtml.h'
/usr/bin/install -c -m 644 'gtkimhtmltoolbar.h' '/usr/local/include/pidgin/gtkimhtmltoolbar.h'
/usr/bin/install -c -m 644 'gtklog.h' '/usr/local/include/pidgin/gtklog.h'
/usr/bin/install -c -m 644 'gtkmenutray.h' '/usr/local/include/pidgin/gtkmenutray.h'
/usr/bin/install -c -m 644 'gtknickcolors.h' '/usr/local/include/pidgin/gtknickcolors.h'
/usr/bin/install -c -m 644 'gtknotify.h' '/usr/local/include/pidgin/gtknotify.h'
/usr/bin/install -c -m 644 'gtkplugin.h' '/usr/local/include/pidgin/gtkplugin.h'
/usr/bin/install -c -m 644 'gtkpluginpref.h' '/usr/local/include/pidgin/gtkpluginpref.h'
/usr/bin/install -c -m 644 'gtkprefs.h' '/usr/local/include/pidgin/gtkprefs.h'
/usr/bin/install -c -m 644 'gtkprivacy.h' '/usr/local/include/pidgin/gtkprivacy.h'
/usr/bin/install -c -m 644 'gtkpounce.h' '/usr/local/include/pidgin/gtkpounce.h'
/usr/bin/install -c -m 644 'gtkrequest.h' '/usr/local/include/pidgin/gtkrequest.h'
/usr/bin/install -c -m 644 'gtkroomlist.h' '/usr/local/include/pidgin/gtkroomlist.h'
/usr/bin/install -c -m 644 'gtksavedstatuses.h' '/usr/local/include/pidgin/gtksavedstatuses.h'
/usr/bin/install -c -m 644 'gtkscrollbook.h' '/usr/local/include/pidgin/gtkscrollbook.h'
/usr/bin/install -c -m 644 'gtksession.h' '/usr/local/include/pidgin/gtksession.h'
/usr/bin/install -c -m 644 'gtksound.h' '/usr/local/include/pidgin/gtksound.h'
/usr/bin/install -c -m 644 'gtksourceiter.h' '/usr/local/include/pidgin/gtksourceiter.h'
/usr/bin/install -c -m 644 'gtksourceundomanager.h' '/usr/local/include/pidgin/gtksourceundomanager.h'
/usr/bin/install -c -m 644 'gtksourceview-marshal.h' '/usr/local/include/pidgin/gtksourceview-marshal.h'
/usr/bin/install -c -m 644 'gtkstatusbox.h' '/usr/local/include/pidgin/gtkstatusbox.h'
/usr/bin/install -c -m 644 'pidginstock.h' '/usr/local/include/pidgin/pidginstock.h'
/usr/bin/install -c -m 644 'gtkthemes.h' '/usr/local/include/pidgin/gtkthemes.h'
/usr/bin/install -c -m 644 'gtkutils.h' '/usr/local/include/pidgin/gtkutils.h'
/usr/bin/install -c -m 644 'gtkwhiteboard.h' '/usr/local/include/pidgin/gtkwhiteboard.h'
/usr/bin/install -c -m 644 'minidialog.h' '/usr/local/include/pidgin/minidialog.h'
/usr/bin/install -c -m 644 'pidgintooltip.h' '/usr/local/include/pidgin/pidgintooltip.h'
/usr/bin/install -c -m 644 'pidgin.h' '/usr/local/include/pidgin/pidgin.h'
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
/usr/bin/install -c -m 644 'pidgin.pc' '/usr/local/lib/pkgconfig/pidgin.pc'
make[3]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin'
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin'
make[1]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin'
Making install in m4macros
make[1]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/m4macros'
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/m4macros'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/aclocal" || /bin/mkdir -p "/usr/local/share/aclocal"
/usr/bin/install -c -m 644 'purple.m4' '/usr/local/share/aclocal/purple.m4'
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/m4macros'
make[1]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/m4macros'
Making install in po
make[1]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/po'
/bin/sh /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -d /usr/local/share/locale
linguas="af am ar az be@latin bg bn bs ca ca@valencia cs da de dz el en_AU en_CA en_GB eo es et eu fa fi fr gl gu he hi hu id it ja ka kn ko ku lo lt mk my_MM nb ne nl nn pa pl pt_BR pt ps ro ru si sk sl sq sr sr@latin sv ta te th tr uk ur vi xh zh_CN zh_HK zh_TW "; \
for lang in $linguas; do \
dir=/usr/local/share/locale/$lang/LC_MESSAGES; \
/bin/sh /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -d $dir; \
if test -r $lang.gmo; then \
/usr/bin/install -c -m 644 $lang.gmo $dir/pidgin.mo; \
echo "installing $lang.gmo as $dir/pidgin.mo"; \
else \
/usr/bin/install -c -m 644 ./$lang.gmo $dir/pidgin.mo; \
echo "installing ./$lang.gmo as" \
"$dir/pidgin.mo"; \
fi; \
if test -r $lang.gmo.m; then \
/usr/bin/install -c -m 644 $lang.gmo.m $dir/pidgin.mo.m; \
echo "installing $lang.gmo.m as $dir/pidgin.mo.m"; \
else \
if test -r ./$lang.gmo.m ; then \
/usr/bin/install -c -m 644 ./$lang.gmo.m \
$dir/pidgin.mo.m; \
echo "installing ./$lang.gmo.m as" \
"$dir/pidgin.mo.m"; \
else \
true; \
fi; \
fi; \
done
installing af.gmo as /usr/local/share/locale/af/LC_MESSAGES/pidgin.mo
installing am.gmo as /usr/local/share/locale/am/LC_MESSAGES/pidgin.mo
installing ar.gmo as /usr/local/share/locale/ar/LC_MESSAGES/pidgin.mo
installing az.gmo as /usr/local/share/locale/az/LC_MESSAGES/pidgin.mo
installing be@latin.gmo as /usr/local/share/locale/be@latin/LC_MESSAGES/pidgin.mo
installing bg.gmo as /usr/local/share/locale/bg/LC_MESSAGES/pidgin.mo
installing bn.gmo as /usr/local/share/locale/bn/LC_MESSAGES/pidgin.mo
installing bs.gmo as /usr/local/share/locale/bs/LC_MESSAGES/pidgin.mo
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/pidgin.mo
installing ca@valencia.gmo as /usr/local/share/locale/ca@valencia/LC_MESSAGES/pidgin.mo
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/pidgin.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/pidgin.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/pidgin.mo
installing dz.gmo as /usr/local/share/locale/dz/LC_MESSAGES/pidgin.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/pidgin.mo
installing en_AU.gmo as /usr/local/share/locale/en_AU/LC_MESSAGES/pidgin.mo
installing en_CA.gmo as /usr/local/share/locale/en_CA/LC_MESSAGES/pidgin.mo
installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/pidgin.mo
installing eo.gmo as /usr/local/share/locale/eo/LC_MESSAGES/pidgin.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/pidgin.mo
installing et.gmo as /usr/local/share/locale/et/LC_MESSAGES/pidgin.mo
installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/pidgin.mo
installing fa.gmo as /usr/local/share/locale/fa/LC_MESSAGES/pidgin.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/pidgin.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/pidgin.mo
installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/pidgin.mo
installing gu.gmo as /usr/local/share/locale/gu/LC_MESSAGES/pidgin.mo
installing he.gmo as /usr/local/share/locale/he/LC_MESSAGES/pidgin.mo
installing hi.gmo as /usr/local/share/locale/hi/LC_MESSAGES/pidgin.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/pidgin.mo
installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/pidgin.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/pidgin.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/pidgin.mo
installing ka.gmo as /usr/local/share/locale/ka/LC_MESSAGES/pidgin.mo
installing kn.gmo as /usr/local/share/locale/kn/LC_MESSAGES/pidgin.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/pidgin.mo
installing ku.gmo as /usr/local/share/locale/ku/LC_MESSAGES/pidgin.mo
installing lo.gmo as /usr/local/share/locale/lo/LC_MESSAGES/pidgin.mo
installing lt.gmo as /usr/local/share/locale/lt/LC_MESSAGES/pidgin.mo
installing mk.gmo as /usr/local/share/locale/mk/LC_MESSAGES/pidgin.mo
installing my_MM.gmo as /usr/local/share/locale/my_MM/LC_MESSAGES/pidgin.mo
installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/pidgin.mo
installing ne.gmo as /usr/local/share/locale/ne/LC_MESSAGES/pidgin.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/pidgin.mo
installing nn.gmo as /usr/local/share/locale/nn/LC_MESSAGES/pidgin.mo
installing pa.gmo as /usr/local/share/locale/pa/LC_MESSAGES/pidgin.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/pidgin.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/pidgin.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/pidgin.mo
installing ps.gmo as /usr/local/share/locale/ps/LC_MESSAGES/pidgin.mo
installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/pidgin.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/pidgin.mo
installing si.gmo as /usr/local/share/locale/si/LC_MESSAGES/pidgin.mo
installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/pidgin.mo
installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/pidgin.mo
installing sq.gmo as /usr/local/share/locale/sq/LC_MESSAGES/pidgin.mo
installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/pidgin.mo
installing sr@latin.gmo as /usr/local/share/locale/sr@latin/LC_MESSAGES/pidgin.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/pidgin.mo
installing ta.gmo as /usr/local/share/locale/ta/LC_MESSAGES/pidgin.mo
installing te.gmo as /usr/local/share/locale/te/LC_MESSAGES/pidgin.mo
installing th.gmo as /usr/local/share/locale/th/LC_MESSAGES/pidgin.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/pidgin.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/pidgin.mo
installing ur.gmo as /usr/local/share/locale/ur/LC_MESSAGES/pidgin.mo
installing vi.gmo as /usr/local/share/locale/vi/LC_MESSAGES/pidgin.mo
installing xh.gmo as /usr/local/share/locale/xh/LC_MESSAGES/pidgin.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/pidgin.mo
installing zh_HK.gmo as /usr/local/share/locale/zh_HK/LC_MESSAGES/pidgin.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/pidgin.mo
make[1]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/po'
Making install in share/ca-certs
make[1]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/ca-certs'
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/ca-certs'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/purple/ca-certs" || /bin/mkdir -p "/usr/local/share/purple/ca-certs"
/usr/bin/install -c -m 644 'Equifax_Secure_CA.pem' '/usr/local/share/purple/ca-certs/Equifax_Secure_CA.pem'
/usr/bin/install -c -m 644 'GTE_CyberTrust_Global_Root.pem' '/usr/local/share/purple/ca-certs/GTE_CyberTrust_Global_Root.pem'
/usr/bin/install -c -m 644 'Microsoft_Secure_Server_Authority.pem' '/usr/local/share/purple/ca-certs/Microsoft_Secure_Server_Authority.pem'
/usr/bin/install -c -m 644 'StartCom_Free_SSL_CA.pem' '/usr/local/share/purple/ca-certs/StartCom_Free_SSL_CA.pem'
/usr/bin/install -c -m 644 'Verisign_RSA_Secure_Server_CA.pem' '/usr/local/share/purple/ca-certs/Verisign_RSA_Secure_Server_CA.pem'
/usr/bin/install -c -m 644 'Verisign_Class3_Primary_CA.pem' '/usr/local/share/purple/ca-certs/Verisign_Class3_Primary_CA.pem'
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/ca-certs'
make[1]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/ca-certs'
Making install in share/sounds
make[1]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/sounds'
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/sounds'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/sounds/purple" || /bin/mkdir -p "/usr/local/share/sounds/purple"
/usr/bin/install -c -m 644 'alert.wav' '/usr/local/share/sounds/purple/alert.wav'
/usr/bin/install -c -m 644 'login.wav' '/usr/local/share/sounds/purple/login.wav'
/usr/bin/install -c -m 644 'logout.wav' '/usr/local/share/sounds/purple/logout.wav'
/usr/bin/install -c -m 644 'receive.wav' '/usr/local/share/sounds/purple/receive.wav'
/usr/bin/install -c -m 644 'send.wav' '/usr/local/share/sounds/purple/send.wav'
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/sounds'
make[1]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/sounds'
make[1]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0'
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/applications" || /bin/mkdir -p "/usr/local/share/applications"
/usr/bin/install -c -m 644 'pidgin.desktop' '/usr/local/share/applications/pidgin.desktop'
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0'
make[1]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0'

就可以執行 ./相對路徑/pidgin-2.4.0/pidgin/pidgin


接下來 build個套件 到./相對路徑/pidgin-2.4.0/pidgin suod checkinstall 然後就叫我替這個軟體取個名字 那當然是pidgin


/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/22/tray-extended-away.png' '/usr/local/share/pixmaps/pidgin/tray/22/tray-extended-away.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/22/tray-invisible.png' '/usr/local/share/pixmaps/pidgin/tray/22/tray-invisible.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/22/tray-message.png' '/usr/local/share/pixmaps/pidgin/tray/22/tray-message.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/22/tray-new-im.png' '/usr/local/share/pixmaps/pidgin/tray/22/tray-new-im.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/22/tray-offline.png' '/usr/local/share/pixmaps/pidgin/tray/22/tray-offline.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/22/tray-online.png' '/usr/local/share/pixmaps/pidgin/tray/22/tray-online.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/32/tray-away.png' '/usr/local/share/pixmaps/pidgin/tray/32/tray-away.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/32/tray-busy.png' '/usr/local/share/pixmaps/pidgin/tray/32/tray-busy.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/32/tray-connecting.png' '/usr/local/share/pixmaps/pidgin/tray/32/tray-connecting.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/32/tray-extended-away.png' '/usr/local/share/pixmaps/pidgin/tray/32/tray-extended-away.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/32/tray-invisible.png' '/usr/local/share/pixmaps/pidgin/tray/32/tray-invisible.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/32/tray-new-im.png' '/usr/local/share/pixmaps/pidgin/tray/32/tray-new-im.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/32/tray-offline.png' '/usr/local/share/pixmaps/pidgin/tray/32/tray-offline.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/32/tray-online.png' '/usr/local/share/pixmaps/pidgin/tray/32/tray-online.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-away.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-away.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-busy.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-busy.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-connecting.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-connecting.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-extended-away.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-extended-away.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-invisible.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-invisible.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-new-im.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-new-im.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-offline.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-offline.png'
/bin/bash /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -c -m 644 'tray/48/tray-online.png' '/usr/local/share/pixmaps/pidgin/tray/48/tray-online.png'
test -z "/usr/local/share/pixmaps/pidgin/buttons" || /bin/mkdir -p "/usr/local/share/pixmaps/pidgin/buttons"
/usr/bin/install -c -m 644 'edit.png' '/usr/local/share/pixmaps/pidgin/buttons/edit.png'
/usr/bin/install -c -m 644 'pause.png' '/usr/local/share/pixmaps/pidgin/buttons/pause.png'
/usr/bin/install -c -m 644 'info.png' '/usr/local/share/pixmaps/pidgin/buttons/info.png'
test -z "/usr/local/share/pixmaps/pidgin" || /bin/mkdir -p "/usr/local/share/pixmaps/pidgin"
/usr/bin/install -c -m 644 'logo.png' '/usr/local/share/pixmaps/pidgin/logo.png'
/usr/bin/install -c -m 644 'arrow-down.xpm' '/usr/local/share/pixmaps/pidgin/arrow-down.xpm'
/usr/bin/install -c -m 644 'arrow-left.xpm' '/usr/local/share/pixmaps/pidgin/arrow-left.xpm'
/usr/bin/install -c -m 644 'arrow-right.xpm' '/usr/local/share/pixmaps/pidgin/arrow-right.xpm'
/usr/bin/install -c -m 644 'arrow-up.xpm' '/usr/local/share/pixmaps/pidgin/arrow-up.xpm'
make[4]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/pixmaps'
make[3]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/pixmaps'
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/pixmaps'
Making install in plugins
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins'
Making install in gestures
make[3]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/gestures'
make[4]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/gestures'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/pidgin" || /bin/mkdir -p "/usr/local/lib/pidgin"
/bin/bash ../../../libtool --silent --mode=install /usr/bin/install -c 'gestures.la' '/usr/local/lib/pidgin/gestures.la'
make[4]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/gestures'
make[3]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/gestures'
Making install in ticker
make[3]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/ticker'
make[4]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/ticker'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/pidgin" || /bin/mkdir -p "/usr/local/lib/pidgin"
/bin/bash ../../../libtool --silent --mode=install /usr/bin/install -c 'ticker.la' '/usr/local/lib/pidgin/ticker.la'
make[4]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/ticker'
make[3]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins/ticker'
make[3]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins'
make[4]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/pidgin" || /bin/mkdir -p "/usr/local/lib/pidgin"
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'convcolors.la' '/usr/local/lib/pidgin/convcolors.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'extplacement.la' '/usr/local/lib/pidgin/extplacement.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'gtkbuddynote.la' '/usr/local/lib/pidgin/gtkbuddynote.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'history.la' '/usr/local/lib/pidgin/history.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'iconaway.la' '/usr/local/lib/pidgin/iconaway.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'markerline.la' '/usr/local/lib/pidgin/markerline.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'notify.la' '/usr/local/lib/pidgin/notify.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'pidginrc.la' '/usr/local/lib/pidgin/pidginrc.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'relnot.la' '/usr/local/lib/pidgin/relnot.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'spellchk.la' '/usr/local/lib/pidgin/spellchk.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'timestamp.la' '/usr/local/lib/pidgin/timestamp.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'timestamp_format.la' '/usr/local/lib/pidgin/timestamp_format.la'
/bin/bash ../../libtool --silent --mode=install /usr/bin/install -c 'xmppconsole.la' '/usr/local/lib/pidgin/xmppconsole.la'
make[4]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins'
make[3]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins'
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin/plugins'
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin'
make[3]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/bin/bash ../libtool --silent --mode=install /usr/bin/install -c 'pidgin' '/usr/local/bin/pidgin'
test -z "/usr/local/include/pidgin" || /bin/mkdir -p "/usr/local/include/pidgin"
/usr/bin/install -c -m 644 'eggtrayicon.h' '/usr/local/include/pidgin/eggtrayicon.h'
/usr/bin/install -c -m 644 'gtkaccount.h' '/usr/local/include/pidgin/gtkaccount.h'
/usr/bin/install -c -m 644 'gtkblist.h' '/usr/local/include/pidgin/gtkblist.h'
/usr/bin/install -c -m 644 'gtkcelllayout.h' '/usr/local/include/pidgin/gtkcelllayout.h'
/usr/bin/install -c -m 644 'gtkcellrendererexpander.h' '/usr/local/include/pidgin/gtkcellrendererexpander.h'
/usr/bin/install -c -m 644 'gtkcellrendererprogress.h' '/usr/local/include/pidgin/gtkcellrendererprogress.h'
/usr/bin/install -c -m 644 'gtkcellview.h' '/usr/local/include/pidgin/gtkcellview.h'
/usr/bin/install -c -m 644 'gtkcellviewmenuitem.h' '/usr/local/include/pidgin/gtkcellviewmenuitem.h'
/usr/bin/install -c -m 644 'gtkcellview.h' '/usr/local/include/pidgin/gtkcellview.h'
/usr/bin/install -c -m 644 'gtkcellviewmenuitem.h' '/usr/local/include/pidgin/gtkcellviewmenuitem.h'
/usr/bin/install -c -m 644 'gtkcertmgr.h' '/usr/local/include/pidgin/gtkcertmgr.h'
/usr/bin/install -c -m 644 'pidgincombobox.h' '/usr/local/include/pidgin/pidgincombobox.h'
/usr/bin/install -c -m 644 'gtkconn.h' '/usr/local/include/pidgin/gtkconn.h'
/usr/bin/install -c -m 644 'gtkconv.h' '/usr/local/include/pidgin/gtkconv.h'
/usr/bin/install -c -m 644 'gtkconvwin.h' '/usr/local/include/pidgin/gtkconvwin.h'
/usr/bin/install -c -m 644 'gtkdebug.h' '/usr/local/include/pidgin/gtkdebug.h'
/usr/bin/install -c -m 644 'gtkdialogs.h' '/usr/local/include/pidgin/gtkdialogs.h'
/usr/bin/install -c -m 644 'gtkdnd-hints.h' '/usr/local/include/pidgin/gtkdnd-hints.h'
/usr/bin/install -c -m 644 'gtkdocklet.h' '/usr/local/include/pidgin/gtkdocklet.h'
/usr/bin/install -c -m 644 'gtkeventloop.h' '/usr/local/include/pidgin/gtkeventloop.h'
/usr/bin/install -c -m 644 'gtkexpander.h' '/usr/local/include/pidgin/gtkexpander.h'
/usr/bin/install -c -m 644 'gtkft.h' '/usr/local/include/pidgin/gtkft.h'
/usr/bin/install -c -m 644 'gtkidle.h' '/usr/local/include/pidgin/gtkidle.h'
/usr/bin/install -c -m 644 'gtkgaim-compat.h' '/usr/local/include/pidgin/gtkgaim-compat.h'
/usr/bin/install -c -m 644 'gtkimhtml.h' '/usr/local/include/pidgin/gtkimhtml.h'
/usr/bin/install -c -m 644 'gtkimhtmltoolbar.h' '/usr/local/include/pidgin/gtkimhtmltoolbar.h'
/usr/bin/install -c -m 644 'gtklog.h' '/usr/local/include/pidgin/gtklog.h'
/usr/bin/install -c -m 644 'gtkmenutray.h' '/usr/local/include/pidgin/gtkmenutray.h'
/usr/bin/install -c -m 644 'gtknickcolors.h' '/usr/local/include/pidgin/gtknickcolors.h'
/usr/bin/install -c -m 644 'gtknotify.h' '/usr/local/include/pidgin/gtknotify.h'
/usr/bin/install -c -m 644 'gtkplugin.h' '/usr/local/include/pidgin/gtkplugin.h'
/usr/bin/install -c -m 644 'gtkpluginpref.h' '/usr/local/include/pidgin/gtkpluginpref.h'
/usr/bin/install -c -m 644 'gtkprefs.h' '/usr/local/include/pidgin/gtkprefs.h'
/usr/bin/install -c -m 644 'gtkprivacy.h' '/usr/local/include/pidgin/gtkprivacy.h'
/usr/bin/install -c -m 644 'gtkpounce.h' '/usr/local/include/pidgin/gtkpounce.h'
/usr/bin/install -c -m 644 'gtkrequest.h' '/usr/local/include/pidgin/gtkrequest.h'
/usr/bin/install -c -m 644 'gtkroomlist.h' '/usr/local/include/pidgin/gtkroomlist.h'
/usr/bin/install -c -m 644 'gtksavedstatuses.h' '/usr/local/include/pidgin/gtksavedstatuses.h'
/usr/bin/install -c -m 644 'gtkscrollbook.h' '/usr/local/include/pidgin/gtkscrollbook.h'
/usr/bin/install -c -m 644 'gtksession.h' '/usr/local/include/pidgin/gtksession.h'
/usr/bin/install -c -m 644 'gtksound.h' '/usr/local/include/pidgin/gtksound.h'
/usr/bin/install -c -m 644 'gtksourceiter.h' '/usr/local/include/pidgin/gtksourceiter.h'
/usr/bin/install -c -m 644 'gtksourceundomanager.h' '/usr/local/include/pidgin/gtksourceundomanager.h'
/usr/bin/install -c -m 644 'gtksourceview-marshal.h' '/usr/local/include/pidgin/gtksourceview-marshal.h'
/usr/bin/install -c -m 644 'gtkstatusbox.h' '/usr/local/include/pidgin/gtkstatusbox.h'
/usr/bin/install -c -m 644 'pidginstock.h' '/usr/local/include/pidgin/pidginstock.h'
/usr/bin/install -c -m 644 'gtkthemes.h' '/usr/local/include/pidgin/gtkthemes.h'
/usr/bin/install -c -m 644 'gtkutils.h' '/usr/local/include/pidgin/gtkutils.h'
/usr/bin/install -c -m 644 'gtkwhiteboard.h' '/usr/local/include/pidgin/gtkwhiteboard.h'
/usr/bin/install -c -m 644 'minidialog.h' '/usr/local/include/pidgin/minidialog.h'
/usr/bin/install -c -m 644 'pidgintooltip.h' '/usr/local/include/pidgin/pidgintooltip.h'
/usr/bin/install -c -m 644 'pidgin.h' '/usr/local/include/pidgin/pidgin.h'
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
/usr/bin/install -c -m 644 'pidgin.pc' '/usr/local/lib/pkgconfig/pidgin.pc'
make[3]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin'
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin'
make[1]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/pidgin'
Making install in m4macros
make[1]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/m4macros'
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/m4macros'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/aclocal" || /bin/mkdir -p "/usr/local/share/aclocal"
/usr/bin/install -c -m 644 'purple.m4' '/usr/local/share/aclocal/purple.m4'
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/m4macros'
make[1]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/m4macros'
Making install in po
make[1]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/po'
/bin/sh /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -d /usr/local/share/locale
linguas="af am ar az be@latin bg bn bs ca ca@valencia cs da de dz el en_AU en_CA en_GB eo es et eu fa fi fr gl gu he hi hu id it ja ka kn ko ku lo lt mk my_MM nb ne nl nn pa pl pt_BR pt ps ro ru si sk sl sq sr sr@latin sv ta te th tr uk ur vi xh zh_CN zh_HK zh_TW "; \
for lang in $linguas; do \
dir=/usr/local/share/locale/$lang/LC_MESSAGES; \
/bin/sh /home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/install-sh -d $dir; \
if test -r $lang.gmo; then \
/usr/bin/install -c -m 644 $lang.gmo $dir/pidgin.mo; \
echo "installing $lang.gmo as $dir/pidgin.mo"; \
else \
/usr/bin/install -c -m 644 ./$lang.gmo $dir/pidgin.mo; \
echo "installing ./$lang.gmo as" \
"$dir/pidgin.mo"; \
fi; \
if test -r $lang.gmo.m; then \
/usr/bin/install -c -m 644 $lang.gmo.m $dir/pidgin.mo.m; \
echo "installing $lang.gmo.m as $dir/pidgin.mo.m"; \
else \
if test -r ./$lang.gmo.m ; then \
/usr/bin/install -c -m 644 ./$lang.gmo.m \
$dir/pidgin.mo.m; \
echo "installing ./$lang.gmo.m as" \
"$dir/pidgin.mo.m"; \
else \
true; \
fi; \
fi; \
done
installing af.gmo as /usr/local/share/locale/af/LC_MESSAGES/pidgin.mo
installing am.gmo as /usr/local/share/locale/am/LC_MESSAGES/pidgin.mo
installing ar.gmo as /usr/local/share/locale/ar/LC_MESSAGES/pidgin.mo
installing az.gmo as /usr/local/share/locale/az/LC_MESSAGES/pidgin.mo
installing be@latin.gmo as /usr/local/share/locale/be@latin/LC_MESSAGES/pidgin.mo
installing bg.gmo as /usr/local/share/locale/bg/LC_MESSAGES/pidgin.mo
installing bn.gmo as /usr/local/share/locale/bn/LC_MESSAGES/pidgin.mo
installing bs.gmo as /usr/local/share/locale/bs/LC_MESSAGES/pidgin.mo
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/pidgin.mo
installing ca@valencia.gmo as /usr/local/share/locale/ca@valencia/LC_MESSAGES/pidgin.mo
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/pidgin.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/pidgin.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/pidgin.mo
installing dz.gmo as /usr/local/share/locale/dz/LC_MESSAGES/pidgin.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/pidgin.mo
installing en_AU.gmo as /usr/local/share/locale/en_AU/LC_MESSAGES/pidgin.mo
installing en_CA.gmo as /usr/local/share/locale/en_CA/LC_MESSAGES/pidgin.mo
installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/pidgin.mo
installing eo.gmo as /usr/local/share/locale/eo/LC_MESSAGES/pidgin.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/pidgin.mo
installing et.gmo as /usr/local/share/locale/et/LC_MESSAGES/pidgin.mo
installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/pidgin.mo
installing fa.gmo as /usr/local/share/locale/fa/LC_MESSAGES/pidgin.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/pidgin.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/pidgin.mo
installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/pidgin.mo
installing gu.gmo as /usr/local/share/locale/gu/LC_MESSAGES/pidgin.mo
installing he.gmo as /usr/local/share/locale/he/LC_MESSAGES/pidgin.mo
installing hi.gmo as /usr/local/share/locale/hi/LC_MESSAGES/pidgin.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/pidgin.mo
installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/pidgin.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/pidgin.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/pidgin.mo
installing ka.gmo as /usr/local/share/locale/ka/LC_MESSAGES/pidgin.mo
installing kn.gmo as /usr/local/share/locale/kn/LC_MESSAGES/pidgin.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/pidgin.mo
installing ku.gmo as /usr/local/share/locale/ku/LC_MESSAGES/pidgin.mo
installing lo.gmo as /usr/local/share/locale/lo/LC_MESSAGES/pidgin.mo
installing lt.gmo as /usr/local/share/locale/lt/LC_MESSAGES/pidgin.mo
installing mk.gmo as /usr/local/share/locale/mk/LC_MESSAGES/pidgin.mo
installing my_MM.gmo as /usr/local/share/locale/my_MM/LC_MESSAGES/pidgin.mo
installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/pidgin.mo
installing ne.gmo as /usr/local/share/locale/ne/LC_MESSAGES/pidgin.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/pidgin.mo
installing nn.gmo as /usr/local/share/locale/nn/LC_MESSAGES/pidgin.mo
installing pa.gmo as /usr/local/share/locale/pa/LC_MESSAGES/pidgin.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/pidgin.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/pidgin.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/pidgin.mo
installing ps.gmo as /usr/local/share/locale/ps/LC_MESSAGES/pidgin.mo
installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/pidgin.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/pidgin.mo
installing si.gmo as /usr/local/share/locale/si/LC_MESSAGES/pidgin.mo
installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/pidgin.mo
installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/pidgin.mo
installing sq.gmo as /usr/local/share/locale/sq/LC_MESSAGES/pidgin.mo
installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/pidgin.mo
installing sr@latin.gmo as /usr/local/share/locale/sr@latin/LC_MESSAGES/pidgin.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/pidgin.mo
installing ta.gmo as /usr/local/share/locale/ta/LC_MESSAGES/pidgin.mo
installing te.gmo as /usr/local/share/locale/te/LC_MESSAGES/pidgin.mo
installing th.gmo as /usr/local/share/locale/th/LC_MESSAGES/pidgin.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/pidgin.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/pidgin.mo
installing ur.gmo as /usr/local/share/locale/ur/LC_MESSAGES/pidgin.mo
installing vi.gmo as /usr/local/share/locale/vi/LC_MESSAGES/pidgin.mo
installing xh.gmo as /usr/local/share/locale/xh/LC_MESSAGES/pidgin.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/pidgin.mo
installing zh_HK.gmo as /usr/local/share/locale/zh_HK/LC_MESSAGES/pidgin.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/pidgin.mo
make[1]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/po'
Making install in share/ca-certs
make[1]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/ca-certs'
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/ca-certs'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/purple/ca-certs" || /bin/mkdir -p "/usr/local/share/purple/ca-certs"
/usr/bin/install -c -m 644 'Equifax_Secure_CA.pem' '/usr/local/share/purple/ca-certs/Equifax_Secure_CA.pem'
/usr/bin/install -c -m 644 'GTE_CyberTrust_Global_Root.pem' '/usr/local/share/purple/ca-certs/GTE_CyberTrust_Global_Root.pem'
/usr/bin/install -c -m 644 'Microsoft_Secure_Server_Authority.pem' '/usr/local/share/purple/ca-certs/Microsoft_Secure_Server_Authority.pem'
/usr/bin/install -c -m 644 'StartCom_Free_SSL_CA.pem' '/usr/local/share/purple/ca-certs/StartCom_Free_SSL_CA.pem'
/usr/bin/install -c -m 644 'Verisign_RSA_Secure_Server_CA.pem' '/usr/local/share/purple/ca-certs/Verisign_RSA_Secure_Server_CA.pem'
/usr/bin/install -c -m 644 'Verisign_Class3_Primary_CA.pem' '/usr/local/share/purple/ca-certs/Verisign_Class3_Primary_CA.pem'
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/ca-certs'
make[1]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/ca-certs'
Making install in share/sounds
make[1]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/sounds'
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/sounds'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/sounds/purple" || /bin/mkdir -p "/usr/local/share/sounds/purple"
/usr/bin/install -c -m 644 'alert.wav' '/usr/local/share/sounds/purple/alert.wav'
/usr/bin/install -c -m 644 'login.wav' '/usr/local/share/sounds/purple/login.wav'
/usr/bin/install -c -m 644 'logout.wav' '/usr/local/share/sounds/purple/logout.wav'
/usr/bin/install -c -m 644 'receive.wav' '/usr/local/share/sounds/purple/receive.wav'
/usr/bin/install -c -m 644 'send.wav' '/usr/local/share/sounds/purple/send.wav'
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/sounds'
make[1]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0/share/sounds'
make[1]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0'
make[2]: Entering directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/applications" || /bin/mkdir -p "/usr/local/share/applications"
/usr/bin/install -c -m 644 'pidgin.desktop' '/usr/local/share/applications/pidgin.desktop'
make[2]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0'
make[1]: Leaving directory `/home/nelsonchung/MAKE/PIDGIN/pidgin-2.4.0'

======================== Installation successful ==========================

Copying documentation directory...
./
./README
./COPYRIGHT
./README.MTN
./COPYING
./NEWS
./HACKING
./doc/
./doc/cipher-signals.dox
./doc/imgstore-signals.dox
./doc/gtkblist-signals.dox
./doc/Makefile.am
./doc/blist-signals.dox
./doc/connection-signals.dox
./doc/Makefile.in
./doc/finch.1
./doc/pidgin.1.in
./doc/core-signals.dox
./doc/gtklog-signals.dox
./doc/the_penguin.txt
./doc/gtkimhtml-signals.dox
./doc/dbus-server-signals.dox
./doc/sound-signals.dox
./doc/plugin-i18n.dox
./doc/TracFooter.html
./doc/TracHeader.html
./doc/TCL-HOWTO.dox
./doc/C-HOWTO.dox
./doc/gtkaccount-signals.dox
./doc/gtkconv-signals.dox
./doc/gtkrc-2.0
./doc/log-signals.dox
./doc/plugin-signals.dox
./doc/Makefile
./doc/savedstatus-signals.dox
./doc/certificate-signals.dox
./doc/finch.1.in
./doc/pidgin.1
./doc/SIGNAL-HOWTO.dox
./doc/conversation-signals.dox
./doc/funniest_home_convos.txt
./doc/account-signals.dox
./doc/notify-signals.dox
./doc/PERL-HOWTO.dox
./doc/plugin-ids.dox
./doc/xfer-signals.dox
./README.mingw
./INSTALL
./ChangeLog
./AUTHORS
grep: /var/tmp/mANWgmEihdQPIbZqWkgVT/newfile: 沒有此一檔案或目錄

Copying files to the temporary directory...OK

Striping ELF binaries and libraries...OK

Compressing man pages...OK

Building file list...OK

Building Debian package...OK

Installing Debian package... FAILED!

*** Failed to install the package

Do you want to see the log file? [y]:

Erasing temporary files...OK

Writing backup package...OK

Deleting temp dir...OK

果然有pidgin_2.4.0-1_i386.deb這個套件


透過Facebook分享