Technical support > Linux

Can't build 2.5 on Debian Wheezy

(1/1)

hcgrove:
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

hcgrove:
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

redhound:
Same thing on latest 2.5 branch (now stable). Anyone have any ideas?

redhound:
I've commented "mojo" line in /build/install.mk file, and make completes successful:


--- Code: ---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
--- End code ---

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

Navigation

[0] Message Index

Go to full version