project-navigation
Personal tools

Author Topic: Can't build 2.5 on Debian Wheezy  (Read 3103 times)

Offline hcgrove

  • Cannon Fodder
  • **
  • Posts: 2
    • View Profile
Can't build 2.5 on Debian Wheezy
« on: March 29, 2013, 09:03:05 pm »
I'm trying to build 2.5 on my workstation running Debian Wheezy, but after installing the prerequisites listed on http://ufoai.org/wiki/Debian, I get "build/install_mojo.mk:45: *** target pattern contains no `%'.  Stop." when doing a make.

A complete session starting with cloning the git repository can be seen at:
http://pastebin.com/gRQftJZJ

Can anyone provide any help on getting further?

.Henrik

Offline hcgrove

  • Cannon Fodder
  • **
  • Posts: 2
    • View Profile
Re: Can't build 2.5 on Debian Wheezy
« Reply #1 on: March 29, 2013, 09:11:37 pm »
The configure output mentions that gtksourceview-2.0 is not installed, but while installing libgtksourceview2.0-dev removes that warning, it doesn't change the end result.

I had seen the warning, but as it's not listed as a prerequisite, ./configure doesn't find it critical enough to fail, and the error doesn't look related to viewing source, I didn't believe that could be the issue - and it wasn't.

.Henrik

Offline redhound

  • Cannon Fodder
  • **
  • Posts: 2
    • View Profile
Re: Can't build 2.5 on Debian Wheezy
« Reply #2 on: July 02, 2014, 10:12:59 pm »
Same thing on latest 2.5 branch (now stable). Anyone have any ideas?

Offline redhound

  • Cannon Fodder
  • **
  • Posts: 2
    • View Profile
Re: Can't build 2.5 on Debian Wheezy
« Reply #3 on: July 02, 2014, 10:28:43 pm »
I've commented "mojo" line in /build/install.mk file, and make completes successful:

Code: [Select]
include build/install_android.mk
include build/install_linux.mk
include build/install_mac.mk
#include build/install_mojo.mk
include build/install_windows.mk

AFAIK it's about game installer, which is not needed if you run game from source dir.