關於clanbomber?

找不到Code如何播放,不知道要用什麼播放程式等等相關問題都可以在這發問

Moderator: Forums Team

Post Reply
breaking
Posts: 184
Joined: Sun Apr 13, 2003 4:31 am
Location: 地球上一個小小的地方叫"台北內湖"啦
Contact:

關於clanbomber?

Post by breaking »

突然想玩clanbomber這個遊戲,用emerge -s找不到,
於是從http://prdownloads.sourceforge.net/clan ... z?download
抓下clanbomber-1.02a.tar.gz後,想自行裝上去

結果出現訊息如下

Code: Select all

make[3]: Entering directory `/root/source/clanbomber/clanbomber-1.02a/clanbomber'
g++ -DHAVE_CONFIG_H -I. -I. -I..     -O6 -c Disease_Fast.cpp
In file included from Disease_Fast.cpp:19:
ClanBomber.h:105: friend declaration requires class-key, i.e. `friend struct 
   Debug'
make[3]: *** [Disease_Fast.o] Error 1
make[3]: Leaving directory `/root/source/clanbomber/clanbomber-1.02a/clanbomber'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/source/clanbomber/clanbomber-1.02a/clanbomber'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/source/clanbomber/clanbomber-1.02a'
make: *** [all-recursive-am] Error 2
想問問有人在gentoo上裝好clanbomber麼?

順便問問這問題該如何解決呢?
User avatar
【Palatis】
Posts: 956
Joined: Wed Apr 02, 2003 4:21 pm
Location: 偶爾插花...</br>亞利安星球
Contact:

Post by 【Palatis】 »

看來你得去改他原始碼了.
「從麻雀之城回來的時候,被問到『你要大的藤箱還是小的藤箱?』為此煩惱不已。大家都有過這種煩惱吧?」
「是啊是啊!大的藤箱可以放很多東西覺得很划算,小的藤箱小小的裡面也許放著很不錯的東西,真的很難取捨阿!」
「靠這個就能告別這種煩惱『中型的藤箱』!」
「好厲害!」
「不要再煩惱大小的問題了,現在還贈送可以煮出鐵質,增進健康的鐵銼刀。」
「這是一定要買的!」
「我要一個!」
breaking
Posts: 184
Joined: Sun Apr 13, 2003 4:31 am
Location: 地球上一個小小的地方叫"台北內湖"啦
Contact:

Post by breaking »

【Palatis】 wrote:看來你得去改他原始碼了.
嘿嘿....我找到方法囉

http://http.us.debian.org/debian/pool/m ... rig.tar.gz
http://http.us.debian.org/debian/pool/m ... -5.diff.gz
先抓下以上這兩個

Code: Select all

> tar zxvf clanbomber_1.02a.orig.tar.gz
> gunzip clanbomber_1.02a-5.diff.gz
> cp clanbomber_1.02a-5.diff clanbomber-1.02a.orig
> patch -p1 < clanbomber_1.02a-5.diff
> ./configure
> make
> make install
然後,就有clanbomber可玩囉.... :D

p.s.沒想到這樣也可以....ㄏㄏ
Post Reply