Package Details: openxcom 1.0-9

Git Clone URL: https://aur.archlinux.org/openxcom.git (read-only, click to copy)
Package Base: openxcom
Description: An open-source reimplementation of the famous X-COM game
Upstream URL: https://openxcom.org/
Licenses: GPL-3.0-or-later
Submitter: None
Maintainer: WorMzy
Last Packager: WorMzy
Votes: 47
Popularity: 0.64
First Submitted: 2012-01-30 07:27 (UTC)
Last Updated: 2024-03-08 22:48 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

miffe commented on 2013-05-08 15:52 (UTC)

g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -O2 -rdynamic -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -c -o ../obj/AllocatePsiTrainingState.o Geoscape/AllocatePsiTrainingState.cpp In file included from pch.h:37:0, from pch.cpp:1: /usr/include/SDL/SDL_opengl.h:46:60: fatal error: GL/gl.h: No such file or directory #include <GL/gl.h> /* Header File For The OpenGL Library */ ^ compilation terminated. Please add mesa and glu to makedepends. And do build your packages in chroot to catch such simple errors.

xF0E commented on 2013-02-14 14:10 (UTC)

Thanks, but now the game keeps failing to start with error: Failed to load index, after i copied the steam directory to /usr/share/xcom/data.

<deleted-account> commented on 2013-02-14 03:32 (UTC)

Changed dependecy 'yaml-cpp' to 'yaml-cpp0.3'. Compilation should run successfully now.

<deleted-account> commented on 2013-02-13 09:52 (UTC)

Strange, I'm getting the same error but with Savegame/Region.cpp I'll check with upstream to see what's going on.

xF0E commented on 2013-02-12 23:20 (UTC)

Hello guys! I get this error at compiling: Savegame/CraftWeapon.cpp:48:18: error: no match for ‘operator>>’ in ‘YAML::Node::operator[](const Key&) const [with Key = char [5]]((*"ammo")) >> ((OpenXcom::CraftWeapon*)this)->OpenXcom::CraftWeapon::_ammo’ Savegame/CraftWeapon.cpp:49:22: error: no match for ‘operator>>’ in ‘YAML::Node::operator[](const Key&) const [with Key = char [9]]((*"rearming")) >> ((OpenXcom::CraftWeapon*)this)->OpenXcom::CraftWeapon::_rearming’ make: *** [../obj/CraftWeapon.o] Error 1 How i can bypass it?

<deleted-account> commented on 2012-04-15 17:50 (UTC)

Hi, eix6leiz. 'pkg-config' is included in the 'base-devel' group, therefore this package isn't required to be listed in the dependencies. See this wiki page: https://wiki.archlinux.org/index.php/Makepkg#Usage

<deleted-account> commented on 2012-04-14 13:34 (UTC)

Version 0.3 requires pkg-config to build. pkg-config should be added to makedepends: makedepends=('pkg-config')

<deleted-account> commented on 2012-01-30 07:33 (UTC)

OpenXcom requires the original X-COM resources. You can find the installation manual on this page: http://ufopaedia.org/index.php?title=Installing_%28OpenXcom%29