http://saravali.de/maitreya/download.html
当然,虽然LINUX崇尚自由免费,
但对于你的帮忙,作为新手的我希望能给点酬劳你.
或者联系我:qq:66150601
安装说明见里面的INSTALL文件,我要求在UBUNTU8.04最新版本安装.
先谢了.
[其它]有个软件装不上,请各位帮帮忙.
* libwxbase2.8-0
* libwxbase2.8-dev
* libwxgtk2.8-0
* libwxgtk2.8-dev
* wx2.8-headers
* wx2.8-i18n
这些包都装上了吗?遇到什么错误,帖上来看看.在这里不用酬劳也会有很多帮忙的,
* libwxbase2.8-dev
* libwxgtk2.8-0
* libwxgtk2.8-dev
* wx2.8-headers
* wx2.8-i18n
这些包都装上了吗?遇到什么错误,帖上来看看.在这里不用酬劳也会有很多帮忙的,

关注我的blog: ε==3
谢谢你的提醒.这是一个专业的占星软件.weive 写了:这个是什么软件?你把安装说明贴上来,并不是所有人都会去下载一个自己不想要的软件。
详细说明如下:
1. Installation on UNIX-like systems
====================================
The distribution is based on automake, so the traditional configure/make
should be sufficient on most systems.
The compilation should work on most UNIX or Linux Systems. The program is
known to compile on systems like Redhat Linux, Debian, SuSE and FreeBSD.
Prerequisites
-------------
You must have installed wxWindows including the headers. We recommend version 2.8, but 2.6 and 2.7 are still supported.
Configuration dialog on 2.6 is quite ugly but works.
Most platforms provide ready-to-use prebuild packages.
Example list for wx 2.8 installation on Ubuntu Feisty is
* libwxbase2.8-0
* libwxbase2.8-dev
* libwxgtk2.8-0
* wx2.8-headers
Most platforms have only 2 or 3 required packages. We recommend UNICODE packages if
your platform provides ansi and unicode versions of the software.
If not mentioned, unicode will be most likely the default.
You can also compile wx from source code, see http://www.wxWindows.org.
configure
---------
Let's assume that you installed wxWidgets.
Default installation directory is /usr/local/maitreya.
If you want to change this type
./configure --prefix=<directory>
where <directory> could be something like '/usr' or '/opt'. All will be installed under
/usr/maitreya or /opt/maitreya etc.
ALL the data are installed under $(prefix)/maitreya.
So there's nothing under /usr/local/share/icons, etc. Only a link from
/usr/local/bin/maitreya to the main binary will be created.
prefix is /opt).
The wx-config script is essential for the platform dependent compiler switches.
configure must find it, otherwise there's no chance to compile the program
well. wx-config is searched in various standard directories. If configure
doesn't find your wx-config, start configure with the option
--with-wx-config-dir=<directory>
The resulting executable (src/gui/maitreya) will be quite big. You can strip if you don't
want debugging informations (strip src/gui/maitreya).
Please read the font installation note after compilation. The font "MaitreyaSymbols.ttf" from
the directory "src/fonts" must be installed onto your system.
- End of *nix notes
试了一下可以编译通过,我机器上(8.04),还需要装: libwxbase2.8-0 libwxbase2.8-dev libwxgtk2.8-0 libwxgtk2.8-dev wx2.8-headers 这几个包.
./configure 成功后,按提示 make,没有问题, 但是执行src/gui/maitreya的时候,会有
Fatal Error: stat failed, errno is 2
的错误,看了下代码,加了点,运行起来是没问题了,如图:
./configure 成功后,按提示 make,没有问题, 但是执行src/gui/maitreya的时候,会有
Fatal Error: stat failed, errno is 2
的错误,看了下代码,加了点,运行起来是没问题了,如图:
关注我的blog: ε==3
Re: [其它]有个软件装不上,请各位帮帮忙.
代码: 全选
In file included from Ashtakavarga.cpp:25:
Conf.h:71: error: field ‘color_fg’ has incomplete type
Conf.h:71: error: field ‘color_fg2’ has incomplete type
Conf.h:71: error: field ‘color_fg3’ has incomplete type
Conf.h:71: error: field ‘color_bg’ has incomplete type
Conf.h:71: error: field ‘color_bg2’ has incomplete type
Conf.h:71: error: field ‘color_marked’ has incomplete type
Conf.h:71: error: field ‘color_benefic’ has incomplete type
Conf.h:71: error: field ‘color_malefic’ has incomplete type
make[4]: *** [Ashtakavarga.o] Error 1
make[4]: Leaving directory `/home/fox/pro/maitreya-5.0.1/src/jyotish'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/fox/pro/maitreya-5.0.1/src/jyotish'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/fox/pro/maitreya-5.0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/fox/pro/maitreya-5.0.1'
make: *** [all] Error 2
