project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - quazgar

Pages: [1]
1
Linux / Compiling uforadiant
« on: November 08, 2015, 09:45:48 pm »
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?

Pages: [1]