Package Details: openmw-git 0.48.0.r4764.g012d10703f-1

Git Clone URL: https://aur.archlinux.org/openmw-git.git (read-only, click to copy)
Package Base: openmw-git
Description: An open-source engine reimplementation for the role-playing game Morrowind.
Upstream URL: http://www.openmw.org
Licenses: custom, GPL3, MIT
Conflicts: openmw
Provides: openmw
Submitter: None
Maintainer: bwrsandman (Lone_Wolf)
Last Packager: bwrsandman
Votes: 30
Popularity: 0.022144
First Submitted: 2011-01-05 16:17 (UTC)
Last Updated: 2024-03-25 21:25 (UTC)

Pinned Comments

Lone_Wolf commented on 2022-06-17 10:07 (UTC)

openmw-git has been found to require a sizable amount of temporary space during building.

The available amount depends on system specifics so is different for all systems. In case build fails with "no space left on device" you may be bitten by this.

See https://bbs.archlinux.org/viewtopic.php?id=277304 for details and possible solutions.

bwrsandman commented on 2016-09-24 14:59 (UTC) (edited on 2018-11-22 17:28 (UTC) by bwrsandman)

Please refrain from flagging the git version as out date when a new release comes out. The git aur packages update their version on install time based on the tags of the git repo.

Keep in mind that this is a VCS package and it is meant to be in line with the latest master which might not always work. It is not meant to follow the release pattern in any particularly smart way and assumes that upstream maintains their tags consistently.

For the newest release, the correct page is https://www.archlinux.org/packages/?q=openmw

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 Next › Last »

bwrsandman commented on 2016-09-24 14:59 (UTC) (edited on 2018-11-22 17:28 (UTC) by bwrsandman)

Please refrain from flagging the git version as out date when a new release comes out. The git aur packages update their version on install time based on the tags of the git repo.

Keep in mind that this is a VCS package and it is meant to be in line with the latest master which might not always work. It is not meant to follow the release pattern in any particularly smart way and assumes that upstream maintains their tags consistently.

For the newest release, the correct page is https://www.archlinux.org/packages/?q=openmw

esclapion commented on 2016-09-04 10:12 (UTC)

Release 0.4 is out

RedComet commented on 2016-07-19 15:30 (UTC)

I took a look at the /usr/local/lib folder and it sseems that awhile back. I tried to compile ffmpeg from source when I was very new to arch and didn't properly uninstall it. I removed the files from the previous build reinstalled ffmpeg and everything works fine now.

bwrsandman commented on 2016-07-18 11:42 (UTC)

@RedComet I've tested and the build isn't broken per say. It's strange that you're linking with /usr/local/lib/libavcodec.a, I am not sure where that's coming from, you should be linking with /usr/lib/libavcodec.so Could you check with pacman -Qo /usr/local/lib/libavcodec.a and see where it comes from?

RedComet commented on 2016-07-17 12:46 (UTC)

I get this error: [ 47%] Building CXX object apps/openmw/CMakeFiles/openmw.dir/crashcatcher.cpp.o [ 47%] Linking CXX executable ../../openmw /usr/bin/ld: /usr/local/lib/libavcodec.a(lclenc.o): undefined reference to symbol 'deflateReset' /usr/lib/libz.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [apps/openmw/CMakeFiles/openmw.dir/build.make:6358: openmw] Error 1 make[1]: *** [CMakeFiles/Makefile2:502: apps/openmw/CMakeFiles/openmw.dir/all] Error 2

darkbasic commented on 2016-05-12 14:54 (UTC)

https://forum.openmw.org/viewtopic.php?f=8&t=3544 It's fixed now.

bwrsandman commented on 2016-05-10 16:51 (UTC)

@darkbasic This indeed looks like a bug brought on by the update of gcc to 6.1.1. I suggest you bring this up on the openmw support forums [1] or the issue tracker [2]. Make sure to specify the compiler you're using. [1] https://forum.openmw.org/viewforum.php?f=8&sid=ffbbe975667fa0ebba0d865d0776a00f [2] https://bugs.openmw.org/

darkbasic commented on 2016-05-10 16:16 (UTC)

[ 17%] Building CXX object components/CMakeFiles/components.dir/files/configurationmanager.cpp.o In file included from /usr/include/c++/6.1.1/unordered_map:35:0, from /home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.hpp:7, from /home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp:1: /usr/include/c++/6.1.1/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \ ^~~~~ [ 17%] Building CXX object components/CMakeFiles/components.dir/files/lowlevelfile.cpp.o [ 17%] Building CXX object components/CMakeFiles/components.dir/files/constrainedfilestream.cpp.o [ 17%] Building CXX object components/CMakeFiles/components.dir/compiler/controlparser.cpp.o [ 17%] Building CXX object components/CMakeFiles/components.dir/compiler/errorhandler.cpp.o [ 17%] Building CXX object components/CMakeFiles/components.dir/compiler/exprparser.cpp.o [ 17%] Building CXX object components/CMakeFiles/components.dir/compiler/extensions.cpp.o In file included from /home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp:1:0: /home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.hpp:56:22: error: ‘unordered_map’ in namespace ‘std’ does not name a template type typedef std::unordered_map<std::string, path_type_f> TokensMappingContainer; ^~~~~~~~~~~~~ /home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.hpp:71:9: error: ‘TokensMappingContainer’ does not name a type TokensMappingContainer mTokensMapping; ^~~~~~~~~~~~~~~~~~~~~~ /home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp: In member function ‘void Files::ConfigurationManager::setupTokensMapping()’: /home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp:47:5: error: ‘mTokensMapping’ was not declared in this scope mTokensMapping.insert(std::make_pair(localToken, &FixedPath<>::getLocalPath)); ^~~~~~~~~~~~~~ /home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp: In member function ‘void Files::ConfigurationManager::processPaths(Files::PathContainer&, bool)’: /home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp:88:17: error: ‘TokensMappingContainer’ has not been declared TokensMappingContainer::iterator tokenIt = mTokensMapping.find(path.substr(0, pos + 1)); ^~~~~~~~~~~~~~~~~~~~~~ /home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp:89:21: error: ‘tokenIt’ was not declared in this scope if (tokenIt != mTokensMapping.end()) ^~~~~~~ /home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp:89:32: error: ‘mTokensMapping’ was not declared in this scope if (tokenIt != mTokensMapping.end()) ^~~~~~~~~~~~~~ components/CMakeFiles/components.dir/build.make:3470: set di istruzioni per l'obiettivo "components/CMakeFiles/components.dir/files/configurationmanager.cpp.o" non riuscito make[2]: *** [components/CMakeFiles/components.dir/files/configurationmanager.cpp.o] Errore 1 make[2]: *** Attesa per i processi non terminati.... CMakeFiles/Makefile2:340: set di istruzioni per l'obiettivo "components/CMakeFiles/components.dir/all" non riuscito make[1]: *** [components/CMakeFiles/components.dir/all] Errore 2 Makefile:127: set di istruzioni per l'obiettivo "all" non riuscito make: *** [all] Errore 2

EndlessEden commented on 2016-02-08 19:53 (UTC)

please fix following: mygui(>=3.3.1){git compiles fine. GL version is quite a bit faster as well} ffmpeg(>=2.8.6){OSG uses >2.8.6, and wont compile against newer. not necessarily a issue, but can lead to problems.} SDL2(note: i cant verify but sdl2-hg may be breaking openmw at the moment.)

zenolijo commented on 2015-12-02 20:15 (UTC)

Just like everyone else, it messed aroound with qt5 but it compiled just fine anyways. A dependency that is missing is libxkbcommon-x11 though, please add that.