Search Criteria
Package Details: terragear-git 20150716-1
Git Clone URL: | https://aur.archlinux.org/terragear-git.git (read-only, click to copy) |
---|---|
Package Base: | terragear-git |
Description: | TerraGear is a collection of open-source tools and rendering libraries which can transform publically available GIS data in 3D representations (i.e. 3D models or 3D maps) of the earth for use in real time rendering projects. |
Upstream URL: | http://wiki.flightgear.org/TerraGear |
Licenses: | |
Submitter: | nic96 |
Maintainer: | nic96 |
Last Packager: | nic96 |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2014-12-26 01:13 |
Last Updated: | 2015-09-02 02:09 |
Latest Comments
tsester commented on 2016-09-15 11:01
Hello, i fixed a message::
undefined reference to `boost::system::generic_category()'
i think, by adding "-DCMAKE_CXX_FLAGS="-lboost_system"" to cmake
Now, however, i'm getting
[100%] Linking CXX executable genapts850
CMakeFiles/genapts850.dir/main.cxx.o: In function `main'
main.cxx:(.text.startup+0x38cf): undefined reference to `boost::thread::hardware_concurrency()'
how can i fix this?
( i tried -DCMAKE_CXX_FLAGS="-lboost_system -lpthread" -DBOOST_THREAD_USE_LIB="defined" )
Anonymous comment on 2015-08-30 17:29
At the moment (2015-08-30), compiling does fail.
That's due to gdal 1.11.2 being incompatible with the current git.
To compile terragear-git, get gdal 2.0.0 from Community-Staging.
Since Community-Staging flows into Community at one point, it should solve itself in the forseeable future.