I'm using Ubuntu 12.04
Hardware is an old Intel box running a core 2Duo E8500@3.16GHz*2 with onboard sound and a Radeon 4830 (or was it 4850?)
I have made some progress, especially since I disabled testall, here is the makefile:
# -------- Automatically generated -----------
HAVE_XVID_H ?= 1
HAVE_THEORA_THEORA_H ?= 1
HAVE_EXECINFO_H ?= 1
HAVE_SYS_UTSNAME_H ?= 1
HAVE_LINK_H ?= 1
HAVE_CUNIT_BASIC_H ?= 1
HAVE_MXML_H ?= 1
# DEBUG ?=
# PROFILING ?=
# STATIC ?=
# W2K ?=
# SSE ?=
# HARD_LINKED_GAME ?=
HARD_LINKED_CGAME ?= 1
# DISABLE_DEPENDENCY_TRACKING ?=
# UNIVERSAL ?=
TARGET_OS ?= linux
TARGET_ARCH ?= i386
# MODE ?=
CC ?= "cc"
CXX ?= "c++"
# CROSS ?= ""
PKGBINDIR ?= "/usr/local/bin"
PKGDATADIR ?= "/usr/local/games/ufoai"
PKGLIBDIR ?= "/usr/local/lib"
# LOCALEDIR ?= ""
PREFIX ?= "/usr/local"
# cgame-campaign_DISABLE ?=
# cgame-multiplayer_DISABLE ?=
# cgame-skirmish_DISABLE ?=
# cgame-staticcampaign_DISABLE ?=
# game_DISABLE ?=
# memory_DISABLE ?=
testall_DISABLE ?= yes
# ufo_DISABLE ?=
# ufo2map_DISABLE ?=
# ufoded_DISABLE ?=
# ufomodel_DISABLE ?=
uforadiant_DISABLE ?= yes
# ufoslicer_DISABLE ?=
# allow to specify your own targets
-include config.mk
Make will now complete compiling, but not without errors? The response to make lang:
http://pastebin.com/wCCWUpMeThe response to make maps is similar with the additional filesystem initialization at the end with an error:
http://pastebin.com/NWPx0tf0