View Single Post
Posts: 67 | Thanked: 126 times | Joined on Jun 2010 @ Germany
#217
The reason is, that I have a build dependency on libsdl-ttf2.0-dev. This automatically implements a runtime dependency for libsdl-ttf2.0 (without the -dev). So far so good. But there is a libsdl-ttf2.0-0 package available which some other packages make use of. So apt tries to install libsdl-ttf2.0 which has the same files as the one with -2 in the end and fails because of this.

The actual problem is the missing libsdl-ttf2.0-0-dev (note the -0). So I can't use this package to build, but some other applications still use the runtime package of it.

Hope that makes sense to you.

Following my guide VCMI should still install, even tho the error was thrown. Did you try to run it after installing with apt-get?
__________________
  • If you have issues with the Maemo port of VCMI (Heroes 3), please report here.
  • If you have crashes, make sure to get an error log by running vcmi through xterm. (Type "vcmiclient" in the X Terminal application)
  • Some installation instructions can be found here.
  • For questions regarding VCMI features, a timeline, new releases and the like, please visit the VCMI board and their Wiki.

Last edited by 0x47; 2010-08-27 at 17:06.