Search Criteria
Package Details: flightgear 2020.3.6-1
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: | |
Submitter: | Barthalion |
Maintainer: | AWhetter (flatwhatson) |
Last Packager: | flatwhatson |
Votes: | 36 |
Popularity: | 0.28 |
First Submitted: | 2018-01-05 16:04 |
Last Updated: | 2021-01-26 09:50 |
Dependencies (18)
- glu (glu-git)
- libxi (libxi-git)
- libxmu
- libxrandr (libxrandr-git)
- openal (openal119-bin, openal-git, openal-minimal-git)
- openscenegraph (openscenegraph-2.8, openscenegraph-git, openscenegraph-openmw-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal+-git, mesa-minimal-git, mesa-git, mesa-stable, mesa-rc) (make)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless) (make)
- qt5-declarative (qt5-declarative-git) (make)
- qt5-svg (qt5-svg-git) (make)
- sharutils (make)
- simgear>=2020.3.6 (simgear-git) (make)
- flightgear-data (flightgear-data-git) (optional)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless) (optional) – fgfs --launcher
- qt5-declarative (qt5-declarative-git) (optional) – fgfs --launcher
Required by (1)
- python-gym-jsbsim-git (optional)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
ista011 commented on 2020-12-03 13:46
@flatwhatson
No, i receive the same error.
Looks like i don't have SmartGame Library (sg_exception::sg_exception), but i can't find it in my package manager.
flatwhatson commented on 2020-12-03 00:57
I've just pushed updates to the latest version, and made the dependencies properly check that the correct version of simgear is installed.
@ista011 Please try again with the latest simgear and flightgear.
ista011 commented on 2020-12-02 21:56
@Potomac
Yes, i have correct version of simgear from AUR, i even reinstalled it, but anyway receive that error.
Potomac commented on 2020-12-02 21:11
@ista011 : it seems a linking error : /usr/bin/ld: CMakeFiles/fgrcc.dir/fgrcc.cxx.o: in function
ResourceDeclaration::isCompressed() const [clone .cold]': fgrcc.cxx:(.text.unlikely+0x1c7): undefined reference to
sg_exception::sg_exception(std::__cxx11::basic_string<char,collect2: error: ld returned 1 exit status
Did you install the correct version of simgear for flightgear 2020.3.2-1 ? https://aur.archlinux.org/packages/simgear/
ista011 commented on 2020-12-02 18:58
@Potomac
As you request, i published log file
https://justpaste.it/6u7u6
Potomac commented on 2020-12-02 18:15
@ista011 : post the full build log here : https://justpaste.it/
we should see the full error message, which can guide us to the solution.
ista011 commented on 2020-12-02 14:42
Hi community, I receive an error while updating from 2020.1.3-1 to 2020.3.2-1 on Manjaro
Can anyone help me, please?
papakilo commented on 2020-09-20 23:16
Hi community,
for those like me who love to test new applications, there is a chance to try the new (and still unstable) FlightGear 2020.2.1.
It is available as appimage without waiting for someone to compile or write the specific pkgbuild.
You may find it here: https://sourceforge.net/projects/flightgear/files/unstable/
Bye and have a nice flight...
hashstat commented on 2020-09-13 21:21
When building the package, I get this warning:
Potomac commented on 2020-08-29 06:10
If I disable lines 38 and 39 in "CMakeModules/Translations.cmake" file then all is Ok, flightgear 2020.1.3 can compile.
Lines to comment :
translation_dir_list(LANGUAGES ${TRANSLATIONS_SRC_DIR})
message(STATUS "Detected language files: ${LANGUAGES}")