Hello,

I get the following error when compiling Release V1.15.0. Previous
commits from the last months compiled w/o errors.

Has anybody an idea how to fix? I don't want to interact to much in
unknown code regions. :-)

Thanks.

Karl ...

karl@karl-desktop:~/GPS/build-qmapshack-Desktop-Release_small$ make
[  2%] Built target alg
[  2%] Automatic MOC for target qmapshack
[  2%] Built target qmapshack_autogen
[  2%] Building CXX object
src/qmapshack/CMakeFiles/qmapshack.dir/dem/CDemVRT.cpp.o
/home/karl/GPS/qmapshack/src/qmapshack/dem/CDemVRT.cpp: In constructor
‘CDemVRT::CDemVRT(const QString&, CDemDraw*)’:
/home/karl/GPS/qmapshack/src/qmapshack/dem/CDemVRT.cpp:80:24: error:
invalid conversion from ‘const char**’ to ‘char**’ [-fpermissive]
     oSRS.importFromWkt(&wkt);
                        ^~~~
In file included from
/home/karl/GPS/qmapshack/src/qmapshack/dem/CDemVRT.cpp:28:0:
/usr/include/gdal/ogr_spatialref.h:185:17: note:   initializing
argument 1 of ‘OGRErr OGRSpatialReference::importFromWkt(char**)’
     OGRErr      importFromWkt( char ** );
                 ^~~~~~~~~~~~~
src/qmapshack/CMakeFiles/qmapshack.dir/build.make:1871: recipe for
target 'src/qmapshack/CMakeFiles/qmapshack.dir/dem/CDemVRT.cpp.o'
failed
make[2]: *** [src/qmapshack/CMakeFiles/qmapshack.dir/dem/CDemVRT.cpp.o]
Error 1
CMakeFiles/Makefile2:174: recipe for target
'src/qmapshack/CMakeFiles/qmapshack.dir/all' failed
make[1]: *** [src/qmapshack/CMakeFiles/qmapshack.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2
karl@karl-desktop:~/GPS/build-qmapshack-Desktop-Release_small$



-------- Weitergeleitete Nachricht --------
Von: Oliver Eichler <oliver.eich...@gmx.de>
An: QMapShack MailingList <qlandkartegt-users@lists.sourceforge.net>
Betreff: [Qlandkartegt-users] Release V1.15.0
Datum: Sun, 14 Jun 2020 13:05:44 +0200

Hi,
time to get a couple of changes into the binaries.
Henri was curious to implement the traveling sales man problem. So he
picked the rather old ticket and did it:
https://github.com/Maproom/qmapshack/wiki/DocGisItemsRte#optimize-route
And I found time to improve the range selection. An issue that
disturbed me for quite some time. Especially when I have to enhance
long tracks with alternating activities like ski slopes. The range tool
became quite complex, now. So it needs a bit of learning. However if
you get used to it it simplifies editing a track quite a lot as you can
seamlessly move a long the track to apply all kinds of functions. Have
a look at Wolfgang's wonderful documentation of the feature:

https://github.com/Maproom/qmapshack/wiki/DocGisItemsTrkRange#track-ranges
For package maintainers: I took the freedom to increase the minimum
GDAL version to 2.3. We already have 3.2 and those deprecation warnings
drove me nuts.
And of course the release contains the usual mix of bug fixes and
improvements. See the attached change log and the archived tickets on
Github for details.
Have fun with the release!
Oliver

[QMS-68] Route Optimization[QMS-132] DEMs: Make the scale range control
cut off not only rendering but also loading or requesting the
data.[QMS-134] Rework track range selection from scratch[QMS-135]
Improved French translation[QMS-140] Enhancements for OS X release[QMS-
146] Fix issues with built-in online maps[QMS-148] Misplaced track info
window[QMS-151] Missing tooltip in route toolbar[QMS-153] Improved
French translation[QMS-156] Request to unmount systemdrive on
startup[QMS-164] Workspace filter is not applied to newly loaded
projects[QMS-165] OSX: GIS files not loaded when clicked[QMS-172]
Select action "for all" in Database Conflict[QMS-173] Misleading help
text for DEM range slider[QMS-178] Automate list of code contributors
in about dialog[QMS-183] Backward range selection causing small
issues[QMS-192] Fix URLs still pointing to the bitbucket wiki[QMS-201]
Fix GDAL deprecation warnings[QMS-204] Garmin Map: Fix crash because of
bad codec number[QMS-207] Fixing Availability of Geocaches


_______________________________________________Qlandkartegt-users
mailing listqlandkartegt-us...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

_______________________________________________
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to