Search Criteria
Package Details: simgear 2020.3.6-1
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: | http://home.flightgear.org/ |
Licenses: | |
Submitter: | Barthalion |
Maintainer: | AWhetter (flatwhatson) |
Last Packager: | flatwhatson |
Votes: | 19 |
Popularity: | 0.015674 |
First Submitted: | 2018-01-05 16:49 |
Last Updated: | 2021-01-26 09:50 |
Dependencies (8)
- freealut
- glu (glu-git)
- glut (freeglut-x11-svn, freeglut-wayland-svn, freeglut)
- openscenegraph (openscenegraph-2.8, openscenegraph-git, openscenegraph-openmw-git)
- plib
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal-git, mesa-git, mesa-rc, mesa-stable, mesa-minimal+-git) (make)
Required by (4)
- fgrun (make)
- flightgear (make)
- flightgear-git (make)
- terragear-git
Latest Comments
1 2 3 4 Next › Last »
flatwhatson commented on 2020-12-22 06:47
@gugah @onekopaka Thanks! I've pushed a fix for the compilation error.
onekopaka commented on 2020-12-22 05:19
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
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.
flatwhatson commented on 2020-08-31 22:56
Interesting, I'm not seeing this problem locally. Will investigate, thanks for the report!
Potomac commented on 2020-08-31 22:55
Another workaround for the "include" bug :
Create a symbolic link "/include" on your system:
ln -s /usr/include/ /include
Then flightgear and simgear can be compiled without modifications.
zebulon commented on 2020-08-31 20:32
Same issue with the INTERFACE_INCLUDE_DIRECTORIES in 2020.1.3-1: I had to remove ;/include; on line 66 to make flightgear compile.
zebulon commented on 2020-04-18 19:26
@Potomac: thanks for the tip about /include in INTERFACE_INCLUDE_DIRECTORIES, I can confirm this bug every time I build and install this package. I am unsure why you wrote "Sometimes" the extra /include is added every time.
zebulon commented on 2020-04-10 20:03
@Potomac: yes the error message was clear about this required change and this works well.
Potomac commented on 2020-04-07 18:32
Here is a workaround for building Simgear 2019.1 with openscenegraph 3.6.5 : just add the "-fpermissive" option to -DCMAKE_CXX_FLAGS in PKGBUILD for cmake :
Potomac commented on 2020-04-07 01:10
Instead of downgrading openscenegraph 3.6.5-1 to 3.6.4 we should be able to find a workaround, a patch for the file src/simgear-2019.1.1/simgear/canvas/elements/CanvasText.cxx.
Perhaps someone in a bugreport (flightgear's bugzilla) has already wrote a patch.