Search Criteria
Package Details: simgear 2024.1.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/simgear.git (read-only, click to copy) |
|---|---|
| Package Base: | simgear |
| Description: | A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications |
| Upstream URL: | https://gitlab.com/flightgear/simgear |
| Licenses: | LGPL-2.0-only |
| Submitter: | Barthalion |
| Maintainer: | mhdi |
| Last Packager: | mhdi |
| Votes: | 25 |
| Popularity: | 0.37 |
| First Submitted: | 2018-01-05 16:49 (UTC) |
| Last Updated: | 2025-11-06 13:19 (UTC) |
Dependencies (13)
- c-ares (c-ares-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- expat (expat-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-obsAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- libglvnd (libglvnd-gitAUR)
- openal (openal-gitAUR)
- openscenegraph (openscenegraph-gitAUR, flightgear-openscenegraph-gitAUR, openscenegraph-openmw-gitAUR)
- xz (xz-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
dreieck commented on 2025-09-15 14:08 (UTC)
Suggestion:
Remove this comment:
since @acxz is no longer the maintainer of this package.
To not divert users to that issue tracker which might just be ignored.
Regards!
dreieck commented on 2025-09-15 14:03 (UTC) (edited on 2025-09-15 14:04 (UTC) by dreieck)
Info:
Builds also with Boost 1.80.0. I did not try other versions between 1.80.0 and 1.88.0.
Using at least 1.80.0 would make
terragearbuildable again:https://gitlab.com/flightgear/terragear/-/issues/2#note_2748858724
One would need to find out the newest Boost version which simgear version 2024.1.1 builds with, and then create the appropriate boost package into the AUR and adapt
simgear,flightgearandterragear-gitaccordingly.Regards!
dreieck commented on 2025-08-24 21:22 (UTC) (edited on 2025-08-25 08:24 (UTC) by dreieck)
Ahoj,
to use
boost174even if another (more up to date) version ofboostis installed, add-DBoost_DIR=/opt/boost-1.74.0/lib/cmake/Boost-1.74.0to thecmakecommand line.This would make the requirement mentioned in comment from 2025-08-18 obsolete.
A Patch that determines that needed directory automatically:
Regards!
<deleted-account> commented on 2025-08-18 19:27 (UTC)
Note: Before building simgear, you HAVE to uninstall boost, and instead use boost174, or else it will fail to compile.
lemust83 commented on 2023-02-24 23:40 (UTC)
I can confirm this issue too: make[2]: [simgear/CMakeFiles/SimGearScene.dir/build.make:1826: simgear/CMakeFiles/SimGearScene.dir/scene/viewer/Compositor.cxx.o] Error 1 make[2]: Attente des tâches non terminées.... make[2]: [simgear/CMakeFiles/SimGearScene.dir/build.make:1840: simgear/CMakeFiles/SimGearScene.dir/scene/viewer/CompositorBuffer.cxx.o] Error 1 make[1]: [CMakeFiles/Makefile2:887: simgear/CMakeFiles/SimGearScene.dir/all] Error 2 make: *** [Makefile:156: all] Error 2
simona commented on 2023-02-23 09:23 (UTC)
make[2]: [simgear/CMakeFiles/SimGearScene.dir/build.make:1826: simgear/CMakeFiles/SimGearScene.dir/scene/viewer/Compositor.cxx.o] Error 1
make[1]: [CMakeFiles/Makefile2:887: simgear/CMakeFiles/SimGearScene.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
acxz commented on 2022-09-07 14:48 (UTC)
Development is on Github: https://github.com/acxz/flightgear-arch Please open issues and PRs there instead of commenting.
flatwhatson commented on 2020-12-22 06:47 (UTC)
@gugah @onekopaka Thanks! I've pushed a fix for the compilation error.
onekopaka commented on 2020-12-22 05:19 (UTC) (edited on 2020-12-22 05:20 (UTC) by onekopaka)
I was able to get things building by adapting a change that was made to SimGear in its repo https://github.com/FlightGear/simgear/commit/39d616a0d591d9df6e3cab947952e140986952e6 though I ignored the style changes of the declaration to minimize the size of the diff.
Here's the diff to apply to the source:
gugah commented on 2020-12-20 17:36 (UTC)
I'm getting the following error when compiling simgear 2020.3.4-1 (using up-to-date dependencies)
I have tried the "-fpermissive" option to -DCMAKE_CXX_FLAGS in PKGBUILD for cmake with no luck.
1 2 3 4 Next › Last »