Build stardict-3.0.1 on OpenSolaris 2008.05
Before you start the build, make sure you have setup your build environment, you may refer to my blog "Setup Indiana as Developer Desktop for Gnu/Gnome".
Download the source tar file from stardict.sf.net, and apply the patch,
$ patch -p1 < stardict-3.0.1-on-ss12-patch.diff
$ ./autogen.sh --prefix=/usr --disable-festival --disable-espeak; make
# make install
The major problem of this porting, is related to my last entry, "Function Pointer as Template Parameter in SunStudio C++".


发表于 gnu 在 2008年05月27日, 01:42 上午 CST #
good job, will this available in net repository?
发表于 yydzero 在 2008年05月27日, 01:00 下午 CST #
Hi, Yandong, hopes it would be available soon :) You know, there some process work to do :)
发表于 Yong Sun 在 2008年05月27日, 01:46 下午 CST #
Hi! Thanks a lot for this work you have done! With Stardict 3 Indiana becomes better for me:) I have noticed a minor problem - make fails until SUNWgmake is not installed, may be this package should be listed on the "Setup Indiana as Developer Desktop for Gnu/Gnome" page
发表于 Vitaly 在 2008年06月16日, 01:31 上午 CST #
Vitaly, thanks, just added. I actually used the gmake from CBE 1.6 packages, so that I missed the SUNWgmake :)
发表于 Yong Sun 在 2008年06月16日, 09:27 上午 CST #