Yes, but after the last change (using ROUTINO_ROUTE_LIST_HTML instead of ROUTINO_ROUTE_LIST_HTML_ALL in src/gis/rte/router/CRouterRoutino.cpp) libroutino is not calculating enough points, so that there are straight lines in the calculated route. This didn't happen when ROUTINO_ROUTE_LIST_HTML_ALL was used.
Am 05.09.2015 um 11:59 schrieb Friedhelm Mueller: > Thanks, it works now. > Oliver did some changes too. > > On Samstag 2015-09-05 10:04, Armin Geisse wrote: > >> Date: Sat, 5 Sep 2015 10:04:52 >> From: Armin Geisse <[email protected]> >> To: [email protected] >> Subject: Re: [Qlandkartegt-users] Compiling errors >> >> The source for libroutino seems to have changed. >> You have to use now the svn repo >> >> svn co http://routino.org/svn/trunk routino >> >> and then compile routino again, libroutino.so is automatically compiled >> and installed. >> It contains as well the correct routino.h >> >> Cheers >> >> Armin >> >> Am 05.09.2015 um 09:54 schrieb Helmut Schmidt: >>> Same for me. >>> Switch back to ROUTINO_ROUTE_LIST_TEXT_ALL or to >>> ROUTINO_ROUTE_LIST_HTML to get it compile again. >>> >>> Am 05.09.2015 um 09:45 schrieb Friedhelm Mueller: >>>> Hi Oliver! >>>> >>>> Since yesterday evening i got the following errors: >>>> >>>> Maybe you have a hint or you are already on the way hiking ... >>>> Then i have bad luck. >>>> >>>> Friedhelm >>>> >>>> make && make install >>>> [ 1%] Built target CGetOpt >>>> [ 2%] Automatic moc for target qmapshack >>>> [ 2%] Built target qmapshack_automoc >>>> [ 2%] Building CXX object >>>> src/CMakeFiles/qmapshack.dir/gis/rte/router/CRouterRoutino.cpp.o >>>> /usr/local/QMapShack/src/gis/rte/router/CRouterRoutino.cpp: In member >>>> function ‘virtual void CRouterRoutino::calcRoute(const >>>> IGisItem::key_t&)’: >>>> /usr/local/QMapShack/src/gis/rte/router/CRouterRoutino.cpp:328:23: >>>> error: ‘ROUTINO_ROUTE_LIST_HTML_ALL’ was not declared in this scope >>>> int options = ROUTINO_ROUTE_LIST_HTML_ALL; >>>> ^ >>>> /usr/local/QMapShack/src/gis/rte/router/CRouterRoutino.cpp: In member >>>> function ‘virtual int CRouterRoutino::calcRoute(const QPointF&, const >>>> QPointF&, QPolygonF&)’: >>>> /usr/local/QMapShack/src/gis/rte/router/CRouterRoutino.cpp:417:23: >>>> error: ‘ROUTINO_ROUTE_LIST_HTML_ALL’ was not declared in this scope >>>> int options = ROUTINO_ROUTE_LIST_HTML_ALL; >>>> ^ >>>> src/CMakeFiles/qmapshack.dir/build.make:4078: recipe for target >>>> 'src/CMakeFiles/qmapshack.dir/gis/rte/router/CRouterRoutino.cpp.o' >>>> failed >>>> make[2]: *** >>>> [src/CMakeFiles/qmapshack.dir/gis/rte/router/CRouterRoutino.cpp.o] >>>> Error 1 >>>> CMakeFiles/Makefile2:174: recipe for target >>>> 'src/CMakeFiles/qmapshack.dir/all' failed >>>> make[1]: *** [src/CMakeFiles/qmapshack.dir/all] Error 2 >>>> Makefile:149: recipe for target 'all' failed >>>> make: *** [all] Error 2 >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Qlandkartegt-users mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users >>>> >>> >>> ------------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Qlandkartegt-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users >>> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Qlandkartegt-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users ------------------------------------------------------------------------------ _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
