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: 46
Popularity: 0.002140
First Submitted: 2012-01-30 07:27 (UTC)
Last Updated: 2024-03-08 22:48 (UTC)

Latest Comments

1 2 3 4 Next › Last »

WorMzy commented on 2022-02-13 23:12 (UTC)

https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites

spalf commented on 2022-02-13 19:11 (UTC) (edited on 2022-02-13 19:12 (UTC) by spalf)

also needs automake and autoconf

gonciarz commented on 2019-08-11 22:10 (UTC)

@WorMzy: I created a patch few weeks ago that unify paths for openxcom and openxcom-git. https://bitbucket.org/gonciarz/openxcom-archlinux/pull-requests/1/path-fix/diff

I copy-paste my comment from openxcom-extended package: gonciarz commented on 2019-07-16 20:49 Hi WorMzy, I understand that the OpenXcom is dead now because guys do not release on github. But on the other hand I don't like disorder and manual steps. I just want to have all packages (openxcom/git, openxcom-extended/git) Still from my point of view the cleanest solution would be to apply a patch to openxcom that would change the 'data' path to 'UFO'. Actually I dig a bit and prepared one. Please accept it.

I'm not familiar how collaboration looks like on AUR git, but I usually create a pull request. I've tested the game and it loads properly. Please take a look here: https://bitbucket.org/gonciarz/openxcom-archlinux/pull-requests/1/path-fix/diff

I believe that after merging that change to aur repo, we may change path in openxcom-data-steam. What do you think?

Regards

WorMzy commented on 2019-01-27 15:55 (UTC) (edited on 2019-01-27 17:17 (UTC) by WorMzy)

Sorry Ultima_12, I completely missed your message. FWIW, I can't reproduce the error you were getting, so hopefully it was just a transient issue with your build environment. EDIT: actually, checking the git update history, I updated the patchset after your message, but must've forgotten to post a message about the change. My bad.

@jenz: There seems to have been a change in the way that GL_GLEXT_VERSION is defined, and this trips over builds using -Werror (which is the default. I'm not sure how to fix this properly, and upstream has long since abandoned the v1.0 release (they recommend using nightly builds, which you can use openxcom-git to reproduce) so I doubt a patch will be made to fix this. Instead, I have disabled -Werror in the build, and checked that the built package still runs. Please give it a go and see if it resolves your issue.

<deleted-account> commented on 2019-01-27 11:39 (UTC)

Pinging. This package still fails

Ultima_12 commented on 2018-03-07 20:19 (UTC)

The package fails to build due to an issue with the source, specific output of:

src/Basescape/BaseInfoState.cpp: In member function ‘virtual void OpenXcom::BaseInfoState::init()’: src/Basescape/BaseInfoState.cpp:358:14: error: ‘floor’ was not declared in this scope ss5 << (int)floor(_base->getUsedStores() + 0.05) << ":" << _base->getAvailableStores(); ^~~~~ src/Basescape/BaseInfoState.cpp:358:14: note: suggested alternative: ‘float’ ss5 << (int)floor(_base->getUsedStores() + 0.05) << ":" << _base->getAvailableStores(); ^~~~~ float

WorMzy commented on 2016-05-09 13:54 (UTC)

I've pushed an update that fixes the errors, but I can't guarantee that my fixes won't cause problems in-game. If you could give it a go and let me know if you run into crashes or anything strange, that'd be great.

hollunder commented on 2016-05-09 12:22 (UTC)

Fails to build with this error: src/Geoscape/Globe.cpp:1398:29: error: call of overloaded ‘abs(double)’ is ambiguous seg = abs( sx/(2*M_PI)*96 );