Flightgear 2018.3.4 is outdated.
Newer Flightgear 2019.1.1 has been released since 2019-03-14!!!
Git Clone URL: | https://aur.archlinux.org/flightgear.git (read-only, click to copy) |
---|---|
Package Base: | flightgear |
Description: | An open-source, multi-platform flight simulator |
Upstream URL: | http://www.flightgear.org/ |
Licenses: | GPL |
Submitter: | Barthalion |
Maintainer: | alesar1 (acxz) |
Last Packager: | acxz |
Votes: | 48 |
Popularity: | 0.004347 |
First Submitted: | 2018-01-05 16:04 (UTC) |
Last Updated: | 2023-12-31 02:54 (UTC) |
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 Next › Last »
Flightgear 2018.3.4 is outdated.
Newer Flightgear 2019.1.1 has been released since 2019-03-14!!!
@tim.hellhake I've just added you as a co-maintainer on flightgear and flightgear-data so that you can test and update all three packages at once.
Flightgear depends on simgear.
https://aur.archlinux.org/packages/simgear needs to be updated first.
Hi Barthalion, tim.hellhake, FredBezies. Are you still going to maintain this package?
@dwheeler: added qt5-svg to makedepends(). Hope it helps!
This package is still failing to build if qt5-svg is not added as a dependency.
The problem was when using simgear-git instead of simgear. It works fine now.
@popolon: no problems here. Try to grab pkgbuild using a git clone, not pacaur which is dead for a long time now.
There is currently an error at flightgear compilation :
In file included from /data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilotgroup.cxx:29: /data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilotgroup.hxx: In constructor 'FGXMLAutopilotGroup::FGXMLAutopilotGroup()': /data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilotgroup.hxx:40:46: error: no matching function for call to 'SGSubsystemGroup::SGSubsystemGroup()' FGXMLAutopilotGroup() : SGSubsystemGroup() {} ^ In file included from /data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilot.hxx:27, from /data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilotgroup.cxx:28: /usr/include/simgear/structure/subsystem_mgr.hxx:381:5: note: candidate: 'SGSubsystemGroup::SGSubsystemGroup(const char)' SGSubsystemGroup (const char name); ^~~~~~~~~~~~~~~~ /usr/include/simgear/structure/subsystem_mgr.hxx:381:5: note: candidate expects 1 argument, 0 provided /usr/include/simgear/structure/subsystem_mgr.hxx:378:7: note: candidate: 'SGSubsystemGroup::SGSubsystemGroup(const SGSubsystemGroup&)' class SGSubsystemGroup : public SGSubsystem ^~~~~~~~~~~~~~~~ /usr/include/simgear/structure/subsystem_mgr.hxx:378:7: note: candidate expects 1 argument, 0 provided make[2]: [src/Main/CMakeFiles/fgfs.dir/build.make:682: src/Main/CMakeFiles/fgfs.dir/__/Autopilot/autopilotgroup.cxx.o] Error 1 make[2]: Waiting for unfinished jobs.... /data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilot.cxx: In constructor 'FGXMLAutopilot::Autopilot::Autopilot(SGPropertyNode_ptr, SGPropertyNode_ptr)': /data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilot.cxx:123:21: error: no matching function for call to 'SGSubsystemGroup::SGSubsystemGroup()' _rootNode(rootNode) ^ In file included from /data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilot.hxx:27, from /data/arc/cache/pacaur/flightgear/src/flightgear-2018.3.2/src/Autopilot/autopilot.cxx:28: /usr/include/simgear/structure/subsystem_mgr.hxx:381:5: note: candidate: 'SGSubsystemGroup::SGSubsystemGroup(const char)' SGSubsystemGroup (const char name); ^~~~~~~~~~~~~~~~ /usr/include/simgear/structure/subsystem_mgr.hxx:381:5: note: candidate expects 1 argument, 0 provided /usr/include/simgear/structure/subsystem_mgr.hxx:378:7: note: candidate: 'SGSubsystemGroup::SGSubsystemGroup(const SGSubsystemGroup&)' class SGSubsystemGroup : public SGSubsystem ^~~~~~~~~~~~~~~~ /usr/include/simgear/structure/subsystem_mgr.hxx:378:7: note: candidate expects 1 argument, 0 provided make[2]: [src/Main/CMakeFiles/fgfs.dir/build.make:669: src/Main/CMakeFiles/fgfs.dir/__/Autopilot/autopilot.cxx.o] Error 1 make[1]: [CMakeFiles/Makefile2:2042: src/Main/CMakeFiles/fgfs.dir/all] Error 2 make: *** [Makefile:163: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... :: failed to build flightgear package(s)
Pinned Comments
acxz commented on 2022-09-07 14:47 (UTC)
Development is on Github: https://github.com/acxz/flightgear-arch Please open issues and PRs there instead of commenting.