Package Details: flightgear-atlas-cvs 20120514-1

Package Base: flightgear-atlas-cvs
Description: Displays high quality charts of the world for users of FlightGear
Upstream URL: http://atlas.sourceforge.net/
Category: games
Licenses: GPL
Submitter: gadget3000
Maintainer: None
Last Packager: None
Votes: 7
First Submitted: 2011-01-02 11:54
Last Updated: 2013-07-01 12:05

Dependencies (4)

Required by (0)

Sources

Latest Comments

Comment by rebootl

2013-12-07 12:00

Hey

There was an cvs update to get Atlas work w/ the new FG scenery. See: http://forum.flightgear.org/viewtopic.php?f=31&t=21304&sid=983e0b0f501c013bd563f1934def9e49#p195355

I think I didn't get this version...

My understanding of cvs and PKGBUILDS is only limited but I think there should not be a $pkgver in the PKGBUILD cvs checkout, since this is a cvs package and I always want the latest cvs state. (?)
3c3
< pkgver=20120514
---
> pkgver=20131206
31c31
< cvs -z3 -d "$_cvsroot" co -D "$pkgver" -f "$_cvsmod"
---
> cvs -z3 -d "$_cvsroot" co "$_cvsmod"

(Also no need for PKGBUILD to be executable.)
Cheers + Thanks

Comment by Tom_ch

2013-07-01 07:30

I only needed to add --enable-simgear-shared to configure, then it compiled successfully

Comment by PaterSiul

2013-05-02 22:36

In the meantime people can use the patch, so there's no rush.

Comment by gadget3000

2013-05-02 21:30

Will do. Up to my eyeballs with work at the moment but I'll update it asap. Thanks for the fix.

Comment by PaterSiul

2013-05-02 20:01

Fixed it. configure needs --enable-simgear-shared. Patch file for that, including the automake-patch from below: http://ix.io/5rW

Comment by PaterSiul

2013-04-28 18:42

can't build either.
http://ix.io/5oo/ (patch) makes it compatible with automake 1.13, but ld can't find what seems to be the simgear libraries: http://ix.io/5op (error messages and preceding g++ call).
I tried giving ./configure the locations of simgear (and fgbase, osg, plip and libcurl while I was at it, too) and I compiled simgear using -DSIMGEAR_SHARED=ON to no avail.

using plib-1.8.5-4, openscenegraph-3.0.1-9 simgear-2.10.0-1 and flightgear-2.10.0-1.

Comment by paulbarbee

2012-01-27 00:08

This package refuses to build for me with the following error:

GLUTWindow.cxx:25:23: fatal error: GLUT/glut.h: No such file or directory
compilation terminated.

I have glut.h in /usr/include/GL/ so I made a symlink "GLUT" to GL. Now it fails with"


_FORTIFY_SOURCE=2 -DFGBASE_DIR='"/usr/lib/FlightGear"' -MT AtlasController.o -MD -MP -MF .deps/AtlasController.Tpo -c -o AtlasController.o AtlasController.cxx
AtlasController.cxx: In member function ‘void FlightTracks::add(FlightTrack*)’:
AtlasController.cxx:198:71: error: ‘sort’ was not declared in this scope
make[3]: *** [AtlasController.o] Error 1
make[3]: Leaving directory `/tmp/packerbuild-0/flightgear-atlas-cvs/flightgear-atlas-cvs/src/Atlas-build/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/packerbuild-0/flightgear-atlas-cvs/flightgear-atlas-cvs/src/Atlas-build/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/packerbuild-0/flightgear-atlas-cvs/flightgear-atlas-cvs/src/Atlas-build/src'
make: *** [all-recursive] Error 1