Hi everyone,
I'm currently working on an ebuild (package script) for Gentoo, but fail to get uforadiant successfully installed. For testing purposes I tried a local install, with the following setup:
- Got ufo-2.5-source and -data and unpacked the archives.
- Configured with: ./configure --prefix=$HOME/.local/ufo-2.5
- make install-uforadiant
Unfortuantely, starting uforadiant fails immediately with
I/O warning : failed to load external entity "/home/XXX/.local/ufo-2.5/games/ufo//radiant/game.xml"and a correspondig error dialog. A few output lines before, it emits warnings that it can't find user.xml and the splash image:
**-WARNING **: image could not get loaded: '/home/XXX/.local/ufo-2.5/games/ufo//radiant/bitmaps/uforadiantsplash.png'.
Any idea what I might do to fix this? Adding some copy commands to some Makefile?