|
I download the souce code and type:
./configure
make
make install
then it tell me :
stardict.cpp:1457: error: `GTK_COMBO' undeclared (first use this function)
make[3]: *** [stardict.o] Error 1
make[3]: Leaving directory `/linux/stardict-2.4.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/linux/stardict-2.4.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/linux/stardict-2.4.3'
make: *** [all] Error 2
I also use this:
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
make
make install
who install stardict successfully,tell me the way?
l |
|