|
From: <wki...@gm...> - 2015-10-02 23:41:46
|
On 10/02/2015 07:21 PM, Hamza Alloush wrote: > Thanks for putting this info out there, you have an uncompilable version of > GDAL, you must have 2.0, this was the result by a commit on Terragear > "scenery/ws2.0" branch by Christian Schmitt, Hash: thanks to you, too, hamza! i thought that this was the problem but wasn't sure... felt it best to (finally) post it since it has not yet been taken care of... > 227cdeab42aad98b703e8c93156e6e524cf8e818: "Bump minimum GDAL version to 2.0.0. > Adapt code to API changes for now. > Porting of OGR to GDAL classes can happen later.", > > so essentially a git reset --hard to the commit before that will revert back in > history to when it depends on GDAL 1.X for use on Ubuntu systems, if you are > using d&c script, just make this change to the Terragear block for now, and > save, then it will compile: > > mkdir -p "terragear" > cd "$CBD"/terragear > _gitDownload git://git.code.sf.net/p/flightgear/terragear > _gitUpdate scenery/ws2.0 > git reset --hard 082ee9b82f15c8067183925a2ce48da817fa3748 > > the last line is the one you need to add, i will add that for now... just hope i can remember to remove it later when the problem is properly fixed ;) > also for some reason the d&c script > comes from FGMeta with -DCMAKE_BUILD_TYPE="Debug" for Terragear, but i can > compile both Debug and Release versions on my system, Ubuntu 14.04. i haven't messed with any special compiles like DEBUG or RELEASE yet... someone recently posted to me how but i've not had time to fark with it... i've just finally gotten my system back to using the nvidia video drivers that got shat on some 6 or 8 weeks ago (at least)... turns out that some silly bumblebee thing for laptops got installed in an official update... when it all broke, i had to revert to my initial installation kernel and its settings (1600x1200) and i finally figured out the problem... > GDAL 2.X does not come with any official packages from Ubuntu and Debian, so we > have to compile it on our own: i will keep that in mind... i'm certainly glad that i'm not running a rolling update installation! :) -- NOTE: No off-list assistance is given without prior approval. *Please keep mailing list traffic on the list* unless private contact is specifically requested and granted. |