navit-gps / navit

The open source (GPL v2) turn-by-turn navigation software for many OS
http://www.navit-project.org
Other
549 stars 173 forks source link

Problems running navit on Ubuntu 18.04 #954

Open asbaklm opened 4 years ago

asbaklm commented 4 years ago

Hi

Could you please help with navit problems trying to compile and run under Ubuntu 18.04 / Mint 19?

I tried to compile navit for Ubuntu 18.04 / Mint 19 from instructions found at https://navit.readthedocs.io/en/latest/development/linux_development.html but it won't run.

I adjusted prerequisites to include the following, not all packages are necessary but I was running out of ideas:

apt-get install cmake zlib1g-dev libpng-dev libgtk2.0-dev librsvg2-bin g++ gpsd gpsd-clients libgps-dev libdbus-glib-1-dev freeglut3-dev libxft-dev libglib2.0-dev libfreeimage-dev gettext protobuf-c-compiler libprotobuf-c-dev qtdeclarative5-dev libqt5positioning5 libqt5positioning5-plugins libqt5svg5-dev

apt-get install libsdl-image1.2-dev libdevil-dev libglc-dev freeglut3-dev libxmu-dev libfribidi-dev libimlib2-dev gcc

apt-get install libgegl-dev libgd-dev libqtexengine-dev libqt5qml5 qt5-qmltooling-plugins libespeak-dev libqt5multimedia5 libqt5multimedia5-plugins libqt5positioning5 libqt5positioning5-plugins

apt-get install libespeak-ng-dev libespeak-dev

Next I cloned navit from git and ran cmake

mkdir navit-build cd navit-build cmake ../navit -DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2/

Result

-- Building with CMake V3.10.2 -- The C compiler identification is GNU 7.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- The CXX compiler identification is GNU 7.4.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- LIBDIR variable is not defined. It will be autodetected now. -- You can set it manually with -DLIBDIR= -- LIB_DIR (highest subdirectory if LIBDIR) is set to 'lib64/navit' -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Checking for module 'gmodule-2.0' -- Found gmodule-2.0, version 2.56.4 -- Checking for module 'glib-2.0>=2.10' -- Found glib-2.0, version 2.56.4 -- Checking for module 'fontconfig >= 2.2.0' -- Found fontconfig , version 2.12.6 -- Checking for module 'dbus-1 >= 1.4' -- Found dbus-1 , version 1.12.2 -- Checking for module 'dbus-glib-1' -- Found dbus-glib-1, version 0.110 -- Checking for module 'liblocation' -- No package 'liblocation' found -- Checking for module 'libosso' -- No package 'libosso' found -- Checking for module 'libgps' -- Found libgps, version 3.17 -- Checking for module 'libgps>=2.90' -- Found libgps, version 3.17 -- Checking for module 'libgps>=3.1' -- Found libgps, version 3.17 -- Checking for module 'libgarmin' -- No package 'libgarmin' found -- Checking for module 'imlib2' -- Found imlib2, version 1.4.10 -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") -- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "2.8.1") -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE
-- Found SDL: /usr/lib/x86_64-linux-gnu/libSDLmain.a;/usr/lib/x86_64-linux-gnu/libSDL.so;-lpthread (found version "1.2.15") -- Found SDL_image: /usr/lib/x86_64-linux-gnu/libSDL_image.so (found version "1.2.12") -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- Found GTK2_GTK: /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so
-- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.6.34") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found version "2.7.17") CMake Warning at CMakeLists.txt:225 (find_package): By not providing "FindQt5Positioning.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Positioning", but CMake did not find one.

Could not find a package configuration file provided by "Qt5Positioning" with any of the following names:

Qt5PositioningConfig.cmake
qt5positioning-config.cmake

Add the installation prefix of "Qt5Positioning" to CMAKE_PREFIX_PATH or set "Qt5Positioning_DIR" to a directory containing one of the above files. If "Qt5Positioning" provides a separate development package or SDK, be sure it has been installed.

CMake Warning at CMakeLists.txt:232 (find_package): By not providing "FindQt5Multimedia.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Multimedia", but CMake did not find one.

Could not find a package configuration file provided by "Qt5Multimedia" with any of the following names:

Qt5MultimediaConfig.cmake
qt5multimedia-config.cmake

Add the installation prefix of "Qt5Multimedia" to CMAKE_PREFIX_PATH or set "Qt5Multimedia_DIR" to a directory containing one of the above files. If "Qt5Multimedia" provides a separate development package or SDK, be sure it has been installed.

CMake Warning at CMakeLists.txt:233 (find_package): By not providing "Findespeak.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "espeak", but CMake did not find one.

Could not find a package configuration file provided by "espeak" with any of the following names:

espeakConfig.cmake
espeak-config.cmake

Add the installation prefix of "espeak" to CMAKE_PREFIX_PATH or set "espeak_DIR" to a directory containing one of the above files. If "espeak" provides a separate development package or SDK, be sure it has been installed.

-- Looking for include file wordexp.h -- Looking for include file wordexp.h - found -- Looking for include file endian.h -- Looking for include file endian.h - found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Looking for include file byteswap.h -- Looking for include file byteswap.h - found -- Looking for gypsy_control_get_default in gypsy -- Looking for gypsy_control_get_default in gypsy - not found -- Looking for include file libspeechd.h -- Looking for include file libspeechd.h - not found -- Looking for include file sys/socket.h -- Looking for include file sys/socket.h - found -- Looking for include file sys/shm.h -- Looking for include file sys/shm.h - found -- Looking for snprintf -- Looking for snprintf - found -- Looking for include file locale.h -- Looking for include file locale.h - found -- Looking for include file libintl.h -- Looking for include file libintl.h - found -- Looking for include file sys/time.h -- Looking for include file sys/time.h - found -- Looking for include file getopt.h -- Looking for include file getopt.h - found -- Looking for include file string.h -- Looking for include file string.h - found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Looking for system -- Looking for system - found -- Looking for CreateProcess -- Looking for CreateProcess - not found -- Looking for stpcpy -- Looking for stpcpy - found -- Looking for sbrk -- Looking for sbrk - found -- Looking for getdelim -- Looking for getdelim - found -- Looking for getline -- Looking for getline - found -- Looking for fsync -- Looking for fsync - found -- Looking for libintl_fprintf in intl -- Looking for libintl_fprintf in intl - not found -- Checking for module 'fribidi' -- Found fribidi, version 0.19.7 -- Checking for module 'fribidi>=0.19.0' -- Found fribidi, version 0.19.7 -- Looking for FreeImage_Load in freeimage -- Looking for FreeImage_Load in freeimage - found -- opengl found: /usr/lib/x86_64-linux-gnu/libGL.so -- Found XSLT processor: /usr/bin/saxon-xslt -- Found PROTOBUF_C: /usr/lib/x86_64-linux-gnu/libprotobuf-c.so
-- Looking for getifaddrs -- Looking for getifaddrs - found -- SVG2PNG-Converter: /usr/bin/rsvg-convert -- Use plugins: MODULE -- Looking for include file malloc.h -- Looking for include file malloc.h - found -- Looking for include files sys/param.h, sys/mount.h -- Looking for include files sys/param.h, sys/mount.h - found -- Looking for include file unistd.h -- Looking for include file unistd.h - found -- Looking for getcwd -- Looking for getcwd - found -- Looking for memalign -- Looking for memalign - found -- Looking for valloc -- Looking for valloc - found -- Looking for posix_memalign -- Looking for posix_memalign - found -- Looking for popen -- Looking for popen - found -- Looking for _atoi64 -- Looking for _atoi64 - not found -- Performing Test FLAG_AVAILABLEC-Wno-missing-field-initializers -- Performing Test FLAG_AVAILABLEC-Wno-missing-field-initializers - Success -- Performing Test FLAG_AVAILABLECXX-Wno-missing-field-initializers -- Performing Test FLAG_AVAILABLECXX-Wno-missing-field-initializers - Success -- Performing Test FLAG_AVAILABLEC-Wextra -- Performing Test FLAG_AVAILABLEC-Wextra - Success -- Performing Test FLAG_AVAILABLECXX-Wextra -- Performing Test FLAG_AVAILABLECXX-Wextra - Success -- Performing Test FLAG_AVAILABLEC-Wmissing-prototypes -- Performing Test FLAG_AVAILABLEC-Wmissing-prototypes - Success -- Performing Test FLAG_AVAILABLECXX-Wmissing-prototypes -- Performing Test FLAG_AVAILABLECXX-Wmissing-prototypes - Failed -- Performing Test FLAG_AVAILABLEC-Wstrict-prototypes -- Performing Test FLAG_AVAILABLEC-Wstrict-prototypes - Success -- Performing Test FLAG_AVAILABLECXX-Wstrict-prototypes -- Performing Test FLAG_AVAILABLECXX-Wstrict-prototypes - Failed -- Performing Test FLAG_AVAILABLEC-Wformat-security -- Performing Test FLAG_AVAILABLEC-Wformat-security - Success -- Performing Test FLAG_AVAILABLECXX-Wformat-security -- Performing Test FLAG_AVAILABLECXX-Wformat-security - Success

Summary:

--->>> autoload Disabled osso ( Default )

--->>> binding Enabled dbus ( dbus-glib-1 found ) Enabled python ( python libraries [2.7.17] found ) Disabled win32 ( Default )

--->>> font Enabled freetype ( freetype found )

--->>> graphics Disabled android ( FreeType library not found ) Disabled cocoa ( Default ) Disabled egl ( Required library not found ) Disabled gd ( FreeType library not found ) Enabled gtk_drawing_area ( GTK libs found ) Enabled null ( Default ) Enabled opengl ( Found OpenGL ) Enabled qt5 ( Qt5 found ) Disabled qt_qpainter ( Qt libraries not found ) Enabled sdl ( SDL/SDL_image libs found )

--->>> gui Enabled gtk ( GTK libs found ) Enabled internal ( Default ) Disabled qml ( Qt Declarative not found ) Enabled qt5_qml ( Qt5 found )

--->>> map Enabled binfile ( Default ) Enabled csv ( Default ) Enabled filter ( Default ) Disabled garmin ( Garmin library not found ) Enabled mg ( Default ) Enabled shapefile ( Default ) Enabled textfile ( Default )

--->>> osd Enabled core ( Default )

--->>> plugin Disabled j1850 ( Default ) Disabled pedestrian ( Default )

--->>> speech Disabled android ( Default ) Enabled cmdline ( system() call is available ) Enabled dbus ( dbus-glib-1 found ) Disabled espeak ( Default ) Disabled iphone ( Default ) Disabled qt5_espeak ( Qt5 multimedia not found ) Disabled speech_dispatcher ( speech_dispatcher lib not found )

--->>> support Disabled espeak ( Default ) Disabled ezxml ( native Glib found ) Disabled gettext_intl ( native libintl found ) Disabled glib ( native Glib found ) Disabled libpng ( native libpng found ) Enabled shapefile ( Default ) Disabled wordexp ( native wordexp found ) Disabled zlib ( native zlib found )

--->>> traffic Enabled dummy ( Default ) Enabled null ( Default ) Disabled traff_android ( Default )

--->>> vehicle Disabled android ( Default ) Enabled demo ( Default ) Enabled file ( Default ) Enabled gpsd ( gpsd lib found ) Enabled gpsd_dbus ( dbus-glib-1 found ) Disabled gypsy ( gypsy lib not found ) Disabled iphone ( Default ) Disabled maemo ( Default ) Disabled null ( Default ) Disabled qt5 ( Qt5 libraries not found ) Disabled wince ( Default )

--->>> Features Enabled BUILD_MAPTOOL ( default ) Disabled DBUS_USE_SYSTEM_BUS ( default ) Disabled GUI_INTERNAL_VISUAL_DBG ( default ) Disabled INTERNAL_ESPEAK_COMPLETE ( build complete internal libespeak ) Enabled NETWORK_INFO ( ifaddrs.h found ) Enabled SAMPLE_MAP ( default ) Enabled SVG2PNG ( default ) Enabled USE_NATIVE_LANGUAGE_SUPPORT ( Gettext found ) Enabled USE_PLUGINS ( default ) Enabled USE_QML ( Qt5Quick found ) Enabled USE_QWIDGET ( Qt5Widgets found ) Enabled USE_ROUTING ( default ) Enabled USE_SVG ( default ) Enabled XSL_PROCESSING ( default )

Processing XSLT files: NONE See navit/xslt for available XSLT files, and put them into cache variable 'XSLTS' (without extension .xslt).

To configure your build use 'cmake -L' to find changeable variables and run cmake again with 'cmake -D = ...'. -- Configuring done -- Generating done -- Build files have been written to: /home/asbak2/Downloads/GPS/navit-build

Next I ran make, navit compiled

When trying to run navit I see following errors

error:navit:plugins_init:Warning: No plugins found. Is Navit installed correctly? error:navit:map_new:invalid type 'textfile' error:navit:graphics_new:Failed to load graphics plugin gtk_drawing_area. error:navit:traffic_new:wrong type 'null' error:navit:vehicle_new:invalid source 'gpsd://localhost': unknown type 'gpsd' error:navit:speech_new:wrong type 'cmdline' error:navit:xinclude:Unable to include '/usr/local/share/navit/maps/.xml' error:navit:xinclude:Unable to include '/home/username/.navit/navitlayout.xml' error:navit:xinclude:Unable to include '/usr/local/share/navit/navitlayout*.xml' error:navit:navit_init:FATAL: No GUI available.

jkoan commented 4 years ago

Your trying to run navit from the build directory. This is currently broken. When you install it, it will work. But you can just create the file "version.h" into the same directory next to the Navit binary. Then run navit from the same directory where the executable is placed

asbaklm commented 4 years ago

Hi jkoan, thanks for the reply. That solution is interesting thank you.

After more attempts I got it working by compiling the code from the navit webpage instead of cloning the code from the github trunk. So perhaps this information could be useful to other users.

https://www.navit-project.org/ https://github.com/navit-gps/navit/archive/v0.5.3.zip

Best Regards

anantha-vidhya commented 2 years ago

@asbaklm Can you please tell us exactly what steps you followed since i am also strucked same like as your precious comment. I wanted to build navit for arm board. So for that first i wanted to try it on desktop. So i am trying it for . I installed all the dependencies and instead of cloning from git hub i directly downloaded from website as you mentioned in previous comment and did the cmake followed by make . at make step i got error like this.

~/navit-0.5.3/navit/graphics/qt5/graphics_qt5.cpp: In function ‘void get_data(graphics_priv, const char)’: ~/navit/graphics/qt5/graphics_qt5.cpp:705:28: error: ‘struct graphics_priv’ has no member named ‘engine’ return (this_priv->engine); ^~ navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/build.make:62: recipe for target 'navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/graphics_qt5.cpp.o' failed make[2]: [navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/graphics_qt5.cpp.o] Error 1 CMakeFiles/Makefile2:684: recipe for target 'navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/all' failed make[1]: [navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/all] Error 2 Makefile:151: recipe for target 'all' failed make: [all] Error 2** Please can you suggest me in this regard for proceeding further. Thanks & Regards A.N.V.Lavanya ananthavidhya@futuraautomation.com

metalstrolch commented 2 years ago

@anantha-vidhya , you are posting to a already closed issue.

Seems you hit a bug here: You're trying to compile without Qt5 QML support. Without QML support there is no member engine, but the get_parameter function refers to it because of missing USE_QML ifdef.

You have two options: Either compile with QML support by installing the qt5 qml develop packages. See CMakeLists.txt for which one exactly. Or ad the ifdef around the error yourself. I'll add a change request to fix that in trunk.

metalstrolch commented 2 years ago

See #1172

anantha-vidhya commented 2 years ago

@metalstrolch firstly Apology for continuing in this chain which is of closed issue, As my issue is more similar i thought i can express it here. But any way i successfully compiled navit with out having sample map enabled since if it there i am getting errors as below: [ 93%] Generating osm_bbox_11.3,47.9,11.7,48.2.osm.bz2 Downloading http://www.navit-project.org/maps/osm_bbox_11.3,47.9,11.7,48.2.osm.bz2 -- [download 100% complete] CMake Error at /home/username/Downloads/navit-0.5.3/cmake/navit_download.cmake:7 (message): Download of sample map from http://www.navit-project.org/maps/osm_bbox_11.3,47.9,11.7,48.2.osm.bz2 failed: "HTTP response code said error" To disable the sample map, run cmake with -DSAMPLE_MAP=n .

So changed my command as cmake ../navit-0.5.3 -DSAMPLE_MAP=n

Well after that cmake,make are succeded but it still relying on sample map when i run ./navit on desktop. It shows no map in gui also displays a message of *Running from source directory error:navit:xinclude:Unable to include /home/username/Downloads/navit-build/navit/maps/.xml in terminal. so i did following things again to disable and use offline maps which i downloaded from usermanual page of navit. I changed these following in /home/username/Downloads/navit-0.5.3/navit/maps/navit.xml <!-- If you dont want to use the sample map, either set enabled="no" in the next line or remove the xml file from the maps directory

** which is also yield me nothing. Please give me an idea of how to do this . So if i succeeded in desktop side i am in a plan to expand it to arm board AM437X. Prior Thanks A.N.V.Lavanya
jkoan commented 2 years ago

are you sure that /home/username/Downloads/map/osm_bbox_5.2,46.8,15.5,55.6.bin exists?

anantha-vidhya commented 2 years ago

Yes bin file exist in the same path.

jkoan commented 2 years ago

could you please provide the full log from the navit run? Probably Layouts are missing? Any other related errors? Or perhaps the center is set wrong. If so, try searching for something which should be within the map and click "Show on map"

anantha-vidhya commented 2 years ago

Yeah sure:

Build Log **cmake ../navit-0.5.3** futura@futura-Lenovo-Legion-Y540-15IRH-PG0:~/Downloads/navit-build$ **cmake ../navit-0.5.3** -- Building with CMake V3.10.2 -- The C compiler identification is GNU 7.5.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- The CXX compiler identification is GNU 7.5.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- LIBDIR variable is not defined. It will be autodetected now. -- You can set it manually with -DLIBDIR= -- LIB_DIR (highest subdirectory if LIBDIR) is set to 'lib64/navit' -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Checking for module 'glib-2.0' -- Found glib-2.0, version 2.56.4 -- Found Glib -- Checking for module 'gmodule-2.0' -- Found gmodule-2.0, version 2.56.4 -- Found Gmodule -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") -- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "2.8.1") -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found SDL: /usr/lib/x86_64-linux-gnu/libSDLmain.a;/usr/lib/x86_64-linux-gnu/libSDL.so;-lpthread (found version "1.2.15") -- Found SDL_ttf: /usr/lib/x86_64-linux-gnu/libSDL_ttf.so (found version "2.0.11") -- Found SDL_image: /usr/lib/x86_64-linux-gnu/libSDL_image.so (found version "1.2.12") -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so -- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- Found GTK2: /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so;/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so;/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so;/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so;/usr/lib/x86_64-linux-gnu/libgthread-2.0.so;/usr/lib/x86_64-linux-gnu/libgobject-2.0.so;/usr/lib/x86_64-linux-gnu/libpango-1.0.so;/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so;/usr/lib/x86_64-linux-gnu/libatk-1.0.so -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.6.34") -- Checking for module 'dbus-1' -- Found dbus-1, version 1.12.2 -- Found DBus -- Checking for module 'dbus-glib-1' -- Found dbus-glib-1, version 0.110 -- Found DBusGLib -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.6m.so (found version "3.6.9") -- Checking for module 'fontconfig' -- Found fontconfig, version 2.12.6 CMake Warning at CMakeLists.txt:172 (find_package): By not providing "FindQt5Positioning.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Positioning", but CMake did not find one. Could not find a package configuration file provided by "Qt5Positioning" with any of the following names: Qt5PositioningConfig.cmake qt5positioning-config.cmake Add the installation prefix of "Qt5Positioning" to CMAKE_PREFIX_PATH or set "Qt5Positioning_DIR" to a directory containing one of the above files. If "Qt5Positioning" provides a separate development package or SDK, be sure it has been installed. CMake Warning at CMakeLists.txt:179 (find_package): By not providing "FindQt5Multimedia.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Multimedia", but CMake did not find one. Could not find a package configuration file provided by "Qt5Multimedia" with any of the following names: Qt5MultimediaConfig.cmake qt5multimedia-config.cmake Add the installation prefix of "Qt5Multimedia" to CMAKE_PREFIX_PATH or set "Qt5Multimedia_DIR" to a directory containing one of the above files. If "Qt5Multimedia" provides a separate development package or SDK, be sure it has been installed. -- Checking for module 'liblocation' -- No package 'liblocation' found -- Checking for module 'libosso' -- No package 'libosso' found -- Checking for module 'libgps' -- Found libgps, version 3.17 -- Checking for module 'libgps>=2.90' -- Found libgps, version 3.17 -- Checking for module 'libgps>=3.1' -- Found libgps, version 3.17 -- Checking for module 'libgarmin' -- Found libgarmin, version 0.1 -- Checking for module 'imlib2' -- Found imlib2, version 1.4.10 -- Looking for include file wordexp.h -- Looking for include file wordexp.h - found -- Looking for include file endian.h -- Looking for include file endian.h - found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Looking for include file byteswap.h -- Looking for include file byteswap.h - found -- Looking for gypsy_control_get_default in gypsy -- Looking for gypsy_control_get_default in gypsy - not found -- Looking for include file libspeechd.h -- Looking for include file libspeechd.h - found -- Looking for include file sys/socket.h -- Looking for include file sys/socket.h - found -- Looking for include file sys/shm.h -- Looking for include file sys/shm.h - found -- Looking for snprintf -- Looking for snprintf - found -- Looking for include file locale.h -- Looking for include file locale.h - found -- Looking for include file libintl.h -- Looking for include file libintl.h - found -- Looking for include file sys/time.h -- Looking for include file sys/time.h - found -- Looking for include file getopt.h -- Looking for include file getopt.h - found -- Looking for include file string.h -- Looking for include file string.h - found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Looking for system -- Looking for system - found -- Looking for CreateProcess -- Looking for CreateProcess - not found -- Looking for stpcpy -- Looking for stpcpy - found -- Looking for sbrk -- Looking for sbrk - found -- Looking for getdelim -- Looking for getdelim - found -- Looking for getline -- Looking for getline - found -- Looking for fsync -- Looking for fsync - found -- Looking for libintl_fprintf in intl -- Looking for libintl_fprintf in intl - not found -- Checking for module 'fribidi' -- Found fribidi, version 0.19.7 -- Checking for module 'fribidi>=0.19.0' -- Found fribidi, version 0.19.7 -- Looking for FreeImage_Load in freeimage -- Looking for FreeImage_Load in freeimage - found -- opengl found: /usr/lib/x86_64-linux-gnu/libGL.so -- Found XSLT processor: /usr/bin/xsltproc -- Looking for getifaddrs -- Looking for getifaddrs - found -- SVG2PNG-Converter: /usr/bin/rsvg-convert -- Use plugins: MODULE -- Looking for include file malloc.h -- Looking for include file malloc.h - found -- Looking for include files sys/param.h, sys/mount.h -- Looking for include files sys/param.h, sys/mount.h - found -- Looking for include file unistd.h -- Looking for include file unistd.h - found -- Looking for getcwd -- Looking for getcwd - found -- Looking for memalign -- Looking for memalign - found -- Looking for valloc -- Looking for valloc - found -- Looking for posix_memalign -- Looking for posix_memalign - found -- Looking for popen -- Looking for popen - found -- Looking for _atoi64 -- Looking for _atoi64 - not found -- Performing Test FLAG_AVAILABLE_C_-Wno-missing-field-initializers -- Performing Test FLAG_AVAILABLE_C_-Wno-missing-field-initializers - Success -- Performing Test FLAG_AVAILABLE_CXX_-Wno-missing-field-initializers -- Performing Test FLAG_AVAILABLE_CXX_-Wno-missing-field-initializers - Success -- Performing Test FLAG_AVAILABLE_C_-Wextra -- Performing Test FLAG_AVAILABLE_C_-Wextra - Success -- Performing Test FLAG_AVAILABLE_CXX_-Wextra -- Performing Test FLAG_AVAILABLE_CXX_-Wextra - Success -- Performing Test FLAG_AVAILABLE_C_-Wmissing-prototypes -- Performing Test FLAG_AVAILABLE_C_-Wmissing-prototypes - Success -- Performing Test FLAG_AVAILABLE_CXX_-Wmissing-prototypes -- Performing Test FLAG_AVAILABLE_CXX_-Wmissing-prototypes - Failed -- Performing Test FLAG_AVAILABLE_C_-Wstrict-prototypes -- Performing Test FLAG_AVAILABLE_C_-Wstrict-prototypes - Success -- Performing Test FLAG_AVAILABLE_CXX_-Wstrict-prototypes -- Performing Test FLAG_AVAILABLE_CXX_-Wstrict-prototypes - Failed -- Performing Test FLAG_AVAILABLE_C_-Wformat-security -- Performing Test FLAG_AVAILABLE_C_-Wformat-security - Success -- Performing Test FLAG_AVAILABLE_CXX_-Wformat-security -- Performing Test FLAG_AVAILABLE_CXX_-Wformat-security - Success Summary: --->>> autoload Disabled osso ( Default ) --->>> binding Enabled dbus ( dbus-glib-1 found ) Enabled python ( python libraries [3.6.9] found ) Disabled win32 ( Default ) --->>> font Enabled freetype ( freetype found ) --->>> graphics Disabled android ( FreeType library not found ) Disabled cocoa ( Default ) Disabled egl ( Required library not found ) Disabled gd ( FreeType library not found ) Enabled gtk_drawing_area ( GTK libs found ) Enabled null ( Default ) Enabled opengl ( Found OpenGL ) Enabled qt5 ( Qt5 found ) Disabled qt_qpainter ( Qt libraries not found ) Enabled sdl ( SDL/SDL_image libs found ) --->>> gui Enabled gtk ( GTK libs found ) Enabled internal ( Default ) Disabled qml ( Qt Declarative not found ) Enabled qt5_qml ( Qt5 found ) --->>> map Enabled binfile ( Default ) Enabled csv ( Default ) Enabled filter ( Default ) Enabled garmin ( Garmin library found ) Enabled mg ( Default ) Enabled shapefile ( Default ) Enabled textfile ( Default ) --->>> osd Enabled core ( Default ) --->>> plugin Disabled j1850 ( Default ) Disabled pedestrian ( Default ) --->>> speech Disabled android ( Default ) Enabled cmdline ( system() call is available ) Enabled dbus ( dbus-glib-1 found ) Disabled espeak ( Default ) Disabled iphone ( Default ) Disabled qt5_espeak ( Qt5 multimedia not found ) Enabled speech_dispatcher ( speech_dispatcher lib found ) --->>> support Disabled espeak ( Default ) Disabled ezxml ( native Glib found ) Disabled gettext_intl ( native libintl found ) Disabled glib ( native Glib found ) Disabled libpng ( native libpng found ) Enabled shapefile ( Default ) Disabled wordexp ( native wordexp found ) Disabled zlib ( native zlib found ) --->>> vehicle Disabled android ( Default ) Enabled demo ( Default ) Enabled file ( Default ) Enabled gpsd ( gpsd lib found ) Enabled gpsd_dbus ( dbus-glib-1 found ) Disabled gypsy ( gypsy lib not found ) Disabled iphone ( Default ) Disabled maemo ( Default ) Disabled null ( Default ) Disabled qt5 ( Qt5 libraries not found ) Disabled wince ( Default ) --->>> Features Enabled BUILD_MAPTOOL ( default ) Disabled DBUS_USE_SYSTEM_BUS ( default ) Disabled INTERNAL_ESPEAK_COMPLETE ( build complete internal libespeak ) Enabled NETWORK_INFO ( ifaddrs.h found ) Enabled SAMPLE_MAP ( default ) Enabled SVG2PNG ( default ) Enabled USE_NATIVE_LANGUAGE_SUPPORT ( Gettext found ) Enabled USE_PLUGINS ( default ) Enabled USE_QML ( Qt5Quick found ) Enabled USE_QWIDGET ( Qt5Widgets found ) Enabled USE_ROUTING ( default ) Enabled USE_SVG ( default ) Enabled XSL_PROCESSING ( default ) Processing XSLT files: NONE See navit/xslt for available XSLT files, and put them into cache variable 'XSLTS' (without extension .xslt). To configure your build use 'cmake -L' to find changeable variables and run cmake again with 'cmake -D = ...'. CMake Warning (dev) at navit/maps/CMakeLists.txt:5 (GET_TARGET_PROPERTY): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "maptool". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done -- Generating done -- Build files have been written to: /home/futura/Downloads/navit-build futura@futura-Lenovo-Legion-Y540-15IRH-PG0:~/Downloads/navit-build$ **make** Scanning dependencies of target fib [ 0%] Building C object navit/fib-1.1/CMakeFiles/fib.dir/fib.c.o [ 0%] Linking C static library libfib.a [ 0%] Built target fib Scanning dependencies of target git_version -- Cannot determine current git commit - git error: 'fatal: not a git repository (or any of the parent directories): .git' -- Cannot determine current git hash - git error: 'fatal: not a git repository (or any of the parent directories): .git' -- Git commit: xdevxgitxnotxfound -- Git date: 7001010530 [ 0%] Built target git_version Scanning dependencies of target navit_core [ 0%] Building C object navit/CMakeFiles/navit_core.dir/announcement.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/atom.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/attr.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/cache.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/callback.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/command.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/config_.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/coord.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/country.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/data_window.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/debug.c.o /home/futura/Downloads/navit-0.5.3/navit/debug.c: In function ‘sigsegv’: /home/futura/Downloads/navit-0.5.3/navit/debug.c:81:5: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system(buffer); ^~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/debug.c: In function ‘debug_malloc’: /home/futura/Downloads/navit-0.5.3/navit/debug.c:497:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] head->return_address[1]=__builtin_return_address(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/debug.c:498:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] head->return_address[2]=__builtin_return_address(2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/debug.c:499:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] head->return_address[3]=__builtin_return_address(3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/debug.c:500:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] head->return_address[4]=__builtin_return_address(4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/debug.c:501:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] head->return_address[5]=__builtin_return_address(5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/debug.c:502:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] head->return_address[6]=__builtin_return_address(6); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/debug.c:503:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] head->return_address[7]=__builtin_return_address(7); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 0%] Building C object navit/CMakeFiles/navit_core.dir/event.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/file.c.o /home/futura/Downloads/navit-0.5.3/navit/file.c: In function ‘file_http_request’: /home/futura/Downloads/navit-0.5.3/navit/file.c:103:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(file->fd, request, strlen(request)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 0%] Building C object navit/CMakeFiles/navit_core.dir/geom.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/graphics.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/gui.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/item.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/layout.c.o /home/futura/Downloads/navit-0.5.3/navit/layout.c: In function ‘layer_set_attr_do’: /home/futura/Downloads/navit-0.5.3/navit/layout.c:251:9: warning: this statement may fall through [-Wimplicit-fallthrough=] obj->func->iter_destroy(iter); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/layout.c:252:5: note: here default: ^~~~~~~ [ 1%] Building C object navit/CMakeFiles/navit_core.dir/log.c.o /home/futura/Downloads/navit-0.5.3/navit/log.c: In function ‘log_flush’: /home/futura/Downloads/navit-0.5.3/navit/log.c:242:9: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result] ftruncate(fileno(this_->f), pos); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 1%] Building C object navit/CMakeFiles/navit_core.dir/main.c.o /home/futura/Downloads/navit-0.5.3/navit/main.c: In function ‘main_init’: /home/futura/Downloads/navit-0.5.3/navit/main.c:343:9: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] getcwd(buffer, PATH_MAX); /* libc of navit returns "dummy" */ ^~~~~~~~~~~~~~~~~~~~~~~~ [ 1%] Building C object navit/CMakeFiles/navit_core.dir/map.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/maps.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/linguistics.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/mapset.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/maptype.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/menu.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/messages.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/bookmarks.c.o /home/futura/Downloads/navit-0.5.3/navit/bookmarks.c: In function ‘bookmarks_set_center_from_file’: /home/futura/Downloads/navit-0.5.3/navit/bookmarks.c:417:5: warning: ignoring return value of ‘getline’, declared with attribute warn_unused_result [-Wunused-result] getline(&line, &line_size, f); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 1%] Building C object navit/CMakeFiles/navit_core.dir/navit.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/navit_nls.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/navigation.c.o /home/futura/Downloads/navit-0.5.3/navit/navigation.c: In function ‘navigation_map_item_attr_get’: /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4049:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (cmd) { ^ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4053:9: note: here case 3: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4055:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (prev) { ^ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4059:9: note: here case 4: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4061:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (prev) { ^ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4065:9: note: here case 5: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4067:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (prev) { ^ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4071:9: note: here case 6: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4074:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (prev) { ^ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4078:9: note: here case 7: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4086:29: warning: this statement may fall through [-Wimplicit-fallthrough=] this_->debug_idx++; /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4087:9: note: here case 8: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4089:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (prev) { ^ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4112:9: note: here default: ^~~~~~~ [ 1%] Building C object navit/CMakeFiles/navit_core.dir/osd.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/param.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/phrase.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/plugin.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/popup.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/profile.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/profile_option.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/projection.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/roadprofile.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/route.c.o /home/futura/Downloads/navit-0.5.3/navit/route.c: In function ‘rm_get_item’: /home/futura/Downloads/navit-0.5.3/navit/route.c:3685:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (route->pos) { ^ /home/futura/Downloads/navit-0.5.3/navit/route.c:3690:5: note: here case type_route_start: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/route.c:3693:17: warning: this statement may fall through [-Wimplicit-fallthrough=] mr->dest=mr->mpriv->route->destinations; ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/route.c:3694:5: note: here default: ^~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/route.c:3728:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (mr->mpriv->route->destinations) ^ /home/futura/Downloads/navit-0.5.3/navit/route.c:3730:5: note: here case type_route_end: ^~~~ [ 2%] Building C object navit/CMakeFiles/navit_core.dir/script.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/search.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/speech.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/start_real.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/sunriset.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/transform.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/track.c.o /home/futura/Downloads/navit-0.5.3/navit/track.c: In function ‘tracking_update’: /home/futura/Downloads/navit-0.5.3/navit/track.c:683:14: warning: ‘time_attr.u.str’ may be used uninitialized in this function [-Wmaybe-uninitialized] time=iso8601_to_secs(time_attr.u.str); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 2%] Building C object navit/CMakeFiles/navit_core.dir/search_houseno_interpol.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/util.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/vehicle.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/vehicleprofile.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/xmlconfig.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/event_glib.c.o [ 2%] Linking C static library libnavit_core.a [ 2%] Built target navit_core Scanning dependencies of target navit [ 2%] Building C object navit/CMakeFiles/navit.dir/start.c.o [ 2%] Linking C executable navit [ 2%] Built target navit Scanning dependencies of target navit_config_xml [ 2%] Copy navit.dtd to /home/futura/Downloads/navit-build/navit/navit.dtd [ 2%] Generating navit.xml [ 2%] Built target navit_config_xml Scanning dependencies of target support_shapefile [ 2%] Building C object navit/support/shapefile/CMakeFiles/support_shapefile.dir/dbfopen.c.o [ 2%] Building C object navit/support/shapefile/CMakeFiles/support_shapefile.dir/shpopen.c.o [ 2%] Building C object navit/support/shapefile/CMakeFiles/support_shapefile.dir/shptree.c.o [ 2%] Linking C static library libsupport_shapefile.a [ 2%] Built target support_shapefile Scanning dependencies of target font_freetype [ 2%] Building C object navit/font/freetype/CMakeFiles/font_freetype.dir/font_freetype.c.o [ 2%] Linking C shared module .libs/libfont_freetype.so [ 2%] Built target font_freetype Scanning dependencies of target graphics_gtk_drawing_area [ 2%] Building C object navit/graphics/gtk_drawing_area/CMakeFiles/graphics_gtk_drawing_area.dir/graphics_gtk_drawing_area.c.o [ 2%] Linking C shared module .libs/libgraphics_gtk_drawing_area.so [ 2%] Built target graphics_gtk_drawing_area Scanning dependencies of target graphics_opengl [ 2%] Building C object navit/graphics/opengl/CMakeFiles/graphics_opengl.dir/graphics_opengl.c.o [ 2%] Linking C shared module .libs/libgraphics_opengl.so [ 2%] Built target graphics_opengl Scanning dependencies of target graphics_sdl [ 2%] Building C object navit/graphics/sdl/CMakeFiles/graphics_sdl.dir/graphics_sdl.c.o [ 2%] Building C object navit/graphics/sdl/CMakeFiles/graphics_sdl.dir/raster.c.o [ 2%] Linking C shared module .libs/libgraphics_sdl.so [ 2%] Built target graphics_sdl Scanning dependencies of target graphics_qt5_autogen [ 2%] Automatic MOC for target graphics_qt5 AutoMoc warning: "/home/futura/Downloads/navit-0.5.3/navit/graphics/qt5/QNavitWidget.cpp" The file includes the moc file "QNavitWidget.moc", but does not contain a Q_OBJECT, Q_GADGET or Q_NAMESPACE macro. AutoMoc warning: "/home/futura/Downloads/navit-0.5.3/navit/graphics/qt5/event_qt5.cpp" The file includes the moc file "event_qt5.moc", but does not contain a Q_OBJECT, Q_GADGET or Q_NAMESPACE macro. [ 2%] Built target graphics_qt5_autogen [ 2%] Generating qrc_graphics_qt5.cpp Scanning dependencies of target graphics_qt5 [ 3%] Building CXX object navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/graphics_qt5.cpp.o [ 3%] Building CXX object navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/event_qt5.cpp.o [ 3%] Building CXX object navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/QNavitQuick.cpp.o [ 3%] Building CXX object navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/qrc_graphics_qt5.cpp.o [ 3%] Building CXX object navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/QNavitWidget.cpp.o [ 3%] Building CXX object navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/graphics_qt5_autogen/mocs_compilation.cpp.o [ 3%] Linking CXX shared module .libs/libgraphics_qt5.so [ 3%] Built target graphics_qt5 Scanning dependencies of target gui_qt5_qml_autogen [ 3%] Automatic MOC for target gui_qt5_qml [ 3%] Built target gui_qt5_qml_autogen [ 3%] Generating qrc_gui_qt5_qml.cpp Scanning dependencies of target gui_qt5_qml [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/gui_qt5_qml.cpp.o [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/qrc_gui_qt5_qml.cpp.o [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/backend.cpp.o /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp: In member function ‘void Backend::get_maps()’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:81:30: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] type.u.str = ""; ^~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:83:30: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] data.u.str = ""; ^~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:66:23: warning: variable ‘on’ set but not used [-Wunused-but-set-variable] struct attr attr, on, off, description, type, data, active; ^~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp: In member function ‘int Backend::filter_pois(item*)’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:162:21: warning: unused variable ‘types’ [-Wunused-variable] enum item_type *types; ^~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp: In member function ‘void Backend::get_bookmarks()’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:176:25: warning: unused variable ‘nav’ [-Wunused-variable] struct navigation * nav = NULL; ^~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp: In member function ‘void Backend::set_default_country()’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:482:24: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] _current_country = "Germany"; ^~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:483:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] _country_iso2 = "DE"; ^~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp: In member function ‘QString Backend::currentTown()’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:582:25: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] _current_town = "Enter City"; ^~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp: In member function ‘QString Backend::currentStreet()’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:590:27: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] _current_street = "Enter Street"; ^~~~~~~~~~~~~~ [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/qml_map.cpp.o [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/qml_poi.cpp.o In file included from /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_poi.cpp:1:0: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_poi.h: In constructor ‘PoiObject::PoiObject(const QString&, const QString&, int, const QString&, pcoord&, QObject*)’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_poi.h:47:13: warning: ‘PoiObject::m_icon’ will be initialized after [-Wreorder] QString m_icon; ^~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_poi.h:43:19: warning: ‘pcoord PoiObject::m_coords’ [-Wreorder] struct pcoord m_coords; ^~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_poi.cpp:7:1: warning: when initialized here [-Wreorder] PoiObject::PoiObject( ^~~~~~~~~ [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/qml_vehicle.cpp.o [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/qml_bookmark.cpp.o In file included from /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_bookmark.cpp:1:0: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_bookmark.h: In constructor ‘BookmarkObject::BookmarkObject(const QString&, pcoord&, QObject*)’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_bookmark.h:27:13: warning: ‘BookmarkObject::m_name’ will be initialized after [-Wreorder] QString m_name; ^~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_bookmark.h:26:19: warning: ‘pcoord BookmarkObject::m_coords’ [-Wreorder] struct pcoord m_coords; ^~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_bookmark.cpp:7:1: warning: when initialized here [-Wreorder] BookmarkObject::BookmarkObject( ^~~~~~~~~~~~~~ [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/qml_search.cpp.o [ 3%] Building C object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/proxy.c.o /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/proxy.c:14:8: warning: no previous prototype for ‘get_icon’ [-Wmissing-prototypes] char * get_icon(struct navit *nav, struct item *item) { ^~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/proxy.c: In function ‘get_icon’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/proxy.c:34:52: warning: unused variable ‘img’ [-Wunused-variable] struct graphics_image *img; ^~~ [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/gui_qt5_qml_autogen/mocs_compilation.cpp.o [ 3%] Linking CXX shared module .libs/libgui_qt5_qml.so [ 3%] Built target gui_qt5_qml Scanning dependencies of target gui_gtk [ 3%] Building C object navit/gui/gtk/CMakeFiles/gui_gtk.dir/datawindow.c.o [ 3%] Building C object navit/gui/gtk/CMakeFiles/gui_gtk.dir/destination.c.o /home/futura/Downloads/navit-0.5.3/navit/gui/gtk/destination.c: In function ‘spawn_xkbd’: /home/futura/Downloads/navit-0.5.3/navit/gui/gtk/destination.c:384:5: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result] pipe (fd); ^~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/gtk/destination.c: In function ‘parse_xkbd_args’: /home/futura/Downloads/navit-0.5.3/navit/gui/gtk/destination.c:346:20: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!squote && !dquote) { ^ /home/futura/Downloads/navit-0.5.3/navit/gui/gtk/destination.c:353:13: note: here default: ^~~~~~~ [ 3%] Building C object navit/gui/gtk/CMakeFiles/gui_gtk.dir/gui_gtk_statusbar.c.o [ 3%] Building C object navit/gui/gtk/CMakeFiles/gui_gtk.dir/gui_gtk_action.c.o /home/futura/Downloads/navit-0.5.3/navit/gui/gtk/gui_gtk_action.c: In function ‘info_action’: /home/futura/Downloads/navit-0.5.3/navit/gui/gtk/gui_gtk_action.c:172:5: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system(buffer); ^~~~~~~~~~~~~~ [ 3%] Building C object navit/gui/gtk/CMakeFiles/gui_gtk.dir/gui_gtk_window.c.o [ 3%] Building C object navit/gui/gtk/CMakeFiles/gui_gtk.dir/gui_gtk_poi.c.o [ 3%] Linking C shared module .libs/libgui_gtk.so [ 3%] Built target gui_gtk Scanning dependencies of target vehicle_gpsd [ 3%] Building C object navit/vehicle/gpsd/CMakeFiles/vehicle_gpsd.dir/vehicle_gpsd.c.o [ 3%] Linking C shared module .libs/libvehicle_gpsd.so [ 3%] Built target vehicle_gpsd Scanning dependencies of target binding_dbus [ 3%] Building C object navit/binding/dbus/CMakeFiles/binding_dbus.dir/binding_dbus.c.o [ 3%] Linking C shared module .libs/libbinding_dbus.so [ 3%] Built target binding_dbus Scanning dependencies of target binding_python [ 3%] Building C object navit/binding/python/CMakeFiles/binding_python.dir/attr.c.o /home/futura/Downloads/navit-0.5.3/navit/binding/python/attr.c: In function ‘attr_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/attr.c:48:12: warning: implicit declaration of function ‘Py_FindMethod’; did you mean ‘Py_tp_methods’? [-Wimplicit-function-declaration] return Py_FindMethod(attr_methods, self, name); ^~~~~~~~~~~~~ Py_tp_methods /home/futura/Downloads/navit-0.5.3/navit/binding/python/attr.c:48:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(attr_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/attr.c: At top level: /home/futura/Downloads/navit-0.5.3/navit/binding/python/attr.c:56:26: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject attr_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/attr.c:56:26: warning: missing braces around initializer [-Wmissing-braces] [ 3%] Building C object navit/binding/python/CMakeFiles/binding_python.dir/binding_python.c.o /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:51:27: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject coord_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:51:27: warning: missing braces around initializer [-Wmissing-braces] /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:70:25: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject map_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:70:25: warning: missing braces around initializer [-Wmissing-braces] /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:106:32: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject coord_rect_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:106:32: warning: missing braces around initializer [-Wmissing-braces] /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:141:30: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject map_rect_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:141:30: warning: missing braces around initializer [-Wmissing-braces] /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c: In function ‘map_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:196:12: warning: implicit declaration of function ‘Py_FindMethod’; did you mean ‘Py_tp_methods’? [-Wimplicit-function-declaration] return Py_FindMethod(map_methods, self, name); ^~~~~~~~~~~~~ Py_tp_methods /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:196:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(map_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c: At top level: /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:237:28: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject mapset_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:237:28: warning: missing braces around initializer [-Wmissing-braces] /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c: In function ‘mapset_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:266:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(mapset_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c: In function ‘plugin_init’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:323:5: warning: implicit declaration of function ‘Py_InitModule’; did you mean ‘Py_Initialize’? [-Wimplicit-function-declaration] Py_InitModule("navit", navitMethods); ^~~~~~~~~~~~~ Py_Initialize [ 3%] Building C object navit/binding/python/CMakeFiles/binding_python.dir/config.c.o /home/futura/Downloads/navit-0.5.3/navit/binding/python/config.c: In function ‘config_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/config.c:44:12: warning: implicit declaration of function ‘Py_FindMethod’; did you mean ‘Py_tp_methods’? [-Wimplicit-function-declaration] return Py_FindMethod(config_methods, self, name); ^~~~~~~~~~~~~ Py_tp_methods /home/futura/Downloads/navit-0.5.3/navit/binding/python/config.c:44:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(config_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/config.c: At top level: /home/futura/Downloads/navit-0.5.3/navit/binding/python/config.c:50:28: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject config_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/config.c:50:28: warning: missing braces around initializer [-Wmissing-braces] [ 3%] Building C object navit/binding/python/CMakeFiles/binding_python.dir/navigation.c.o /home/futura/Downloads/navit-0.5.3/navit/binding/python/navigation.c: In function ‘navigation_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/navigation.c:43:12: warning: implicit declaration of function ‘Py_FindMethod’; did you mean ‘Py_tp_methods’? [-Wimplicit-function-declaration] return Py_FindMethod(navigation_methods, self, name); ^~~~~~~~~~~~~ Py_tp_methods /home/futura/Downloads/navit-0.5.3/navit/binding/python/navigation.c:43:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(navigation_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/navigation.c: At top level: /home/futura/Downloads/navit-0.5.3/navit/binding/python/navigation.c:49:32: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject navigation_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/navigation.c:49:32: warning: missing braces around initializer [-Wmissing-braces] [ 3%] Building C object navit/binding/python/CMakeFiles/binding_python.dir/navit.c.o /home/futura/Downloads/navit-0.5.3/navit/binding/python/navit.c: In function ‘navit_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/navit.c:99:12: warning: implicit declaration of function ‘Py_FindMethod’; did you mean ‘Py_tp_methods’? [-Wimplicit-function-declaration] return Py_FindMethod(navit_methods, self, name); ^~~~~~~~~~~~~ Py_tp_methods /home/futura/Downloads/navit-0.5.3/navit/binding/python/navit.c:99:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(navit_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/navit.c: At top level: /home/futura/Downloads/navit-0.5.3/navit/binding/python/navit.c:105:27: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject navit_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/navit.c:105:27: warning: missing braces around initializer [-Wmissing-braces] [ 3%] Building C object navit/binding/python/CMakeFiles/binding_python.dir/pcoord.c.o /home/futura/Downloads/navit-0.5.3/navit/binding/python/pcoord.c: In function ‘pcoord_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/pcoord.c:45:12: warning: implicit declaration of function ‘Py_FindMethod’; did you mean ‘Py_tp_methods’? [-Wimplicit-function-declaration] return Py_FindMethod(pcoord_methods, self, name); ^~~~~~~~~~~~~ Py_tp_methods /home/futura/Downloads/navit-0.5.3/navit/binding/python/pcoord.c:45:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(pcoord_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/pcoord.c: At top level: /home/futura/Downloads/navit-0.5.3/navit/binding/python/pcoord.c:51:28: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject pcoord_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/pcoord.c:51:28: warning: missing braces around initializer [-Wmissing-braces] [ 3%] Building C object navit/binding/python/CMakeFiles/binding_python.dir/route.c.o /home/futura/Downloads/navit-0.5.3/navit/binding/python/route.c: In function ‘route_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/route.c:45:12: warning: implicit declaration of function ‘Py_FindMethod’; did you mean ‘Py_tp_methods’? [-Wimplicit-function-declaration] return Py_FindMethod(route_methods, self, name); ^~~~~~~~~~~~~ Py_tp_methods /home/futura/Downloads/navit-0.5.3/navit/binding/python/route.c:45:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(route_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/route.c: At top level: /home/futura/Downloads/navit-0.5.3/navit/binding/python/route.c:51:27: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject route_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/route.c:51:27: warning: missing braces around initializer [-Wmissing-braces] [ 3%] Linking C shared module .libs/libbinding_python.so [ 3%] Built target binding_python Scanning dependencies of target speech_dbus [ 3%] Building C object navit/speech/dbus/CMakeFiles/speech_dbus.dir/speech_dbus.c.o [ 3%] Linking C shared module .libs/libspeech_dbus.so [ 3%] Built target speech_dbus Scanning dependencies of target speech_cmdline [ 4%] Building C object navit/speech/cmdline/CMakeFiles/speech_cmdline.dir/speech_cmdline.c.o [ 4%] Linking C shared module .libs/libspeech_cmdline.so [ 4%] Built target speech_cmdline Scanning dependencies of target vehicle_gpsd_dbus [ 4%] Building C object navit/vehicle/gpsd_dbus/CMakeFiles/vehicle_gpsd_dbus.dir/vehicle_gpsd_dbus.c.o [ 4%] Linking C shared module .libs/libvehicle_gpsd_dbus.so [ 4%] Built target vehicle_gpsd_dbus Scanning dependencies of target speech_speech_dispatcher [ 4%] Building C object navit/speech/speech_dispatcher/CMakeFiles/speech_speech_dispatcher.dir/speech_speech_dispatcher.c.o In file included from /home/futura/Downloads/navit-0.5.3/navit/speech/speech_dispatcher/speech_speech_dispatcher.c:32:0: /home/futura/Downloads/navit-0.5.3/navit/speech.h:36:48: warning: ‘enum attr_type’ declared inside parameter list will not be visible outside of this definition or declaration int speech_get_attr(struct speech *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter); ^~~~~~~~~ [ 4%] Linking C shared module .libs/libspeech_speech_dispatcher.so [ 4%] Built target speech_speech_dispatcher Scanning dependencies of target gentypes [ 4%] Building C object navit/map/garmin/CMakeFiles/gentypes.dir/gentypes.c.o [ 4%] Linking C executable gentypes [ 4%] Built target gentypes [ 4%] Generating g2nbuiltin.h Scanning dependencies of target map_garmin [ 4%] Building C object navit/map/garmin/CMakeFiles/map_garmin.dir/garmin.c.o /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c: In function ‘point_attr_get’: /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:350:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (rc) ^ /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:352:9: note: here case 1: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:356:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (rc) ^ /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:358:9: note: here case 2: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:360:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (g->type == GO_POLYLINE) { ^ /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:366:9: note: here case 3: ^~~~ At top level: /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:614:21: warning: ‘garmin_srch2item’ defined but not used [-Wunused-function] static struct item *garmin_srch2item(struct map_rect_priv *mr, struct gobject *o, unsigned short otype) { ^~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:98:22: warning: ‘mapscales’ defined but not used [-Wunused-variable] static struct gscale mapscales[] = { ^~~~~~~~~ [ 4%] Building C object navit/map/garmin/CMakeFiles/map_garmin.dir/gar2navit.c.o [ 4%] Linking C shared module .libs/libmap_garmin.so [ 4%] Built target map_garmin Scanning dependencies of target graphics_null [ 4%] Building C object navit/graphics/null/CMakeFiles/graphics_null.dir/graphics_null.c.o [ 4%] Linking C shared module .libs/libgraphics_null.so [ 4%] Built target graphics_null Scanning dependencies of target osd_core [ 4%] Building C object navit/osd/core/CMakeFiles/osd_core.dir/osd_core.c.o /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c: In function ‘draw_aligned_osd_text’: /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c:767:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (do_draw) { ^ /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c:770:5: note: here default: ^~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c: In function ‘osd_text_draw’: /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c:3234:20: warning: this statement may fall through [-Wimplicit-fallthrough=] if (do_draw) { ^ /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c:3237:13: note: here default: ^~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c: In function ‘osd_text_format_attr’: /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c:2961:37: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!strcmp(format,"value") || !strcmp(format,"unit")) { ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c:2973:5: note: here case attr_position_time_iso8601: ^~~~ [ 4%] Linking C shared module .libs/libosd_core.so [ 4%] Built target osd_core Scanning dependencies of target vehicle_demo [ 4%] Building C object navit/vehicle/demo/CMakeFiles/vehicle_demo.dir/vehicle_demo.c.o [ 4%] Linking C shared module .libs/libvehicle_demo.so [ 4%] Built target vehicle_demo Scanning dependencies of target vehicle_pipe [ 4%] Building C object navit/vehicle/file/CMakeFiles/vehicle_pipe.dir/vehicle_pipe.c.o [ 4%] Linking C shared module .libs/libvehicle_pipe.so [ 4%] Built target vehicle_pipe Scanning dependencies of target vehicle_file [ 4%] Building C object navit/vehicle/file/CMakeFiles/vehicle_file.dir/vehicle_file.c.o [ 4%] Linking C shared module .libs/libvehicle_file.so [ 4%] Built target vehicle_file Scanning dependencies of target vehicle_socket [ 4%] Building C object navit/vehicle/file/CMakeFiles/vehicle_socket.dir/vehicle_socket.c.o [ 5%] Linking C shared module .libs/libvehicle_socket.so [ 5%] Built target vehicle_socket Scanning dependencies of target vehicle_serial [ 5%] Building C object navit/vehicle/file/CMakeFiles/vehicle_serial.dir/vehicle_serial.c.o [ 5%] Linking C shared module .libs/libvehicle_serial.so [ 5%] Built target vehicle_serial Scanning dependencies of target gui_internal [ 5%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal.c.o /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal.c: In function ‘gui_internal_cmd_match_expand’: /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal.c:1787:14: warning: this statement may fall through [-Wimplicit-fallthrough=] p=*pattern++; ~^~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal.c:1788:9: note: here default: ^~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal.c: In function ‘gui_internal_match’: /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal.c:1808:14: warning: this statement may fall through [-Wimplicit-fallthrough=] p=*pattern++; ~^~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal.c:1809:9: note: here default: ^~~~~~~ [ 5%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_bookmark.c.o [ 5%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_command.c.o [ 5%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_gesture.c.o [ 5%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_html.c.o /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal_html.c: In function ‘gui_internal_html_end’: /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal_html.c:322:33: warning: this statement may fall through [-Wimplicit-fallthrough=] this->html_container=html->container; ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal_html.c:323:9: note: here case html_tag_img: ^~~~ [ 6%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_menu.c.o [ 6%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_poi.c.o [ 6%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_search.c.o [ 6%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_widget.c.o [ 6%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_keyboard.c.o In file included from /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal_keyboard.c:8:0: /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal_keyboard.c: In function ‘gui_internal_keyboard_show_native’: /home/futura/Downloads/navit-0.5.3/navit/debug.h:59:29: warning: this statement may fall through [-Wimplicit-fallthrough=] #define dbg(level,...) { if (max_debug_level >= level) debug_printf(level,dbg_module,strlen(dbg_module),__PRETTY_FUNCTION__, strlen(__PRETTY_FUNCTION__),1,__VA_ARGS__); } ^ /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal_keyboard.c:670:9: note: in expansion of macro ‘dbg’ dbg(lvl_error, "graphics has no show_native_keyboard method, cannot display keyboard"); ^~~ /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal_keyboard.c:672:5: note: here case 0: ^~~~ [ 6%] Linking C shared module .libs/libgui_internal.so [ 6%] Built target gui_internal Scanning dependencies of target map_binfile [ 6%] Building C object navit/map/binfile/CMakeFiles/map_binfile.dir/binfile.c.o [ 6%] Linking C shared module .libs/libmap_binfile.so [ 6%] Built target map_binfile Scanning dependencies of target map_filter [ 6%] Building C object navit/map/filter/CMakeFiles/map_filter.dir/filter.c.o [ 6%] Linking C shared module .libs/libmap_filter.so [ 6%] Built target map_filter Scanning dependencies of target map_mg [ 6%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/map.c.o [ 6%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/block.c.o [ 6%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/town.c.o [ 6%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/tree.c.o [ 6%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/poly.c.o [ 6%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/street.c.o [ 6%] Linking C shared module .libs/libmap_mg.so [ 6%] Built target map_mg Scanning dependencies of target map_shapefile [ 6%] Building C object navit/map/shapefile/CMakeFiles/map_shapefile.dir/shapefile.c.o [ 6%] Linking C shared module .libs/libmap_shapefile.so [ 6%] Built target map_shapefile Scanning dependencies of target map_textfile [ 7%] Building C object navit/map/textfile/CMakeFiles/map_textfile.dir/textfile.c.o /home/futura/Downloads/navit-0.5.3/navit/map/textfile/textfile.c: In function ‘get_line’: /home/futura/Downloads/navit-0.5.3/navit/map/textfile/textfile.c:53:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(mr->line, TEXTFILE_LINE_SIZE, mr->f); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 7%] Linking C shared module .libs/libmap_textfile.so [ 7%] Built target map_textfile Scanning dependencies of target map_csv [ 7%] Building C object navit/map/csv/CMakeFiles/map_csv.dir/csv.c.o [ 7%] Building C object navit/map/csv/CMakeFiles/map_csv.dir/quadtree.c.o [ 7%] Linking C shared module .libs/libmap_csv.so [ 7%] Built target map_csv Scanning dependencies of target maptool_core [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/boundaries.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/buffer.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/ch.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/coastline.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/itembin.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/itembin_buffer.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/misc.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm.c.o /home/futura/Downloads/navit-0.5.3/navit/maptool/osm.c: In function ‘osm_process_town_by_boundary_update_attrs’: /home/futura/Downloads/navit-0.5.3/navit/maptool/osm.c:2039:28: warning: this statement may fall through [-Wimplicit-fallthrough=] b->ib->type=type_poly_place6; ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/maptool/osm.c:2040:13: note: here case 'm': ^~~~ [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_o5m.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_psql.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_relations.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/sourcesink.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/tempfile.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/tile.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/zip.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_xml.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_protobuf.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_protobufdb.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/generated-code/fileformat.pb-c.c.o [ 8%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/generated-code/osmformat.pb-c.c.o [ 8%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/google/protobuf-c/protobuf-c.c.o /home/futura/Downloads/navit-0.5.3/navit/maptool/google/protobuf-c/protobuf-c.c: In function ‘system_alloc’: /home/futura/Downloads/navit-0.5.3/navit/maptool/google/protobuf-c/protobuf-c.c:105:10: warning: implicit declaration of function ‘g_malloc’; did you mean ‘malloc’? [-Wimplicit-function-declaration] rv = g_malloc (size); ^~~~~~~~ malloc /home/futura/Downloads/navit-0.5.3/navit/maptool/google/protobuf-c/protobuf-c.c:105:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] rv = g_malloc (size); ^ /home/futura/Downloads/navit-0.5.3/navit/maptool/google/protobuf-c/protobuf-c.c: In function ‘system_free’: /home/futura/Downloads/navit-0.5.3/navit/maptool/google/protobuf-c/protobuf-c.c:113:5: warning: implicit declaration of function ‘g_free’; did you mean ‘free’? [-Wimplicit-function-declaration] g_free (data); ^~~~~~ free /home/futura/Downloads/navit-0.5.3/navit/maptool/google/protobuf-c/protobuf-c.c: In function ‘protobuf_c_enum_descriptor_get_value_by_name’: /home/futura/Downloads/navit-0.5.3/navit/maptool/google/protobuf-c/protobuf-c.c:2195:18: warning: implicit declaration of function ‘g_strcmp0’; did you mean ‘strcmp’? [-Wimplicit-function-declaration] int rv = g_strcmp0(desc->values_by_name[mid].name, name); ^~~~~~~~~ strcmp [ 8%] Linking C static library libmaptool_core.a [ 8%] Built target maptool_core Scanning dependencies of target maptool [ 8%] Building C object navit/maptool/CMakeFiles/maptool.dir/maptool.c.o [ 8%] Linking C executable maptool [ 8%] Built target maptool Scanning dependencies of target images [ 8%] Generating airport.png [ 8%] Generating airport_16_16.png [ 8%] Generating airport_32_32.png [ 8%] Generating airport_48_48.png [ 9%] Generating airport_64_64.png [ 9%] Generating airport_96_96.png [ 9%] Generating atm.png [ 9%] Generating atm_16_16.png [ 9%] Generating atm_32_32.png [ 9%] Generating atm_48_48.png [ 9%] Generating atm_64_64.png [ 9%] Generating atm_96_96.png [ 9%] Generating attraction.png [ 9%] Generating attraction_16_16.png [ 9%] Generating attraction_32_32.png [ 9%] Generating attraction_48_48.png [ 9%] Generating attraction_64_64.png [ 9%] Generating attraction_96_96.png [ 9%] Generating autoservice.png [ 9%] Generating autoservice_16_16.png [ 9%] Generating autoservice_32_32.png [ 9%] Generating autoservice_48_48.png [ 9%] Generating autoservice_64_64.png [ 9%] Generating autoservice_96_96.png [ 9%] Generating bahai.png [ 9%] Generating bahai_16_16.png [ 9%] Generating bahai_32_32.png [ 10%] Generating bahai_48_48.png [ 10%] Generating bahai_64_64.png [ 10%] Generating bahai_96_96.png [ 10%] Generating bank.png [ 10%] Generating bank_16_16.png [ 10%] Generating bank_32_32.png [ 10%] Generating bank_48_48.png [ 10%] Generating bank_64_64.png [ 10%] Generating bank_96_96.png [ 10%] Generating bar.png [ 10%] Generating bar_16_16.png [ 10%] Generating bar_32_32.png [ 10%] Generating bar_48_48.png [ 10%] Generating bar_64_64.png [ 10%] Generating bar_96_96.png [ 10%] Generating beer.png [ 10%] Generating beer_16_16.png [ 10%] Generating beer_32_32.png [ 10%] Generating beer_48_48.png [ 10%] Generating beer_64_64.png [ 10%] Generating beer_96_96.png [ 10%] Generating bench.png [ 10%] Generating bench_16_16.png [ 11%] Generating bench_32_32.png [ 11%] Generating bench_48_48.png [ 11%] Generating bench_64_64.png [ 11%] Generating bench_96_96.png [ 11%] Generating bicycle_parking.png [ 11%] Generating bicycle_parking_16_16.png [ 11%] Generating bicycle_parking_32_32.png [ 11%] Generating bicycle_parking_48_48.png [ 11%] Generating bicycle_parking_64_64.png [ 11%] Generating bicycle_parking_96_96.png [ 11%] Generating bicycle_rental.png [ 11%] Generating bicycle_rental_16_16.png [ 11%] Generating bicycle_rental_32_32.png [ 11%] Generating bicycle_rental_48_48.png [ 11%] Generating bicycle_rental_64_64.png [ 11%] Generating bicycle_rental_96_96.png [ 11%] Generating bicycle_shop.png [ 11%] Generating bicycle_shop_16_16.png [ 11%] Generating bicycle_shop_32_32.png [ 11%] Generating bicycle_shop_48_48.png [ 11%] Generating bicycle_shop_64_64.png [ 11%] Generating bicycle_shop_96_96.png [ 11%] Generating biergarten.png [ 11%] Generating biergarten_16_16.png [ 12%] Generating biergarten_32_32.png [ 12%] Generating biergarten_48_48.png [ 12%] Generating biergarten_64_64.png [ 12%] Generating biergarten_96_96.png [ 12%] Generating boat_ramp.png [ 12%] Generating boat_ramp_16_16.png [ 12%] Generating boat_ramp_32_32.png [ 12%] Generating boat_ramp_48_48.png [ 12%] Generating boat_ramp_64_64.png [ 12%] Generating boat_ramp_96_96.png [ 12%] Generating boundary_stone.png [ 12%] Generating boundary_stone_16_16.png [ 12%] Generating boundary_stone_32_32.png [ 12%] Generating boundary_stone_48_48.png [ 12%] Generating boundary_stone_64_64.png [ 12%] Generating boundary_stone_96_96.png [ 12%] Generating bowling.png [ 12%] Generating bowling_16_16.png [ 12%] Generating bowling_32_32.png [ 12%] Generating bowling_48_48.png [ 12%] Generating bowling_64_64.png [ 12%] Generating bowling_96_96.png [ 12%] Generating bridge.png [ 13%] Generating bridge_16_16.png [ 13%] Generating bridge_32_32.png [ 13%] Generating bridge_48_48.png [ 13%] Generating bridge_64_64.png [ 13%] Generating bridge_96_96.png [ 13%] Generating buddhist.png [ 13%] Generating buddhist_16_16.png [ 13%] Generating buddhist_32_32.png [ 13%] Generating buddhist_48_48.png [ 13%] Generating buddhist_64_64.png [ 13%] Generating buddhist_96_96.png [ 13%] Generating bus.png [ 13%] Generating bus_16_16.png [ 13%] Generating bus_32_32.png [ 13%] Generating bus_48_48.png [ 13%] Generating bus_64_64.png [ 13%] Generating bus_96_96.png [ 13%] Generating bus_stop.png [ 13%] Generating bus_stop_16_16.png [ 13%] Generating bus_stop_32_32.png [ 13%] Generating bus_stop_48_48.png [ 13%] Generating bus_stop_64_64.png [ 13%] Generating bus_stop_96_96.png [ 14%] Generating cafe.png [ 14%] Generating cafe_16_16.png [ 14%] Generating cafe_32_32.png [ 14%] Generating cafe_48_48.png [ 14%] Generating cafe_64_64.png [ 14%] Generating cafe_96_96.png [ 14%] Generating camping.png [ 14%] Generating camping_16_16.png [ 14%] Generating camping_32_32.png [ 14%] Generating camping_48_48.png [ 14%] Generating camping_64_64.png [ 14%] Generating camping_96_96.png [ 14%] Generating car_dealer.png [ 14%] Generating car_dealer_16_16.png [ 14%] Generating car_dealer_32_32.png [ 14%] Generating car_dealer_48_48.png [ 14%] Generating car_dealer_64_64.png [ 14%] Generating car_dealer_96_96.png [ 14%] Generating car_rent.png [ 14%] Generating car_rent_16_16.png [ 14%] Generating car_rent_32_32.png [ 14%] Generating car_rent_48_48.png [ 14%] Generating car_rent_64_64.png [ 15%] Generating car_rent_96_96.png [ 15%] Generating car_sharing.png [ 15%] Generating car_sharing_16_16.png [ 15%] Generating car_sharing_32_32.png [ 15%] Generating car_sharing_48_48.png [ 15%] Generating car_sharing_64_64.png [ 15%] Generating car_sharing_96_96.png [ 15%] Generating car_wash.png [ 15%] Generating car_wash_16_16.png [ 15%] Generating car_wash_32_32.png [ 15%] Generating car_wash_48_48.png [ 15%] Generating car_wash_64_64.png [ 15%] Generating car_wash_96_96.png [ 15%] Generating casino.png [ 15%] Generating casino_16_16.png [ 15%] Generating casino_32_32.png [ 15%] Generating casino_48_48.png [ 15%] Generating casino_64_64.png [ 15%] Generating casino_96_96.png [ 15%] Generating castle.png [ 15%] Generating castle_16_16.png [ 15%] Generating castle_32_32.png [ 15%] Generating castle_48_48.png [ 16%] Generating castle_64_64.png [ 16%] Generating castle_96_96.png [ 16%] Generating cemetery.png [ 16%] Generating cemetery_16_16.png [ 16%] Generating cemetery_32_32.png [ 16%] Generating cemetery_48_48.png [ 16%] Generating cemetery_64_64.png [ 16%] Generating cemetery_96_96.png [ 16%] Generating church.png [ 16%] Generating church_16_16.png [ 16%] Generating church_32_32.png [ 16%] Generating church_48_48.png [ 16%] Generating church_64_64.png [ 16%] Generating church_96_96.png [ 16%] Generating cinema.png [ 16%] Generating cinema_16_16.png [ 16%] Generating cinema_32_32.png [ 16%] Generating cinema_48_48.png [ 16%] Generating cinema_64_64.png [ 16%] Generating cinema_96_96.png [ 16%] Generating communication.png [ 16%] Generating communication_16_16.png [ 16%] Generating communication_32_32.png [ 17%] Generating communication_48_48.png [ 17%] Generating communication_64_64.png [ 17%] Generating communication_96_96.png [ 17%] Generating concert.png [ 17%] Generating concert_16_16.png [ 17%] Generating concert_32_32.png [ 17%] Generating concert_48_48.png [ 17%] Generating concert_64_64.png [ 17%] Generating concert_96_96.png [ 17%] Generating crossing.png [ 17%] Generating crossing_16_16.png [ 17%] Generating crossing_32_32.png [ 17%] Generating crossing_48_48.png [ 17%] Generating crossing_64_64.png [ 17%] Generating crossing_96_96.png [ 17%] Generating cursor.png [ 17%] Generating cursor_16_16.png [ 17%] Generating cursor_32_32.png [ 17%] Generating cursor_48_48.png [ 17%] Generating cursor_64_64.png [ 17%] Generating cursor_96_96.png [ 17%] Generating cursor225.png [ 17%] Generating cursor225_16_16.png [ 17%] Generating cursor225_32_32.png [ 18%] Generating cursor225_48_48.png [ 18%] Generating cursor225_64_64.png [ 18%] Generating cursor225_96_96.png [ 18%] Generating cursor450.png [ 18%] Generating cursor450_16_16.png [ 18%] Generating cursor450_32_32.png [ 18%] Generating cursor450_48_48.png [ 18%] Generating cursor450_64_64.png [ 18%] Generating cursor450_96_96.png [ 18%] Generating cursor675.png [ 18%] Generating cursor675_16_16.png [ 18%] Generating cursor675_32_32.png [ 18%] Generating cursor675_48_48.png [ 18%] Generating cursor675_64_64.png [ 18%] Generating cursor675_96_96.png [ 18%] Generating cursor_still.png [ 18%] Generating cursor_still_16_16.png [ 18%] Generating cursor_still_32_32.png [ 18%] Generating cursor_still_48_48.png [ 18%] Generating cursor_still_64_64.png [ 18%] Generating cursor_still_96_96.png [ 18%] Generating dam.png [ 18%] Generating dam_16_16.png [ 19%] Generating dam_32_32.png [ 19%] Generating dam_48_48.png [ 19%] Generating dam_64_64.png [ 19%] Generating dam_96_96.png [ 19%] Generating danger.png [ 19%] Generating danger_16_16.png [ 19%] Generating danger_32_32.png [ 19%] Generating danger_48_48.png [ 19%] Generating danger_64_64.png [ 19%] Generating danger_96_96.png [ 19%] Generating danger_area.png [ 19%] Generating danger_area_16_16.png [ 19%] Generating danger_area_32_32.png [ 19%] Generating danger_area_48_48.png [ 19%] Generating danger_area_64_64.png [ 19%] Generating danger_area_96_96.png [ 19%] Generating daymark.png [ 19%] Generating daymark_16_16.png [ 19%] Generating daymark_32_32.png [ 19%] Generating daymark_48_48.png [ 19%] Generating daymark_64_64.png [ 19%] Generating daymark_96_96.png [ 19%] Generating diving.png [ 20%] Generating diving_16_16.png [ 20%] Generating diving_32_32.png [ 20%] Generating diving_48_48.png [ 20%] Generating diving_64_64.png [ 20%] Generating diving_96_96.png [ 20%] Generating drinking_water.png [ 20%] Generating drinking_water_16_16.png [ 20%] Generating drinking_water_32_32.png [ 20%] Generating drinking_water_48_48.png [ 20%] Generating drinking_water_64_64.png [ 20%] Generating drinking_water_96_96.png [ 20%] Generating emergency.png [ 20%] Generating emergency_16_16.png [ 20%] Generating emergency_32_32.png [ 20%] Generating emergency_48_48.png [ 20%] Generating emergency_64_64.png [ 20%] Generating emergency_96_96.png [ 20%] Generating exit.png [ 20%] Generating exit_16_16.png [ 20%] Generating exit_32_32.png [ 20%] Generating exit_48_48.png [ 20%] Generating exit_64_64.png [ 20%] Generating exit_96_96.png [ 21%] Generating fastfood.png [ 21%] Generating fastfood_16_16.png [ 21%] Generating fastfood_32_32.png [ 21%] Generating fastfood_48_48.png [ 21%] Generating fastfood_64_64.png [ 21%] Generating fastfood_96_96.png [ 21%] Generating firebrigade.png [ 21%] Generating firebrigade_16_16.png [ 21%] Generating firebrigade_32_32.png [ 21%] Generating firebrigade_48_48.png [ 21%] Generating firebrigade_64_64.png [ 21%] Generating firebrigade_96_96.png [ 21%] Generating fish.png [ 21%] Generating fish_16_16.png [ 21%] Generating fish_32_32.png [ 21%] Generating fish_48_48.png [ 21%] Generating fish_64_64.png [ 21%] Generating fish_96_96.png [ 21%] Generating forbidden_area.png [ 21%] Generating forbidden_area_16_16.png [ 21%] Generating forbidden_area_32_32.png [ 21%] Generating forbidden_area_48_48.png [ 21%] Generating forbidden_area_64_64.png [ 22%] Generating forbidden_area_96_96.png [ 22%] Generating fountain.png [ 22%] Generating fountain_16_16.png [ 22%] Generating fountain_32_32.png [ 22%] Generating fountain_48_48.png [ 22%] Generating fountain_64_64.png [ 22%] Generating fountain_96_96.png [ 22%] Generating fuel.png [ 22%] Generating fuel_16_16.png [ 22%] Generating fuel_32_32.png [ 22%] Generating fuel_48_48.png [ 22%] Generating fuel_64_64.png [ 22%] Generating fuel_96_96.png [ 22%] Generating ghost_town.png [ 22%] Generating ghost_town_16_16.png [ 22%] Generating ghost_town_32_32.png [ 22%] Generating ghost_town_48_48.png [ 22%] Generating ghost_town_64_64.png [ 22%] Generating ghost_town_96_96.png [ 22%] Generating golf.png [ 22%] Generating golf_16_16.png [ 22%] Generating golf_32_32.png [ 22%] Generating golf_48_48.png [ 22%] Generating golf_64_64.png [ 23%] Generating golf_96_96.png [ 23%] Generating government_building.png [ 23%] Generating government_building_16_16.png [ 23%] Generating government_building_32_32.png [ 23%] Generating government_building_48_48.png [ 23%] Generating government_building_64_64.png [ 23%] Generating government_building_96_96.png [ 23%] Generating gui_about.png [ 23%] Generating gui_about_16_16.png [ 23%] Generating gui_about_32_32.png [ 23%] Generating gui_about_48_48.png [ 23%] Generating gui_about_64_64.png [ 23%] Generating gui_about_96_96.png [ 23%] Generating gui_actions.png [ 23%] Generating gui_actions_16_16.png [ 23%] Generating gui_actions_32_32.png [ 23%] Generating gui_actions_48_48.png [ 23%] Generating gui_actions_64_64.png [ 23%] Generating gui_actions_96_96.png [ 23%] Generating gui_active.png [ 23%] Generating gui_active_16_16.png [ 23%] Generating gui_active_32_32.png [ 23%] Generating gui_active_48_48.png [ 24%] Generating gui_active_64_64.png [ 24%] Generating gui_active_96_96.png [ 24%] Generating gui_android_menu.png [ 24%] Generating gui_android_menu_16_16.png [ 24%] Generating gui_android_menu_32_32.png [ 24%] Generating gui_android_menu_48_48.png [ 24%] Generating gui_android_menu_64_64.png [ 24%] Generating gui_android_menu_96_96.png [ 24%] Generating gui_arrow_down.png [ 24%] Generating gui_arrow_down_16_16.png [ 24%] Generating gui_arrow_down_32_32.png [ 24%] Generating gui_arrow_down_48_48.png [ 24%] Generating gui_arrow_down_64_64.png [ 24%] Generating gui_arrow_down_96_96.png [ 24%] Generating gui_arrow_left.png [ 24%] Generating gui_arrow_left_16_16.png [ 24%] Generating gui_arrow_left_32_32.png [ 24%] Generating gui_arrow_left_48_48.png [ 24%] Generating gui_arrow_left_64_64.png [ 24%] Generating gui_arrow_left_96_96.png [ 24%] Generating gui_arrow_right.png [ 24%] Generating gui_arrow_right_16_16.png [ 24%] Generating gui_arrow_right_32_32.png [ 25%] Generating gui_arrow_right_48_48.png [ 25%] Generating gui_arrow_right_64_64.png [ 25%] Generating gui_arrow_right_96_96.png [ 25%] Generating gui_arrow_up.png [ 25%] Generating gui_arrow_up_16_16.png [ 25%] Generating gui_arrow_up_32_32.png [ 25%] Generating gui_arrow_up_48_48.png [ 25%] Generating gui_arrow_up_64_64.png [ 25%] Generating gui_arrow_up_96_96.png [ 25%] Generating gui_bookmark.png [ 25%] Generating gui_bookmark_16_16.png [ 25%] Generating gui_bookmark_32_32.png [ 25%] Generating gui_bookmark_48_48.png [ 25%] Generating gui_bookmark_64_64.png [ 25%] Generating gui_bookmark_96_96.png [ 25%] Generating gui_display.png [ 25%] Generating gui_display_16_16.png [ 25%] Generating gui_display_32_32.png [ 25%] Generating gui_display_48_48.png [ 25%] Generating gui_display_64_64.png [ 25%] Generating gui_display_96_96.png [ 25%] Generating gui_formerdests.png [ 25%] Generating gui_formerdests_16_16.png [ 26%] Generating gui_formerdests_32_32.png [ 26%] Generating gui_formerdests_48_48.png [ 26%] Generating gui_formerdests_64_64.png [ 26%] Generating gui_formerdests_96_96.png [ 26%] Generating gui_fullscreen.png [ 26%] Generating gui_fullscreen_16_16.png [ 26%] Generating gui_fullscreen_32_32.png [ 26%] Generating gui_fullscreen_48_48.png [ 26%] Generating gui_fullscreen_64_64.png [ 26%] Generating gui_fullscreen_96_96.png [ 26%] Generating gui_heightprofile.png [ 26%] Generating gui_heightprofile_16_16.png [ 26%] Generating gui_heightprofile_32_32.png [ 26%] Generating gui_heightprofile_48_48.png [ 26%] Generating gui_heightprofile_64_64.png [ 26%] Generating gui_heightprofile_96_96.png [ 26%] Generating gui_help.png [ 26%] Generating gui_help_16_16.png [ 26%] Generating gui_help_32_32.png [ 26%] Generating gui_help_48_48.png [ 26%] Generating gui_help_64_64.png [ 26%] Generating gui_help_96_96.png [ 26%] Generating gui_home.png [ 27%] Generating gui_home_16_16.png [ 27%] Generating gui_home_32_32.png [ 27%] Generating gui_home_48_48.png [ 27%] Generating gui_home_64_64.png [ 27%] Generating gui_home_96_96.png [ 27%] Generating gui_inactive.png [ 27%] Generating gui_inactive_16_16.png [ 27%] Generating gui_inactive_32_32.png [ 27%] Generating gui_inactive_48_48.png [ 27%] Generating gui_inactive_64_64.png [ 27%] Generating gui_inactive_96_96.png [ 27%] Generating gui_layers.png [ 27%] Generating gui_layers_16_16.png [ 27%] Generating gui_layers_32_32.png [ 27%] Generating gui_layers_48_48.png [ 27%] Generating gui_layers_64_64.png [ 27%] Generating gui_layers_96_96.png [ 27%] Generating gui_leave_fullscreen.png [ 27%] Generating gui_leave_fullscreen_16_16.png [ 27%] Generating gui_leave_fullscreen_32_32.png [ 27%] Generating gui_leave_fullscreen_48_48.png [ 27%] Generating gui_leave_fullscreen_64_64.png [ 27%] Generating gui_leave_fullscreen_96_96.png [ 28%] Generating gui_log.png [ 28%] Generating gui_log_16_16.png [ 28%] Generating gui_log_32_32.png [ 28%] Generating gui_log_48_48.png [ 28%] Generating gui_log_64_64.png [ 28%] Generating gui_log_96_96.png [ 28%] Generating gui_map.png [ 28%] Generating gui_map_16_16.png [ 28%] Generating gui_map_32_32.png [ 28%] Generating gui_map_48_48.png [ 28%] Generating gui_map_64_64.png [ 28%] Generating gui_map_96_96.png [ 28%] Generating gui_maps.png [ 28%] Generating gui_maps_16_16.png [ 28%] Generating gui_maps_32_32.png [ 28%] Generating gui_maps_48_48.png [ 28%] Generating gui_maps_64_64.png [ 28%] Generating gui_maps_96_96.png [ 28%] Generating gui_menu.png [ 28%] Generating gui_menu_16_16.png [ 28%] Generating gui_menu_32_32.png [ 28%] Generating gui_menu_48_48.png [ 28%] Generating gui_menu_64_64.png [ 28%] Generating gui_menu_96_96.png [ 29%] Generating gui_minus.png [ 29%] Generating gui_minus_16_16.png [ 29%] Generating gui_minus_32_32.png [ 29%] Generating gui_minus_48_48.png [ 29%] Generating gui_minus_64_64.png [ 29%] Generating gui_minus_96_96.png [ 29%] Generating gui_plus.png [ 29%] Generating gui_plus_16_16.png [ 29%] Generating gui_plus_32_32.png [ 29%] Generating gui_plus_48_48.png [ 29%] Generating gui_plus_64_64.png [ 29%] Generating gui_plus_96_96.png [ 29%] Generating gui_quit.png [ 29%] Generating gui_quit_16_16.png [ 29%] Generating gui_quit_32_32.png [ 29%] Generating gui_quit_48_48.png [ 29%] Generating gui_quit_64_64.png [ 29%] Generating gui_quit_96_96.png [ 29%] Generating gui_rules.png [ 29%] Generating gui_rules_16_16.png [ 29%] Generating gui_rules_32_32.png [ 29%] Generating gui_rules_48_48.png [ 29%] Generating gui_rules_64_64.png [ 30%] Generating gui_rules_96_96.png [ 30%] Generating gui_search.png [ 30%] Generating gui_search_16_16.png [ 30%] Generating gui_search_32_32.png [ 30%] Generating gui_search_48_48.png [ 30%] Generating gui_search_64_64.png [ 30%] Generating gui_search_96_96.png [ 30%] Generating gui_select_country.png [ 30%] Generating gui_select_country_16_16.png [ 30%] Generating gui_select_country_32_32.png [ 30%] Generating gui_select_country_48_48.png [ 30%] Generating gui_select_country_64_64.png [ 30%] Generating gui_select_country_96_96.png [ 30%] Generating gui_select_house_number.png [ 30%] Generating gui_select_house_number_16_16.png [ 30%] Generating gui_select_house_number_32_32.png [ 30%] Generating gui_select_house_number_48_48.png [ 30%] Generating gui_select_house_number_64_64.png [ 30%] Generating gui_select_house_number_96_96.png [ 30%] Generating gui_select_street.png [ 30%] Generating gui_select_street_16_16.png [ 30%] Generating gui_select_street_32_32.png [ 30%] Generating gui_select_street_48_48.png [ 31%] Generating gui_select_street_64_64.png [ 31%] Generating gui_select_street_96_96.png [ 31%] Generating gui_select_town.png [ 31%] Generating gui_select_town_16_16.png [ 31%] Generating gui_select_town_32_32.png [ 31%] Generating gui_select_town_48_48.png [ 31%] Generating gui_select_town_64_64.png [ 31%] Generating gui_select_town_96_96.png [ 31%] Generating gui_settings.png [ 31%] Generating gui_settings_16_16.png [ 31%] Generating gui_settings_32_32.png [ 31%] Generating gui_settings_48_48.png [ 31%] Generating gui_settings_64_64.png [ 31%] Generating gui_settings_96_96.png [ 31%] Generating gui_sound.png [ 31%] Generating gui_sound_16_16.png [ 31%] Generating gui_sound_32_32.png [ 31%] Generating gui_sound_48_48.png [ 31%] Generating gui_sound_64_64.png [ 31%] Generating gui_sound_96_96.png [ 31%] Generating gui_sound_off.png [ 31%] Generating gui_sound_off_16_16.png [ 31%] Generating gui_sound_off_32_32.png [ 32%] Generating gui_sound_off_48_48.png [ 32%] Generating gui_sound_off_64_64.png [ 32%] Generating gui_sound_off_96_96.png [ 32%] Generating gui_stop.png [ 32%] Generating gui_stop_16_16.png [ 32%] Generating gui_stop_32_32.png [ 32%] Generating gui_stop_48_48.png [ 32%] Generating gui_stop_64_64.png [ 32%] Generating gui_stop_96_96.png [ 32%] Generating gui_strength_0.png [ 32%] Generating gui_strength_0_16_16.png [ 32%] Generating gui_strength_0_32_32.png [ 32%] Generating gui_strength_0_48_48.png [ 32%] Generating gui_strength_0_64_64.png [ 32%] Generating gui_strength_0_96_96.png [ 32%] Generating gui_strength_1.png [ 32%] Generating gui_strength_1_16_16.png [ 32%] Generating gui_strength_1_32_32.png [ 32%] Generating gui_strength_1_48_48.png [ 32%] Generating gui_strength_1_64_64.png [ 32%] Generating gui_strength_1_96_96.png [ 32%] Generating gui_strength_2.png [ 32%] Generating gui_strength_2_16_16.png [ 33%] Generating gui_strength_2_32_32.png [ 33%] Generating gui_strength_2_48_48.png [ 33%] Generating gui_strength_2_64_64.png [ 33%] Generating gui_strength_2_96_96.png [ 33%] Generating gui_strength_3.png [ 33%] Generating gui_strength_3_16_16.png [ 33%] Generating gui_strength_3_32_32.png [ 33%] Generating gui_strength_3_48_48.png [ 33%] Generating gui_strength_3_64_64.png [ 33%] Generating gui_strength_3_96_96.png [ 33%] Generating gui_strength_4.png [ 33%] Generating gui_strength_4_16_16.png [ 33%] Generating gui_strength_4_32_32.png [ 33%] Generating gui_strength_4_48_48.png [ 33%] Generating gui_strength_4_64_64.png [ 33%] Generating gui_strength_4_96_96.png [ 33%] Generating gui_strength_5.png [ 33%] Generating gui_strength_5_16_16.png [ 33%] Generating gui_strength_5_32_32.png [ 33%] Generating gui_strength_5_48_48.png [ 33%] Generating gui_strength_5_64_64.png [ 33%] Generating gui_strength_5_96_96.png [ 33%] Generating gui_tools.png [ 33%] Generating gui_tools_16_16.png [ 34%] Generating gui_tools_32_32.png [ 34%] Generating gui_tools_48_48.png [ 34%] Generating gui_tools_64_64.png [ 34%] Generating gui_tools_96_96.png [ 34%] Generating gui_town.png [ 34%] Generating gui_town_16_16.png [ 34%] Generating gui_town_32_32.png [ 34%] Generating gui_town_48_48.png [ 34%] Generating gui_town_64_64.png [ 34%] Generating gui_town_96_96.png [ 34%] Generating gui_vehicle.png [ 34%] Generating gui_vehicle_16_16.png [ 34%] Generating gui_vehicle_32_32.png [ 34%] Generating gui_vehicle_48_48.png [ 34%] Generating gui_vehicle_64_64.png [ 34%] Generating gui_vehicle_96_96.png [ 34%] Generating gui_vehicle_pedestrian.png [ 34%] Generating gui_vehicle_pedestrian_16_16.png [ 34%] Generating gui_vehicle_pedestrian_32_32.png [ 34%] Generating gui_vehicle_pedestrian_48_48.png [ 34%] Generating gui_vehicle_pedestrian_64_64.png [ 34%] Generating gui_vehicle_pedestrian_96_96.png [ 34%] Generating gui_zoom_auto.png [ 35%] Generating gui_zoom_auto_16_16.png [ 35%] Generating gui_zoom_auto_32_32.png [ 35%] Generating gui_zoom_auto_48_48.png [ 35%] Generating gui_zoom_auto_64_64.png [ 35%] Generating gui_zoom_auto_96_96.png [ 35%] Generating gui_zoom_in.png [ 35%] Generating gui_zoom_in_16_16.png [ 35%] Generating gui_zoom_in_32_32.png [ 35%] Generating gui_zoom_in_48_48.png [ 35%] Generating gui_zoom_in_64_64.png [ 35%] Generating gui_zoom_in_96_96.png [ 35%] Generating gui_zoom_manual.png [ 35%] Generating gui_zoom_manual_16_16.png [ 35%] Generating gui_zoom_manual_32_32.png [ 35%] Generating gui_zoom_manual_48_48.png [ 35%] Generating gui_zoom_manual_64_64.png [ 35%] Generating gui_zoom_manual_96_96.png [ 35%] Generating gui_zoom_out.png [ 35%] Generating gui_zoom_out_16_16.png [ 35%] Generating gui_zoom_out_32_32.png [ 35%] Generating gui_zoom_out_48_48.png [ 35%] Generating gui_zoom_out_64_64.png [ 35%] Generating gui_zoom_out_96_96.png [ 36%] Generating gui_zoom_route.png [ 36%] Generating gui_zoom_route_16_16.png [ 36%] Generating gui_zoom_route_32_32.png [ 36%] Generating gui_zoom_route_48_48.png [ 36%] Generating gui_zoom_route_64_64.png [ 36%] Generating gui_zoom_route_96_96.png [ 36%] Generating heliport.png [ 36%] Generating heliport_16_16.png [ 36%] Generating heliport_32_32.png [ 36%] Generating heliport_48_48.png [ 36%] Generating heliport_64_64.png [ 36%] Generating heliport_96_96.png [ 36%] Generating hindu.png [ 36%] Generating hindu_16_16.png [ 36%] Generating hindu_32_32.png [ 36%] Generating hindu_48_48.png [ 36%] Generating hindu_64_64.png [ 36%] Generating hindu_96_96.png [ 36%] Generating hospital.png [ 36%] Generating hospital_16_16.png [ 36%] Generating hospital_32_32.png [ 36%] Generating hospital_48_48.png [ 36%] Generating hospital_64_64.png [ 37%] Generating hospital_96_96.png [ 37%] Generating hotel.png [ 37%] Generating hotel_16_16.png [ 37%] Generating hotel_32_32.png [ 37%] Generating hotel_48_48.png [ 37%] Generating hotel_64_64.png [ 37%] Generating hotel_96_96.png [ 37%] Generating hotspring.png [ 37%] Generating hotspring_16_16.png [ 37%] Generating hotspring_32_32.png [ 37%] Generating hotspring_48_48.png [ 37%] Generating hotspring_64_64.png [ 37%] Generating hotspring_96_96.png [ 37%] Generating hunting_stand.png [ 37%] Generating hunting_stand_16_16.png [ 37%] Generating hunting_stand_32_32.png [ 37%] Generating hunting_stand_48_48.png [ 37%] Generating hunting_stand_64_64.png [ 37%] Generating hunting_stand_96_96.png [ 37%] Generating ic_notify.png [ 37%] Generating ic_notify_16_16.png [ 37%] Generating ic_notify_32_32.png [ 37%] Generating ic_notify_48_48.png [ 38%] Generating ic_notify_64_64.png [ 38%] Generating ic_notify_96_96.png [ 38%] Generating information.png [ 38%] Generating information_16_16.png [ 38%] Generating information_32_32.png [ 38%] Generating information_48_48.png [ 38%] Generating information_64_64.png [ 38%] Generating information_96_96.png [ 38%] Generating islamic.png [ 38%] Generating islamic_16_16.png [ 38%] Generating islamic_32_32.png [ 38%] Generating islamic_48_48.png [ 38%] Generating islamic_64_64.png [ 38%] Generating islamic_96_96.png [ 38%] Generating jain.png [ 38%] Generating jain_16_16.png [ 38%] Generating jain_32_32.png [ 38%] Generating jain_48_48.png [ 38%] Generating jain_64_64.png [ 38%] Generating jain_96_96.png [ 38%] Generating jewish.png [ 38%] Generating jewish_16_16.png [ 38%] Generating jewish_32_32.png [ 39%] Generating jewish_48_48.png [ 39%] Generating jewish_64_64.png [ 39%] Generating jewish_96_96.png [ 39%] Generating justice.png [ 39%] Generating justice_16_16.png [ 39%] Generating justice_32_32.png [ 39%] Generating justice_48_48.png [ 39%] Generating justice_64_64.png [ 39%] Generating justice_96_96.png [ 39%] Generating level_crossing.png [ 39%] Generating level_crossing_16_16.png [ 39%] Generating level_crossing_32_32.png [ 39%] Generating level_crossing_48_48.png [ 39%] Generating level_crossing_64_64.png [ 39%] Generating level_crossing_96_96.png [ 39%] Generating library.png [ 39%] Generating library_16_16.png [ 39%] Generating library_32_32.png [ 39%] Generating library_48_48.png [ 39%] Generating library_64_64.png [ 39%] Generating library_96_96.png [ 39%] Generating mark.png [ 39%] Generating mark_16_16.png [ 39%] Generating mark_32_32.png [ 40%] Generating mark_48_48.png [ 40%] Generating mark_64_64.png [ 40%] Generating mark_96_96.png [ 40%] Generating memorial.png [ 40%] Generating memorial_16_16.png [ 40%] Generating memorial_32_32.png [ 40%] Generating memorial_48_48.png [ 40%] Generating memorial_64_64.png [ 40%] Generating memorial_96_96.png [ 40%] Generating menu.png [ 40%] Generating menu_16_16.png [ 40%] Generating menu_32_32.png [ 40%] Generating menu_48_48.png [ 40%] Generating menu_64_64.png [ 40%] Generating menu_96_96.png [ 40%] Generating military.png [ 40%] Generating military_16_16.png [ 40%] Generating military_32_32.png [ 40%] Generating military_48_48.png [ 40%] Generating military_64_64.png [ 40%] Generating military_96_96.png [ 40%] Generating mini_roundabout.png [ 40%] Generating mini_roundabout_16_16.png [ 41%] Generating mini_roundabout_32_32.png [ 41%] Generating mini_roundabout_48_48.png [ 41%] Generating mini_roundabout_64_64.png [ 41%] Generating mini_roundabout_96_96.png [ 41%] Generating museum.png [ 41%] Generating museum_16_16.png [ 41%] Generating museum_32_32.png [ 41%] Generating museum_48_48.png [ 41%] Generating museum_64_64.png [ 41%] Generating museum_96_96.png [ 41%] Generating nav_destination_bk.png [ 41%] Generating nav_destination_wh.png [ 41%] Generating nav_exit_left_bk.png [ 41%] Generating nav_exit_left_wh.png [ 41%] Generating nav_exit_right_bk.png [ 41%] Generating nav_exit_right_wh.png [ 41%] Generating nav_keep_left_bk.png [ 41%] Generating nav_keep_left_wh.png [ 41%] Generating nav_keep_right_bk.png [ 41%] Generating nav_keep_right_wh.png [ 41%] Generating nav_left_1_bk.png [ 41%] Generating nav_left_1_wh.png [ 41%] Generating nav_left_2_bk.png [ 42%] Generating nav_left_2_wh.png [ 42%] Generating nav_left_3_bk.png [ 42%] Generating nav_left_3_wh.png [ 42%] Generating nav_merge_left_bk.png [ 42%] Generating nav_merge_left_wh.png [ 42%] Generating nav_merge_right_bk.png [ 42%] Generating nav_merge_right_wh.png [ 42%] Generating nav_right_1_bk.png [ 42%] Generating nav_right_1_wh.png [ 42%] Generating nav_right_2_bk.png [ 42%] Generating nav_right_2_wh.png [ 42%] Generating nav_right_3_bk.png [ 42%] Generating nav_right_3_wh.png [ 42%] Generating nav_roundabout_l1_bk.png [ 42%] Generating nav_roundabout_l1_wh.png [ 42%] Generating nav_roundabout_l2_bk.png [ 42%] Generating nav_roundabout_l2_wh.png [ 42%] Generating nav_roundabout_l3_bk.png [ 42%] Generating nav_roundabout_l3_wh.png [ 42%] Generating nav_roundabout_l4_bk.png [ 42%] Generating nav_roundabout_l4_wh.png [ 42%] Generating nav_roundabout_l5_bk.png [ 42%] Generating nav_roundabout_l5_wh.png [ 43%] Generating nav_roundabout_l6_bk.png [ 43%] Generating nav_roundabout_l6_wh.png [ 43%] Generating nav_roundabout_l7_bk.png [ 43%] Generating nav_roundabout_l7_wh.png [ 43%] Generating nav_roundabout_l8_bk.png [ 43%] Generating nav_roundabout_l8_wh.png [ 43%] Generating nav_roundabout_r1_bk.png [ 43%] Generating nav_roundabout_r1_wh.png [ 43%] Generating nav_roundabout_r2_bk.png [ 43%] Generating nav_roundabout_r2_wh.png [ 43%] Generating nav_roundabout_r3_bk.png [ 43%] Generating nav_roundabout_r3_wh.png [ 43%] Generating nav_roundabout_r4_bk.png [ 43%] Generating nav_roundabout_r4_wh.png [ 43%] Generating nav_roundabout_r5_bk.png [ 43%] Generating nav_roundabout_r5_wh.png [ 43%] Generating nav_roundabout_r6_bk.png [ 43%] Generating nav_roundabout_r6_wh.png [ 43%] Generating nav_roundabout_r7_bk.png [ 43%] Generating nav_roundabout_r7_wh.png [ 43%] Generating nav_roundabout_r8_bk.png [ 43%] Generating nav_roundabout_r8_wh.png [ 43%] Generating nav_straight_bk.png [ 44%] Generating nav_straight_wh.png [ 44%] Generating nav_turnaround_left_bk.png [ 44%] Generating nav_turnaround_left_wh.png [ 44%] Generating nav_turnaround_right_bk.png [ 44%] Generating nav_turnaround_right_wh.png [ 44%] Generating navit.png [ 44%] Generating navit_16_16.png [ 44%] Generating navit_32_32.png [ 44%] Generating navit_48_48.png [ 44%] Generating navit_64_64.png [ 44%] Generating navit_96_96.png [ 44%] Generating pagan.png [ 44%] Generating pagan_16_16.png [ 44%] Generating pagan_32_32.png [ 44%] Generating pagan_48_48.png [ 44%] Generating pagan_64_64.png [ 44%] Generating pagan_96_96.png [ 44%] Generating parking.png [ 44%] Generating parking_16_16.png [ 44%] Generating parking_32_32.png [ 44%] Generating parking_48_48.png [ 44%] Generating parking_64_64.png [ 44%] Generating parking_96_96.png [ 44%] Generating pastafarian.png [ 45%] Generating pastafarian_16_16.png [ 45%] Generating pastafarian_32_32.png [ 45%] Generating pastafarian_48_48.png [ 45%] Generating pastafarian_64_64.png [ 45%] Generating pastafarian_96_96.png [ 45%] Generating peak.png [ 45%] Generating peak_16_16.png [ 45%] Generating peak_32_32.png [ 45%] Generating peak_48_48.png [ 45%] Generating peak_64_64.png [ 45%] Generating peak_96_96.png [ 45%] Generating pharmacy.png [ 45%] Generating pharmacy_16_16.png [ 45%] Generating pharmacy_32_32.png [ 45%] Generating pharmacy_48_48.png [ 45%] Generating pharmacy_64_64.png [ 45%] Generating pharmacy_96_96.png [ 45%] Generating picnic.png [ 45%] Generating picnic_16_16.png [ 45%] Generating picnic_32_32.png [ 45%] Generating picnic_48_48.png [ 45%] Generating picnic_64_64.png [ 45%] Generating picnic_96_96.png [ 46%] Generating playground.png [ 46%] Generating playground_16_16.png [ 46%] Generating playground_32_32.png [ 46%] Generating playground_48_48.png [ 46%] Generating playground_64_64.png [ 46%] Generating playground_96_96.png [ 46%] Generating police.png [ 46%] Generating police_16_16.png [ 46%] Generating police_32_32.png [ 46%] Generating police_48_48.png [ 46%] Generating police_64_64.png [ 46%] Generating police_96_96.png [ 46%] Generating post.png [ 46%] Generating post_16_16.png [ 46%] Generating post_32_32.png [ 46%] Generating post_48_48.png [ 46%] Generating post_64_64.png [ 46%] Generating post_96_96.png [ 46%] Generating public_office.png [ 46%] Generating public_office_16_16.png [ 46%] Generating public_office_32_32.png [ 46%] Generating public_office_48_48.png [ 46%] Generating public_office_64_64.png [ 47%] Generating public_office_96_96.png [ 47%] Generating rail_station.png [ 47%] Generating rail_station_16_16.png [ 47%] Generating rail_station_32_32.png [ 47%] Generating rail_station_48_48.png [ 47%] Generating rail_station_64_64.png [ 47%] Generating rail_station_96_96.png [ 47%] Generating repair_service.png [ 47%] Generating repair_service_16_16.png [ 47%] Generating repair_service_32_32.png [ 47%] Generating repair_service_48_48.png [ 47%] Generating repair_service_64_64.png [ 47%] Generating repair_service_96_96.png [ 47%] Generating resort.png [ 47%] Generating resort_16_16.png [ 47%] Generating resort_32_32.png [ 47%] Generating resort_48_48.png [ 47%] Generating resort_64_64.png [ 47%] Generating resort_96_96.png [ 47%] Generating restaurant.png [ 47%] Generating restaurant_16_16.png [ 47%] Generating restaurant_32_32.png [ 47%] Generating restaurant_48_48.png [ 48%] Generating restaurant_64_64.png [ 48%] Generating restaurant_96_96.png [ 48%] Generating ruins.png [ 48%] Generating ruins_16_16.png [ 48%] Generating ruins_32_32.png [ 48%] Generating ruins_48_48.png [ 48%] Generating ruins_64_64.png [ 48%] Generating ruins_96_96.png [ 48%] Generating school.png [ 48%] Generating school_16_16.png [ 48%] Generating school_32_32.png [ 48%] Generating school_48_48.png [ 48%] Generating school_64_64.png [ 48%] Generating school_96_96.png [ 48%] Generating shelter.png [ 48%] Generating shelter_16_16.png [ 48%] Generating shelter_32_32.png [ 48%] Generating shelter_48_48.png [ 48%] Generating shelter_64_64.png [ 48%] Generating shelter_96_96.png [ 48%] Generating shinto.png [ 48%] Generating shinto_16_16.png [ 48%] Generating shinto_32_32.png [ 49%] Generating shinto_48_48.png [ 49%] Generating shinto_64_64.png [ 49%] Generating shinto_96_96.png [ 49%] Generating shop_apparel.png [ 49%] Generating shop_apparel_16_16.png [ 49%] Generating shop_apparel_32_32.png [ 49%] Generating shop_apparel_48_48.png [ 49%] Generating shop_apparel_64_64.png [ 49%] Generating shop_apparel_96_96.png [ 49%] Generating shop_computer.png [ 49%] Generating shop_computer_16_16.png [ 49%] Generating shop_computer_32_32.png [ 49%] Generating shop_computer_48_48.png [ 49%] Generating shop_computer_64_64.png [ 49%] Generating shop_computer_96_96.png [ 49%] Generating shop_department.png [ 49%] Generating shop_department_16_16.png [ 49%] Generating shop_department_32_32.png [ 49%] Generating shop_department_48_48.png [ 49%] Generating shop_department_64_64.png [ 49%] Generating shop_department_96_96.png [ 49%] Generating shop_grocery.png [ 49%] Generating shop_grocery_16_16.png [ 50%] Generating shop_grocery_32_32.png [ 50%] Generating shop_grocery_48_48.png [ 50%] Generating shop_grocery_64_64.png [ 50%] Generating shop_grocery_96_96.png [ 50%] Generating shopping.png [ 50%] Generating shopping_16_16.png [ 50%] Generating shopping_32_32.png [ 50%] Generating shopping_48_48.png [ 50%] Generating shopping_64_64.png [ 50%] Generating shopping_96_96.png [ 50%] Generating sikh.png [ 50%] Generating sikh_16_16.png [ 50%] Generating sikh_32_32.png [ 50%] Generating sikh_48_48.png [ 50%] Generating sikh_64_64.png [ 50%] Generating sikh_96_96.png [ 50%] Generating skiing.png [ 50%] Generating skiing_16_16.png [ 50%] Generating skiing_32_32.png [ 50%] Generating skiing_48_48.png [ 50%] Generating skiing_64_64.png [ 50%] Generating skiing_96_96.png [ 50%] Generating sport.png [ 50%] Generating sport_16_16.png [ 51%] Generating sport_32_32.png [ 51%] Generating sport_48_48.png [ 51%] Generating sport_64_64.png [ 51%] Generating sport_96_96.png [ 51%] Generating stadium.png [ 51%] Generating stadium_16_16.png [ 51%] Generating stadium_32_32.png [ 51%] Generating stadium_48_48.png [ 51%] Generating stadium_64_64.png [ 51%] Generating stadium_96_96.png [ 51%] Generating status_calculating_bk.png [ 51%] Generating status_calculating_bk_16_16.png [ 51%] Generating status_calculating_bk_32_32.png [ 51%] Generating status_calculating_bk_48_48.png [ 51%] Generating status_calculating_bk_64_64.png [ 51%] Generating status_calculating_bk_96_96.png [ 51%] Generating status_calculating_wh.png [ 51%] Generating status_calculating_wh_16_16.png [ 51%] Generating status_calculating_wh_32_32.png [ 51%] Generating status_calculating_wh_48_48.png [ 51%] Generating status_calculating_wh_64_64.png [ 51%] Generating status_calculating_wh_96_96.png [ 51%] Generating status_no_destination_bk.png [ 52%] Generating status_no_destination_bk_16_16.png [ 52%] Generating status_no_destination_bk_32_32.png [ 52%] Generating status_no_destination_bk_48_48.png [ 52%] Generating status_no_destination_bk_64_64.png [ 52%] Generating status_no_destination_bk_96_96.png [ 52%] Generating status_no_destination_wh.png [ 52%] Generating status_no_destination_wh_16_16.png [ 52%] Generating status_no_destination_wh_32_32.png [ 52%] Generating status_no_destination_wh_48_48.png [ 52%] Generating status_no_destination_wh_64_64.png [ 52%] Generating status_no_destination_wh_96_96.png [ 52%] Generating status_no_route_bk.png [ 52%] Generating status_no_route_bk_16_16.png [ 52%] Generating status_no_route_bk_32_32.png [ 52%] Generating status_no_route_bk_48_48.png [ 52%] Generating status_no_route_bk_64_64.png [ 52%] Generating status_no_route_bk_96_96.png [ 52%] Generating status_no_route_wh.png [ 52%] Generating status_no_route_wh_16_16.png [ 52%] Generating status_no_route_wh_32_32.png [ 52%] Generating status_no_route_wh_48_48.png [ 52%] Generating status_no_route_wh_64_64.png [ 52%] Generating status_no_route_wh_96_96.png [ 53%] Generating status_position_wait_bk.png [ 53%] Generating status_position_wait_bk_16_16.png [ 53%] Generating status_position_wait_bk_32_32.png [ 53%] Generating status_position_wait_bk_48_48.png [ 53%] Generating status_position_wait_bk_64_64.png [ 53%] Generating status_position_wait_bk_96_96.png [ 53%] Generating status_position_wait_wh.png [ 53%] Generating status_position_wait_wh_16_16.png [ 53%] Generating status_position_wait_wh_32_32.png [ 53%] Generating status_position_wait_wh_48_48.png [ 53%] Generating status_position_wait_wh_64_64.png [ 53%] Generating status_position_wait_wh_96_96.png [ 53%] Generating status_recalculating_bk.png [ 53%] Generating status_recalculating_bk_16_16.png [ 53%] Generating status_recalculating_bk_32_32.png [ 53%] Generating status_recalculating_bk_48_48.png [ 53%] Generating status_recalculating_bk_64_64.png [ 53%] Generating status_recalculating_bk_96_96.png [ 53%] Generating status_recalculating_wh.png [ 53%] Generating status_recalculating_wh_16_16.png [ 53%] Generating status_recalculating_wh_32_32.png [ 53%] Generating status_recalculating_wh_48_48.png [ 53%] Generating status_recalculating_wh_64_64.png [ 54%] Generating status_recalculating_wh_96_96.png [ 54%] Generating status_routing_bk.png [ 54%] Generating status_routing_bk_16_16.png [ 54%] Generating status_routing_bk_32_32.png [ 54%] Generating status_routing_bk_48_48.png [ 54%] Generating status_routing_bk_64_64.png [ 54%] Generating status_routing_bk_96_96.png [ 54%] Generating status_routing_wh.png [ 54%] Generating status_routing_wh_16_16.png [ 54%] Generating status_routing_wh_32_32.png [ 54%] Generating status_routing_wh_48_48.png [ 54%] Generating status_routing_wh_64_64.png [ 54%] Generating status_routing_wh_96_96.png [ 54%] Generating swimming.png [ 54%] Generating swimming_16_16.png [ 54%] Generating swimming_32_32.png [ 54%] Generating swimming_48_48.png [ 54%] Generating swimming_64_64.png [ 54%] Generating swimming_96_96.png [ 54%] Generating taoist.png [ 54%] Generating taoist_16_16.png [ 54%] Generating taoist_32_32.png [ 54%] Generating taoist_48_48.png [ 55%] Generating taoist_64_64.png [ 55%] Generating taoist_96_96.png [ 55%] Generating taxi.png [ 55%] Generating taxi_16_16.png [ 55%] Generating taxi_32_32.png [ 55%] Generating taxi_48_48.png [ 55%] Generating taxi_64_64.png [ 55%] Generating taxi_96_96.png [ 55%] Generating tec_common.png [ 55%] Generating tec_common_16_16.png [ 55%] Generating tec_common_32_32.png [ 55%] Generating tec_common_48_48.png [ 55%] Generating tec_common_64_64.png [ 55%] Generating tec_common_96_96.png [ 55%] Generating telephone.png [ 55%] Generating telephone_16_16.png [ 55%] Generating telephone_32_32.png [ 55%] Generating telephone_48_48.png [ 55%] Generating telephone_64_64.png [ 55%] Generating telephone_96_96.png [ 55%] Generating theater.png [ 55%] Generating theater_16_16.png [ 55%] Generating theater_32_32.png [ 56%] Generating theater_48_48.png [ 56%] Generating theater_64_64.png [ 56%] Generating theater_96_96.png [ 56%] Generating toggle_fullscreen.png [ 56%] Generating toggle_fullscreen_16_16.png [ 56%] Generating toggle_fullscreen_32_32.png [ 56%] Generating toggle_fullscreen_48_48.png [ 56%] Generating toggle_fullscreen_64_64.png [ 56%] Generating toggle_fullscreen_96_96.png [ 56%] Generating toilets.png [ 56%] Generating toilets_16_16.png [ 56%] Generating toilets_32_32.png [ 56%] Generating toilets_48_48.png [ 56%] Generating toilets_64_64.png [ 56%] Generating toilets_96_96.png [ 56%] Generating tomtom_minus.png [ 56%] Generating tomtom_minus_16_16.png [ 56%] Generating tomtom_minus_32_32.png [ 56%] Generating tomtom_minus_48_48.png [ 56%] Generating tomtom_minus_64_64.png [ 56%] Generating tomtom_minus_96_96.png [ 56%] Generating tomtom_plus.png [ 56%] Generating tomtom_plus_16_16.png [ 56%] Generating tomtom_plus_32_32.png [ 57%] Generating tomtom_plus_48_48.png [ 57%] Generating tomtom_plus_64_64.png [ 57%] Generating tomtom_plus_96_96.png [ 57%] Generating tower.png [ 57%] Generating tower_16_16.png [ 57%] Generating tower_32_32.png [ 57%] Generating tower_48_48.png [ 57%] Generating tower_64_64.png [ 57%] Generating tower_96_96.png [ 57%] Generating townhall.png [ 57%] Generating townhall_16_16.png [ 57%] Generating townhall_32_32.png [ 57%] Generating townhall_48_48.png [ 57%] Generating townhall_64_64.png [ 57%] Generating townhall_96_96.png [ 57%] Generating traffic_signals.png [ 57%] Generating traffic_signals_16_16.png [ 57%] Generating traffic_signals_32_32.png [ 57%] Generating traffic_signals_48_48.png [ 57%] Generating traffic_signals_64_64.png [ 57%] Generating traffic_signals_96_96.png [ 57%] Generating unknown.png [ 57%] Generating unknown_16_16.png [ 58%] Generating unknown_32_32.png [ 58%] Generating unknown_48_48.png [ 58%] Generating unknown_64_64.png [ 58%] Generating unknown_96_96.png [ 58%] Generating viewpoint.png [ 58%] Generating viewpoint_16_16.png [ 58%] Generating viewpoint_32_32.png [ 58%] Generating viewpoint_48_48.png [ 58%] Generating viewpoint_64_64.png [ 58%] Generating viewpoint_96_96.png [ 58%] Generating wifi.png [ 58%] Generating wifi_16_16.png [ 58%] Generating wifi_32_32.png [ 58%] Generating wifi_48_48.png [ 58%] Generating wifi_64_64.png [ 58%] Generating wifi_96_96.png [ 58%] Generating worship.png [ 58%] Generating worship_16_16.png [ 58%] Generating worship_32_32.png [ 58%] Generating worship_48_48.png [ 58%] Generating worship_64_64.png [ 58%] Generating worship_96_96.png [ 58%] Generating zipcode.png [ 59%] Generating zipcode_16_16.png [ 59%] Generating zipcode_32_32.png [ 59%] Generating zipcode_48_48.png [ 59%] Generating zipcode_64_64.png [ 59%] Generating zipcode_96_96.png [ 59%] Generating zoo.png [ 59%] Generating zoo_16_16.png [ 59%] Generating zoo_32_32.png [ 59%] Generating zoo_48_48.png [ 59%] Generating zoo_64_64.png [ 59%] Generating zoo_96_96.png [ 59%] Generating zoom_in.png [ 59%] Generating zoom_in_16_16.png [ 59%] Generating zoom_in_32_32.png [ 59%] Generating zoom_in_48_48.png [ 59%] Generating zoom_in_64_64.png [ 59%] Generating zoom_in_96_96.png [ 59%] Generating zoom_out.png [ 59%] Generating zoom_out_16_16.png [ 59%] Generating zoom_out_32_32.png [ 59%] Generating zoom_out_48_48.png [ 59%] Generating zoom_out_64_64.png [ 59%] Generating zoom_out_96_96.png [ 60%] Generating country_.png [ 60%] Generating country_AD.png [ 60%] Generating country_AE.png [ 60%] Generating country_AF.png [ 60%] Generating country_AG.png [ 60%] Generating country_AI.png [ 60%] Generating country_AL.png [ 60%] Generating country_AM.png [ 60%] Generating country_AN.png [ 60%] Generating country_AO.png [ 60%] Generating country_AQ.png [ 60%] Generating country_AR.png [ 60%] Generating country_AS.png [ 60%] Generating country_AT.png [ 60%] Generating country_AU.png [ 60%] Generating country_AW.png [ 60%] Generating country_AX.png [ 60%] Generating country_AZ.png [ 60%] Generating country_BA.png [ 60%] Generating country_BB.png [ 60%] Generating country_BD.png [ 60%] Generating country_BE.png [ 60%] Generating country_BF.png [ 61%] Generating country_BG.png [ 61%] Generating country_BH.png [ 61%] Generating country_BI.png [ 61%] Generating country_BJ.png [ 61%] Generating country_BL.png [ 61%] Generating country_BM.png [ 61%] Generating country_BN.png [ 61%] Generating country_BO.png [ 61%] Generating country_BR.png [ 61%] Generating country_BS.png [ 61%] Generating country_BT.png [ 61%] Generating country_BV.png [ 61%] Generating country_BW.png [ 61%] Generating country_BY.png [ 61%] Generating country_BZ.png [ 61%] Generating country_CA.png [ 61%] Generating country_CC.png [ 61%] Generating country_CD.png [ 61%] Generating country_CF.png [ 61%] Generating country_CG.png [ 61%] Generating country_CH.png [ 61%] Generating country_CI.png [ 61%] Generating country_CK.png [ 61%] Generating country_CL.png [ 62%] Generating country_CM.png [ 62%] Generating country_CN.png [ 62%] Generating country_CO.png [ 62%] Generating country_CR.png [ 62%] Generating country_CU.png [ 62%] Generating country_CV.png [ 62%] Generating country_CX.png [ 62%] Generating country_CY.png [ 62%] Generating country_CZ.png [ 62%] Generating country_DE.png [ 62%] Generating country_DJ.png [ 62%] Generating country_DK.png [ 62%] Generating country_DM.png [ 62%] Generating country_DO.png [ 62%] Generating country_DZ.png [ 62%] Generating country_EC.png [ 62%] Generating country_EE.png [ 62%] Generating country_EG.png [ 62%] Generating country_EH.png [ 62%] Generating country_ER.png [ 62%] Generating country_ES.png [ 62%] Generating country_ET.png [ 62%] Generating country_FI.png [ 63%] Generating country_FJ.png [ 63%] Generating country_FK.png [ 63%] Generating country_FM.png [ 63%] Generating country_FO.png [ 63%] Generating country_FR.png [ 63%] Generating country_GA.png [ 63%] Generating country_GB.png [ 63%] Generating country_GD.png [ 63%] Generating country_GE.png [ 63%] Generating country_GF.png [ 63%] Generating country_GG.png [ 63%] Generating country_GH.png [ 63%] Generating country_GI.png [ 63%] Generating country_GL.png [ 63%] Generating country_GM.png [ 63%] Generating country_GN.png [ 63%] Generating country_GP.png [ 63%] Generating country_GQ.png [ 63%] Generating country_GR.png [ 63%] Generating country_GS.png [ 63%] Generating country_GT.png [ 63%] Generating country_GU.png [ 63%] Generating country_GW.png [ 64%] Generating country_GY.png [ 64%] Generating country_HK.png [ 64%] Generating country_HM.png [ 64%] Generating country_HN.png [ 64%] Generating country_HR.png [ 64%] Generating country_HT.png [ 64%] Generating country_HU.png [ 64%] Generating country_ID.png [ 64%] Generating country_IE.png [ 64%] Generating country_IL.png [ 64%] Generating country_IM.png [ 64%] Generating country_IN.png [ 64%] Generating country_IO.png [ 64%] Generating country_IQ.png [ 64%] Generating country_IR.png [ 64%] Generating country_IS.png [ 64%] Generating country_IT.png [ 64%] Generating country_JE.png [ 64%] Generating country_JM.png [ 64%] Generating country_JO.png [ 64%] Generating country_JP.png [ 64%] Generating country_KE.png [ 64%] Generating country_KG.png [ 65%] Generating country_KH.png [ 65%] Generating country_KI.png [ 65%] Generating country_KM.png [ 65%] Generating country_KN.png [ 65%] Generating country_KP.png [ 65%] Generating country_KR.png [ 65%] Generating country_KW.png [ 65%] Generating country_KY.png [ 65%] Generating country_KZ.png [ 65%] Generating country_LA.png [ 65%] Generating country_LB.png [ 65%] Generating country_LC.png [ 65%] Generating country_LI.png [ 65%] Generating country_LK.png [ 65%] Generating country_LR.png [ 65%] Generating country_LS.png [ 65%] Generating country_LT.png [ 65%] Generating country_LU.png [ 65%] Generating country_LV.png [ 65%] Generating country_LY.png [ 65%] Generating country_MA.png [ 65%] Generating country_MC.png [ 65%] Generating country_MD.png [ 66%] Generating country_ME.png [ 66%] Generating country_MF.png [ 66%] Generating country_MG.png [ 66%] Generating country_MH.png [ 66%] Generating country_MK.png [ 66%] Generating country_ML.png [ 66%] Generating country_MM.png [ 66%] Generating country_MN.png [ 66%] Generating country_MO.png [ 66%] Generating country_MP.png [ 66%] Generating country_MQ.png [ 66%] Generating country_MR.png [ 66%] Generating country_MS.png [ 66%] Generating country_MT.png [ 66%] Generating country_MU.png [ 66%] Generating country_MV.png [ 66%] Generating country_MW.png [ 66%] Generating country_MX.png [ 66%] Generating country_MY.png [ 66%] Generating country_MZ.png [ 66%] Generating country_NA.png [ 66%] Generating country_NC.png [ 66%] Generating country_NE.png [ 67%] Generating country_NF.png [ 67%] Generating country_NG.png [ 67%] Generating country_NI.png [ 67%] Generating country_NL.png [ 67%] Generating country_NO.png [ 67%] Generating country_NP.png [ 67%] Generating country_NR.png [ 67%] Generating country_NU.png [ 67%] Generating country_NZ.png [ 67%] Generating country_OM.png [ 67%] Generating country_PA.png [ 67%] Generating country_PE.png [ 67%] Generating country_PF.png [ 67%] Generating country_PG.png [ 67%] Generating country_PH.png [ 67%] Generating country_PK.png [ 67%] Generating country_PL.png [ 67%] Generating country_PM.png [ 67%] Generating country_PN.png [ 67%] Generating country_PR.png [ 67%] Generating country_PS.png [ 67%] Generating country_PT.png [ 67%] Generating country_PW.png [ 67%] Generating country_PY.png [ 68%] Generating country_QA.png [ 68%] Generating country_RE.png [ 68%] Generating country_RO.png [ 68%] Generating country_RS.png [ 68%] Generating country_RU.png [ 68%] Generating country_RW.png [ 68%] Generating country_SA.png [ 68%] Generating country_SB.png [ 68%] Generating country_SC.png [ 68%] Generating country_SD.png [ 68%] Generating country_SE.png [ 68%] Generating country_SG.png [ 68%] Generating country_SH.png [ 68%] Generating country_SI.png [ 68%] Generating country_SJ.png [ 68%] Generating country_SK.png [ 68%] Generating country_SL.png [ 68%] Generating country_SM.png [ 68%] Generating country_SN.png [ 68%] Generating country_SO.png [ 68%] Generating country_SR.png [ 68%] Generating country_ST.png [ 68%] Generating country_SV.png [ 69%] Generating country_SY.png [ 69%] Generating country_SZ.png [ 69%] Generating country_TC.png [ 69%] Generating country_TD.png [ 69%] Generating country_TF.png [ 69%] Generating country_TG.png [ 69%] Generating country_TH.png [ 69%] Generating country_TJ.png [ 69%] Generating country_TK.png [ 69%] Generating country_TL.png [ 69%] Generating country_TM.png [ 69%] Generating country_TN.png [ 69%] Generating country_TO.png [ 69%] Generating country_TR.png [ 69%] Generating country_TT.png [ 69%] Generating country_TV.png [ 69%] Generating country_TW.png [ 69%] Generating country_TZ.png [ 69%] Generating country_UA.png [ 69%] Generating country_UG.png [ 69%] Generating country_UM.png [ 69%] Generating country_US.png [ 69%] Generating country_UY.png [ 70%] Generating country_UZ.png [ 70%] Generating country_VA.png [ 70%] Generating country_VC.png [ 70%] Generating country_VE.png [ 70%] Generating country_VG.png [ 70%] Generating country_VI.png [ 70%] Generating country_VN.png [ 70%] Generating country_VU.png [ 70%] Generating country_WF.png [ 70%] Generating country_WS.png [ 70%] Generating country_YE.png [ 70%] Generating country_YT.png [ 70%] Generating country_ZA.png [ 70%] Generating country_ZM.png [ 70%] Generating country_ZW.png [ 70%] Generating airport.svg [ 70%] Generating atm.svg [ 70%] Generating attraction.svg [ 70%] Generating autoservice.svg [ 70%] Generating bahai.svg [ 70%] Generating bank.svg [ 70%] Generating bar.svg [ 70%] Generating beer.svg [ 71%] Generating bench.svg [ 71%] Generating bicycle_parking.svg [ 71%] Generating bicycle_rental.svg [ 71%] Generating bicycle_shop.svg [ 71%] Generating biergarten.svg [ 71%] Generating boat_ramp.svg [ 71%] Generating boundary_stone.svg [ 71%] Generating bowling.svg [ 71%] Generating bridge.svg [ 71%] Generating buddhist.svg [ 71%] Generating bus.svg [ 71%] Generating bus_stop.svg [ 71%] Generating cafe.svg [ 71%] Generating camping.svg [ 71%] Generating car_dealer.svg [ 71%] Generating car_rent.svg [ 71%] Generating car_sharing.svg [ 71%] Generating car_wash.svg [ 71%] Generating casino.svg [ 71%] Generating castle.svg [ 71%] Generating cemetery.svg [ 71%] Generating church.svg [ 71%] Generating cinema.svg [ 72%] Generating communication.svg [ 72%] Generating concert.svg [ 72%] Generating crossing.svg [ 72%] Generating cursor.svg [ 72%] Generating cursor225.svg [ 72%] Generating cursor450.svg [ 72%] Generating cursor675.svg [ 72%] Generating cursor_still.svg [ 72%] Generating dam.svg [ 72%] Generating danger.svg [ 72%] Generating danger_area.svg [ 72%] Generating daymark.svg [ 72%] Generating diving.svg [ 72%] Generating drinking_water.svg [ 72%] Generating emergency.svg [ 72%] Generating exit.svg [ 72%] Generating fastfood.svg [ 72%] Generating firebrigade.svg [ 72%] Generating fish.svg [ 72%] Generating forbidden_area.svg [ 72%] Generating fountain.svg [ 72%] Generating fuel.svg [ 72%] Generating ghost_town.svg [ 72%] Generating golf.svg [ 73%] Generating government_building.svg [ 73%] Generating gui_about.svg [ 73%] Generating gui_actions.svg [ 73%] Generating gui_active.svg [ 73%] Generating gui_android_menu.svg [ 73%] Generating gui_arrow_down.svg [ 73%] Generating gui_arrow_left.svg [ 73%] Generating gui_arrow_right.svg [ 73%] Generating gui_arrow_up.svg [ 73%] Generating gui_bookmark.svg [ 73%] Generating gui_display.svg [ 73%] Generating gui_formerdests.svg [ 73%] Generating gui_fullscreen.svg [ 73%] Generating gui_heightprofile.svg [ 73%] Generating gui_help.svg [ 73%] Generating gui_home.svg [ 73%] Generating gui_inactive.svg [ 73%] Generating gui_layers.svg [ 73%] Generating gui_leave_fullscreen.svg [ 73%] Generating gui_log.svg [ 73%] Generating gui_map.svg [ 73%] Generating gui_maps.svg [ 73%] Generating gui_menu.svg [ 74%] Generating gui_minus.svg [ 74%] Generating gui_plus.svg [ 74%] Generating gui_quit.svg [ 74%] Generating gui_rules.svg [ 74%] Generating gui_search.svg [ 74%] Generating gui_select_country.svg [ 74%] Generating gui_select_house_number.svg [ 74%] Generating gui_select_street.svg [ 74%] Generating gui_select_town.svg [ 74%] Generating gui_settings.svg [ 74%] Generating gui_sound.svg [ 74%] Generating gui_sound_off.svg [ 74%] Generating gui_stop.svg [ 74%] Generating gui_strength_0.svg [ 74%] Generating gui_strength_1.svg [ 74%] Generating gui_strength_2.svg [ 74%] Generating gui_strength_3.svg [ 74%] Generating gui_strength_4.svg [ 74%] Generating gui_strength_5.svg [ 74%] Generating gui_tools.svg [ 74%] Generating gui_town.svg [ 74%] Generating gui_vehicle.svg [ 74%] Generating gui_vehicle_pedestrian.svg [ 75%] Generating gui_zoom_auto.svg [ 75%] Generating gui_zoom_in.svg [ 75%] Generating gui_zoom_manual.svg [ 75%] Generating gui_zoom_out.svg [ 75%] Generating gui_zoom_route.svg [ 75%] Generating heliport.svg [ 75%] Generating hindu.svg [ 75%] Generating hospital.svg [ 75%] Generating hotel.svg [ 75%] Generating hotspring.svg [ 75%] Generating hunting_stand.svg [ 75%] Generating ic_notify.svg [ 75%] Generating information.svg [ 75%] Generating islamic.svg [ 75%] Generating jain.svg [ 75%] Generating jewish.svg [ 75%] Generating justice.svg [ 75%] Generating level_crossing.svg [ 75%] Generating library.svg [ 75%] Generating mark.svg [ 75%] Generating memorial.svg [ 75%] Generating menu.svg [ 75%] Generating military.svg [ 76%] Generating mini_roundabout.svg [ 76%] Generating museum.svg [ 76%] Generating nav_destination_bk.svg [ 76%] Generating nav_destination_wh.svg [ 76%] Generating nav_exit_left_bk.svg [ 76%] Generating nav_exit_left_wh.svg [ 76%] Generating nav_exit_right_bk.svg [ 76%] Generating nav_exit_right_wh.svg [ 76%] Generating nav_keep_left_bk.svg [ 76%] Generating nav_keep_left_wh.svg [ 76%] Generating nav_keep_right_bk.svg [ 76%] Generating nav_keep_right_wh.svg [ 76%] Generating nav_left_1_bk.svg [ 76%] Generating nav_left_1_wh.svg [ 76%] Generating nav_left_2_bk.svg [ 76%] Generating nav_left_2_wh.svg [ 76%] Generating nav_left_3_bk.svg [ 76%] Generating nav_left_3_wh.svg [ 76%] Generating nav_merge_left_bk.svg [ 76%] Generating nav_merge_left_wh.svg [ 76%] Generating nav_merge_right_bk.svg [ 76%] Generating nav_merge_right_wh.svg [ 76%] Generating nav_right_1_bk.svg [ 77%] Generating nav_right_1_wh.svg [ 77%] Generating nav_right_2_bk.svg [ 77%] Generating nav_right_2_wh.svg [ 77%] Generating nav_right_3_bk.svg [ 77%] Generating nav_right_3_wh.svg [ 77%] Generating nav_roundabout_l1_bk.svg [ 77%] Generating nav_roundabout_l1_wh.svg [ 77%] Generating nav_roundabout_l2_bk.svg [ 77%] Generating nav_roundabout_l2_wh.svg [ 77%] Generating nav_roundabout_l3_bk.svg [ 77%] Generating nav_roundabout_l3_wh.svg [ 77%] Generating nav_roundabout_l4_bk.svg [ 77%] Generating nav_roundabout_l4_wh.svg [ 77%] Generating nav_roundabout_l5_bk.svg [ 77%] Generating nav_roundabout_l5_wh.svg [ 77%] Generating nav_roundabout_l6_bk.svg [ 77%] Generating nav_roundabout_l6_wh.svg [ 77%] Generating nav_roundabout_l7_bk.svg [ 77%] Generating nav_roundabout_l7_wh.svg [ 77%] Generating nav_roundabout_l8_bk.svg [ 77%] Generating nav_roundabout_l8_wh.svg [ 77%] Generating nav_roundabout_r1_bk.svg [ 77%] Generating nav_roundabout_r1_wh.svg [ 78%] Generating nav_roundabout_r2_bk.svg [ 78%] Generating nav_roundabout_r2_wh.svg [ 78%] Generating nav_roundabout_r3_bk.svg [ 78%] Generating nav_roundabout_r3_wh.svg [ 78%] Generating nav_roundabout_r4_bk.svg [ 78%] Generating nav_roundabout_r4_wh.svg [ 78%] Generating nav_roundabout_r5_bk.svg [ 78%] Generating nav_roundabout_r5_wh.svg [ 78%] Generating nav_roundabout_r6_bk.svg [ 78%] Generating nav_roundabout_r6_wh.svg [ 78%] Generating nav_roundabout_r7_bk.svg [ 78%] Generating nav_roundabout_r7_wh.svg [ 78%] Generating nav_roundabout_r8_bk.svg [ 78%] Generating nav_roundabout_r8_wh.svg [ 78%] Generating nav_straight_bk.svg [ 78%] Generating nav_straight_wh.svg [ 78%] Generating nav_turnaround_left_bk.svg [ 78%] Generating nav_turnaround_left_wh.svg [ 78%] Generating nav_turnaround_right_bk.svg [ 78%] Generating nav_turnaround_right_wh.svg [ 78%] Generating navit.svg [ 78%] Generating pagan.svg [ 78%] Generating parking.svg [ 78%] Generating pastafarian.svg [ 79%] Generating peak.svg [ 79%] Generating pharmacy.svg [ 79%] Generating picnic.svg [ 79%] Generating playground.svg [ 79%] Generating police.svg [ 79%] Generating post.svg [ 79%] Generating public_office.svg [ 79%] Generating rail_station.svg [ 79%] Generating repair_service.svg [ 79%] Generating resort.svg [ 79%] Generating restaurant.svg [ 79%] Generating ruins.svg [ 79%] Generating school.svg [ 79%] Generating shelter.svg [ 79%] Generating shinto.svg [ 79%] Generating shop_apparel.svg [ 79%] Generating shop_computer.svg [ 79%] Generating shop_department.svg [ 79%] Generating shop_grocery.svg [ 79%] Generating shopping.svg [ 79%] Generating sikh.svg [ 79%] Generating skiing.svg [ 79%] Generating sport.svg [ 80%] Generating stadium.svg [ 80%] Generating status_calculating_bk.svg [ 80%] Generating status_calculating_wh.svg [ 80%] Generating status_no_destination_bk.svg [ 80%] Generating status_no_destination_wh.svg [ 80%] Generating status_no_route_bk.svg [ 80%] Generating status_no_route_wh.svg [ 80%] Generating status_position_wait_bk.svg [ 80%] Generating status_position_wait_wh.svg [ 80%] Generating status_recalculating_bk.svg [ 80%] Generating status_recalculating_wh.svg [ 80%] Generating status_routing_bk.svg [ 80%] Generating status_routing_wh.svg [ 80%] Generating swimming.svg [ 80%] Generating taoist.svg [ 80%] Generating taxi.svg [ 80%] Generating tec_common.svg [ 80%] Generating telephone.svg [ 80%] Generating theater.svg [ 80%] Generating toggle_fullscreen.svg [ 80%] Generating toilets.svg [ 80%] Generating tomtom_minus.svg [ 80%] Generating tomtom_plus.svg [ 81%] Generating tower.svg [ 81%] Generating townhall.svg [ 81%] Generating traffic_signals.svg [ 81%] Generating unknown.svg [ 81%] Generating viewpoint.svg [ 81%] Generating wifi.svg [ 81%] Generating worship.svg [ 81%] Generating zipcode.svg [ 81%] Generating zoo.svg [ 81%] Generating zoom_in.svg [ 81%] Generating zoom_out.svg [ 81%] Generating country_.svgz [ 81%] Generating country_AD.svgz [ 81%] Generating country_AE.svgz [ 81%] Generating country_AF.svgz [ 81%] Generating country_AG.svgz [ 81%] Generating country_AI.svgz [ 81%] Generating country_AL.svgz [ 81%] Generating country_AM.svgz [ 81%] Generating country_AN.svgz [ 81%] Generating country_AO.svgz [ 81%] Generating country_AQ.svgz [ 81%] Generating country_AR.svgz [ 82%] Generating country_AS.svgz [ 82%] Generating country_AT.svgz [ 82%] Generating country_AU.svgz [ 82%] Generating country_AW.svgz [ 82%] Generating country_AX.svgz [ 82%] Generating country_AZ.svgz [ 82%] Generating country_BA.svgz [ 82%] Generating country_BB.svgz [ 82%] Generating country_BD.svgz [ 82%] Generating country_BE.svgz [ 82%] Generating country_BF.svgz [ 82%] Generating country_BG.svgz [ 82%] Generating country_BH.svgz [ 82%] Generating country_BI.svgz [ 82%] Generating country_BJ.svgz [ 82%] Generating country_BL.svgz [ 82%] Generating country_BM.svgz [ 82%] Generating country_BN.svgz [ 82%] Generating country_BO.svgz [ 82%] Generating country_BR.svgz [ 82%] Generating country_BS.svgz [ 82%] Generating country_BT.svgz [ 82%] Generating country_BV.svgz [ 83%] Generating country_BW.svgz [ 83%] Generating country_BY.svgz [ 83%] Generating country_BZ.svgz [ 83%] Generating country_CA.svgz [ 83%] Generating country_CC.svgz [ 83%] Generating country_CD.svgz [ 83%] Generating country_CF.svgz [ 83%] Generating country_CG.svgz [ 83%] Generating country_CH.svgz [ 83%] Generating country_CI.svgz [ 83%] Generating country_CK.svgz [ 83%] Generating country_CL.svgz [ 83%] Generating country_CM.svgz [ 83%] Generating country_CN.svgz [ 83%] Generating country_CO.svgz [ 83%] Generating country_CR.svgz [ 83%] Generating country_CU.svgz [ 83%] Generating country_CV.svgz [ 83%] Generating country_CX.svgz [ 83%] Generating country_CY.svgz [ 83%] Generating country_CZ.svgz [ 83%] Generating country_DE.svgz [ 83%] Generating country_DJ.svgz [ 83%] Generating country_DK.svgz [ 84%] Generating country_DM.svgz [ 84%] Generating country_DO.svgz [ 84%] Generating country_DZ.svgz [ 84%] Generating country_EC.svgz [ 84%] Generating country_EE.svgz [ 84%] Generating country_EG.svgz [ 84%] Generating country_EH.svgz [ 84%] Generating country_ER.svgz [ 84%] Generating country_ES.svgz [ 84%] Generating country_ET.svgz [ 84%] Generating country_FI.svgz [ 84%] Generating country_FJ.svgz [ 84%] Generating country_FK.svgz [ 84%] Generating country_FM.svgz [ 84%] Generating country_FO.svgz [ 84%] Generating country_FR.svgz [ 84%] Generating country_GA.svgz [ 84%] Generating country_GB.svgz [ 84%] Generating country_GD.svgz [ 84%] Generating country_GE.svgz [ 84%] Generating country_GF.svgz [ 84%] Generating country_GG.svgz [ 84%] Generating country_GH.svgz [ 85%] Generating country_GI.svgz [ 85%] Generating country_GL.svgz [ 85%] Generating country_GM.svgz [ 85%] Generating country_GN.svgz [ 85%] Generating country_GP.svgz [ 85%] Generating country_GQ.svgz [ 85%] Generating country_GR.svgz [ 85%] Generating country_GS.svgz [ 85%] Generating country_GT.svgz [ 85%] Generating country_GU.svgz [ 85%] Generating country_GW.svgz [ 85%] Generating country_GY.svgz [ 85%] Generating country_HK.svgz [ 85%] Generating country_HM.svgz [ 85%] Generating country_HN.svgz [ 85%] Generating country_HR.svgz [ 85%] Generating country_HT.svgz [ 85%] Generating country_HU.svgz [ 85%] Generating country_ID.svgz [ 85%] Generating country_IE.svgz [ 85%] Generating country_IL.svgz [ 85%] Generating country_IM.svgz [ 85%] Generating country_IN.svgz [ 86%] Generating country_IO.svgz [ 86%] Generating country_IQ.svgz [ 86%] Generating country_IR.svgz [ 86%] Generating country_IS.svgz [ 86%] Generating country_IT.svgz [ 86%] Generating country_JE.svgz [ 86%] Generating country_JM.svgz [ 86%] Generating country_JO.svgz [ 86%] Generating country_JP.svgz [ 86%] Generating country_KE.svgz [ 86%] Generating country_KG.svgz [ 86%] Generating country_KH.svgz [ 86%] Generating country_KI.svgz [ 86%] Generating country_KM.svgz [ 86%] Generating country_KN.svgz [ 86%] Generating country_KP.svgz [ 86%] Generating country_KR.svgz [ 86%] Generating country_KW.svgz [ 86%] Generating country_KY.svgz [ 86%] Generating country_KZ.svgz [ 86%] Generating country_LA.svgz [ 86%] Generating country_LB.svgz [ 86%] Generating country_LC.svgz [ 87%] Generating country_LI.svgz [ 87%] Generating country_LK.svgz [ 87%] Generating country_LR.svgz [ 87%] Generating country_LS.svgz [ 87%] Generating country_LT.svgz [ 87%] Generating country_LU.svgz [ 87%] Generating country_LV.svgz [ 87%] Generating country_LY.svgz [ 87%] Generating country_MA.svgz [ 87%] Generating country_MC.svgz [ 87%] Generating country_MD.svgz [ 87%] Generating country_ME.svgz [ 87%] Generating country_MF.svgz [ 87%] Generating country_MG.svgz [ 87%] Generating country_MH.svgz [ 87%] Generating country_MK.svgz [ 87%] Generating country_ML.svgz [ 87%] Generating country_MM.svgz [ 87%] Generating country_MN.svgz [ 87%] Generating country_MO.svgz [ 87%] Generating country_MP.svgz [ 87%] Generating country_MQ.svgz [ 87%] Generating country_MR.svgz [ 88%] Generating country_MS.svgz [ 88%] Generating country_MT.svgz [ 88%] Generating country_MU.svgz [ 88%] Generating country_MV.svgz [ 88%] Generating country_MW.svgz [ 88%] Generating country_MX.svgz [ 88%] Generating country_MY.svgz [ 88%] Generating country_MZ.svgz [ 88%] Generating country_NA.svgz [ 88%] Generating country_NC.svgz [ 88%] Generating country_NE.svgz [ 88%] Generating country_NF.svgz [ 88%] Generating country_NG.svgz [ 88%] Generating country_NI.svgz [ 88%] Generating country_NL.svgz [ 88%] Generating country_NO.svgz [ 88%] Generating country_NP.svgz [ 88%] Generating country_NR.svgz [ 88%] Generating country_NU.svgz [ 88%] Generating country_NZ.svgz [ 88%] Generating country_OM.svgz [ 88%] Generating country_PA.svgz [ 88%] Generating country_PE.svgz [ 89%] Generating country_PF.svgz [ 89%] Generating country_PG.svgz [ 89%] Generating country_PH.svgz [ 89%] Generating country_PK.svgz [ 89%] Generating country_PL.svgz [ 89%] Generating country_PM.svgz [ 89%] Generating country_PN.svgz [ 89%] Generating country_PR.svgz [ 89%] Generating country_PS.svgz [ 89%] Generating country_PT.svgz [ 89%] Generating country_PW.svgz [ 89%] Generating country_PY.svgz [ 89%] Generating country_QA.svgz [ 89%] Generating country_RE.svgz [ 89%] Generating country_RO.svgz [ 89%] Generating country_RS.svgz [ 89%] Generating country_RU.svgz [ 89%] Generating country_RW.svgz [ 89%] Generating country_SA.svgz [ 89%] Generating country_SB.svgz [ 89%] Generating country_SC.svgz [ 89%] Generating country_SD.svgz [ 89%] Generating country_SE.svgz [ 89%] Generating country_SG.svgz [ 90%] Generating country_SH.svgz [ 90%] Generating country_SI.svgz [ 90%] Generating country_SJ.svgz [ 90%] Generating country_SK.svgz [ 90%] Generating country_SL.svgz [ 90%] Generating country_SM.svgz [ 90%] Generating country_SN.svgz [ 90%] Generating country_SO.svgz [ 90%] Generating country_SR.svgz [ 90%] Generating country_ST.svgz [ 90%] Generating country_SV.svgz [ 90%] Generating country_SY.svgz [ 90%] Generating country_SZ.svgz [ 90%] Generating country_TC.svgz [ 90%] Generating country_TD.svgz [ 90%] Generating country_TF.svgz [ 90%] Generating country_TG.svgz [ 90%] Generating country_TH.svgz [ 90%] Generating country_TJ.svgz [ 90%] Generating country_TK.svgz [ 90%] Generating country_TL.svgz [ 90%] Generating country_TM.svgz [ 90%] Generating country_TN.svgz [ 91%] Generating country_TO.svgz [ 91%] Generating country_TR.svgz [ 91%] Generating country_TT.svgz [ 91%] Generating country_TV.svgz [ 91%] Generating country_TW.svgz [ 91%] Generating country_TZ.svgz [ 91%] Generating country_UA.svgz [ 91%] Generating country_UG.svgz [ 91%] Generating country_UM.svgz [ 91%] Generating country_US.svgz [ 91%] Generating country_UY.svgz [ 91%] Generating country_UZ.svgz [ 91%] Generating country_VA.svgz [ 91%] Generating country_VC.svgz [ 91%] Generating country_VE.svgz [ 91%] Generating country_VG.svgz [ 91%] Generating country_VI.svgz [ 91%] Generating country_VN.svgz [ 91%] Generating country_VU.svgz [ 91%] Generating country_WF.svgz [ 91%] Generating country_WS.svgz [ 91%] Generating country_YE.svgz [ 91%] Generating country_YT.svgz [ 92%] Generating country_ZA.svgz [ 92%] Generating country_ZM.svgz [ 92%] Generating country_ZW.svgz [ 92%] Generating bus_halt.xpm [ 92%] Generating dumping_station.xpm [ 92%] Generating flag_bk_tr.xpm [ 92%] Generating flag_bk_wh.xpm [ 92%] Generating flag_bl_wh.xpm [ 92%] Generating flag_wh_bk.xpm [ 92%] Generating gc_event.xpm [ 92%] Generating gc_multi.xpm [ 92%] Generating gc_mystery.xpm [ 92%] Generating gc_question.xpm [ 92%] Generating gc_reference.xpm [ 92%] Generating gc_stages.xpm [ 92%] Generating gc_tradi.xpm [ 92%] Generating gc_webcam.xpm [ 92%] Generating gui_sound_32.xpm [ 92%] Generating gui_sound_off_32.xpm [ 92%] Generating highway_exit.xpm [ 92%] Generating nav_left_1.xpm [ 92%] Generating nav_left_1_32.xpm [ 92%] Generating nav_left_2.xpm [ 93%] Generating nav_left_2_32.xpm [ 93%] Generating nav_right_1.xpm [ 93%] Generating nav_right_1_32.xpm [ 93%] Generating nav_right_2.xpm [ 93%] Generating nav_right_2_32.xpm [ 93%] Generating nav_straight.xpm [ 93%] Generating nav_straight_32.xpm [ 93%] Generating restroom.xpm [ 93%] Generating trailerpark.xpm [ 93%] Built target images Scanning dependencies of target sample_map [ 93%] Generating osm_bbox_11.3,47.9,11.7,48.2.osm.bz2 Downloading http://www.navit-project.org/maps/osm_bbox_11.3,47.9,11.7,48.2.osm.bz2 **-- [download 100% complete] CMake Error at /home/futura/Downloads/navit-0.5.3/cmake/navit_download.cmake:7 (message): Download of sample map from http://www.navit-project.org/maps/osm_bbox_11.3,47.9,11.7,48.2.osm.bz2 failed: "HTTP response code said error" To disable the sample map, run cmake with -DSAMPLE_MAP=n . navit/maps/CMakeFiles/sample_map.dir/build.make:69: recipe for target 'navit/maps/osm_bbox_11.3,47.9,11.7,48.2.osm.bz2' failed make[2]: *** [navit/maps/osm_bbox_11.3,47.9,11.7,48.2.osm.bz2] Error 1 CMakeFiles/Makefile2:2357: recipe for target 'navit/maps/CMakeFiles/sample_map.dir/all' failed make[1]: *** [navit/maps/CMakeFiles/sample_map.dir/all] Error 2 Makefile:151: recipe for target 'all' failed make: *** [all] Error 2**
anantha-vidhya commented 2 years ago

THIS IS cmake ../navit-0.5.3 -DSAMPLE_MAP=n

Build Log with SAMPLE_MAP=n futura@futura-Lenovo-Legion-Y540-15IRH-PG0:~/Downloads/navit-build$ cmake ../navit-0.5.3 -DSAMPLE_MAP=n -- Building with CMake V3.10.2 -- The C compiler identification is GNU 7.5.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- The CXX compiler identification is GNU 7.5.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- LIBDIR variable is not defined. It will be autodetected now. -- You can set it manually with -DLIBDIR= -- LIB_DIR (highest subdirectory if LIBDIR) is set to 'lib64/navit' -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Checking for module 'glib-2.0' -- Found glib-2.0, version 2.56.4 -- Found Glib -- Checking for module 'gmodule-2.0' -- Found gmodule-2.0, version 2.56.4 -- Found Gmodule -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") -- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "2.8.1") -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found SDL: /usr/lib/x86_64-linux-gnu/libSDLmain.a;/usr/lib/x86_64-linux-gnu/libSDL.so;-lpthread (found version "1.2.15") -- Found SDL_ttf: /usr/lib/x86_64-linux-gnu/libSDL_ttf.so (found version "2.0.11") -- Found SDL_image: /usr/lib/x86_64-linux-gnu/libSDL_image.so (found version "1.2.12") -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so -- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- Found GTK2: /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so;/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so;/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so;/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so;/usr/lib/x86_64-linux-gnu/libgthread-2.0.so;/usr/lib/x86_64-linux-gnu/libgobject-2.0.so;/usr/lib/x86_64-linux-gnu/libpango-1.0.so;/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so;/usr/lib/x86_64-linux-gnu/libatk-1.0.so -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.6.34") -- Checking for module 'dbus-1' -- Found dbus-1, version 1.12.2 -- Found DBus -- Checking for module 'dbus-glib-1' -- Found dbus-glib-1, version 0.110 -- Found DBusGLib -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.6m.so (found version "3.6.9") -- Checking for module 'fontconfig' -- Found fontconfig, version 2.12.6 CMake Warning at CMakeLists.txt:172 (find_package): By not providing "FindQt5Positioning.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Positioning", but CMake did not find one. Could not find a package configuration file provided by "Qt5Positioning" with any of the following names: Qt5PositioningConfig.cmake qt5positioning-config.cmake Add the installation prefix of "Qt5Positioning" to CMAKE_PREFIX_PATH or set "Qt5Positioning_DIR" to a directory containing one of the above files. If "Qt5Positioning" provides a separate development package or SDK, be sure it has been installed. CMake Warning at CMakeLists.txt:179 (find_package): By not providing "FindQt5Multimedia.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Multimedia", but CMake did not find one. Could not find a package configuration file provided by "Qt5Multimedia" with any of the following names: Qt5MultimediaConfig.cmake qt5multimedia-config.cmake Add the installation prefix of "Qt5Multimedia" to CMAKE_PREFIX_PATH or set "Qt5Multimedia_DIR" to a directory containing one of the above files. If "Qt5Multimedia" provides a separate development package or SDK, be sure it has been installed. -- Checking for module 'liblocation' -- No package 'liblocation' found -- Checking for module 'libosso' -- No package 'libosso' found -- Checking for module 'libgps' -- Found libgps, version 3.17 -- Checking for module 'libgps>=2.90' -- Found libgps, version 3.17 -- Checking for module 'libgps>=3.1' -- Found libgps, version 3.17 -- Checking for module 'libgarmin' -- Found libgarmin, version 0.1 -- Checking for module 'imlib2' -- Found imlib2, version 1.4.10 -- Looking for include file wordexp.h -- Looking for include file wordexp.h - found -- Looking for include file endian.h -- Looking for include file endian.h - found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Looking for include file byteswap.h -- Looking for include file byteswap.h - found -- Looking for gypsy_control_get_default in gypsy -- Looking for gypsy_control_get_default in gypsy - not found -- Looking for include file libspeechd.h -- Looking for include file libspeechd.h - found -- Looking for include file sys/socket.h -- Looking for include file sys/socket.h - found -- Looking for include file sys/shm.h -- Looking for include file sys/shm.h - found -- Looking for snprintf -- Looking for snprintf - found -- Looking for include file locale.h -- Looking for include file locale.h - found -- Looking for include file libintl.h -- Looking for include file libintl.h - found -- Looking for include file sys/time.h -- Looking for include file sys/time.h - found -- Looking for include file getopt.h -- Looking for include file getopt.h - found -- Looking for include file string.h -- Looking for include file string.h - found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Looking for system -- Looking for system - found -- Looking for CreateProcess -- Looking for CreateProcess - not found -- Looking for stpcpy -- Looking for stpcpy - found -- Looking for sbrk -- Looking for sbrk - found -- Looking for getdelim -- Looking for getdelim - found -- Looking for getline -- Looking for getline - found -- Looking for fsync -- Looking for fsync - found -- Looking for libintl_fprintf in intl -- Looking for libintl_fprintf in intl - not found -- Checking for module 'fribidi' -- Found fribidi, version 0.19.7 -- Checking for module 'fribidi>=0.19.0' -- Found fribidi, version 0.19.7 -- Looking for FreeImage_Load in freeimage -- Looking for FreeImage_Load in freeimage - found -- opengl found: /usr/lib/x86_64-linux-gnu/libGL.so -- Found XSLT processor: /usr/bin/xsltproc -- Looking for getifaddrs -- Looking for getifaddrs - found -- SVG2PNG-Converter: /usr/bin/rsvg-convert -- Use plugins: MODULE -- Looking for include file malloc.h -- Looking for include file malloc.h - found -- Looking for include files sys/param.h, sys/mount.h -- Looking for include files sys/param.h, sys/mount.h - found -- Looking for include file unistd.h -- Looking for include file unistd.h - found -- Looking for getcwd -- Looking for getcwd - found -- Looking for memalign -- Looking for memalign - found -- Looking for valloc -- Looking for valloc - found -- Looking for posix_memalign -- Looking for posix_memalign - found -- Looking for popen -- Looking for popen - found -- Looking for _atoi64 -- Looking for _atoi64 - not found -- Performing Test FLAG_AVAILABLE_C_-Wno-missing-field-initializers -- Performing Test FLAG_AVAILABLE_C_-Wno-missing-field-initializers - Success -- Performing Test FLAG_AVAILABLE_CXX_-Wno-missing-field-initializers -- Performing Test FLAG_AVAILABLE_CXX_-Wno-missing-field-initializers - Success -- Performing Test FLAG_AVAILABLE_C_-Wextra -- Performing Test FLAG_AVAILABLE_C_-Wextra - Success -- Performing Test FLAG_AVAILABLE_CXX_-Wextra -- Performing Test FLAG_AVAILABLE_CXX_-Wextra - Success -- Performing Test FLAG_AVAILABLE_C_-Wmissing-prototypes -- Performing Test FLAG_AVAILABLE_C_-Wmissing-prototypes - Success -- Performing Test FLAG_AVAILABLE_CXX_-Wmissing-prototypes -- Performing Test FLAG_AVAILABLE_CXX_-Wmissing-prototypes - Failed -- Performing Test FLAG_AVAILABLE_C_-Wstrict-prototypes -- Performing Test FLAG_AVAILABLE_C_-Wstrict-prototypes - Success -- Performing Test FLAG_AVAILABLE_CXX_-Wstrict-prototypes -- Performing Test FLAG_AVAILABLE_CXX_-Wstrict-prototypes - Failed -- Performing Test FLAG_AVAILABLE_C_-Wformat-security -- Performing Test FLAG_AVAILABLE_C_-Wformat-security - Success -- Performing Test FLAG_AVAILABLE_CXX_-Wformat-security -- Performing Test FLAG_AVAILABLE_CXX_-Wformat-security - Success Summary: --->>> autoload Disabled osso ( Default ) --->>> binding Enabled dbus ( dbus-glib-1 found ) Enabled python ( python libraries [3.6.9] found ) Disabled win32 ( Default ) --->>> font Enabled freetype ( freetype found ) --->>> graphics Disabled android ( FreeType library not found ) Disabled cocoa ( Default ) Disabled egl ( Required library not found ) Disabled gd ( FreeType library not found ) Enabled gtk_drawing_area ( GTK libs found ) Enabled null ( Default ) Enabled opengl ( Found OpenGL ) Enabled qt5 ( Qt5 found ) Disabled qt_qpainter ( Qt libraries not found ) Enabled sdl ( SDL/SDL_image libs found ) --->>> gui Enabled gtk ( GTK libs found ) Enabled internal ( Default ) Disabled qml ( Qt Declarative not found ) Enabled qt5_qml ( Qt5 found ) --->>> map Enabled binfile ( Default ) Enabled csv ( Default ) Enabled filter ( Default ) Enabled garmin ( Garmin library found ) Enabled mg ( Default ) Enabled shapefile ( Default ) Enabled textfile ( Default ) --->>> osd Enabled core ( Default ) --->>> plugin Disabled j1850 ( Default ) Disabled pedestrian ( Default ) --->>> speech Disabled android ( Default ) Enabled cmdline ( system() call is available ) Enabled dbus ( dbus-glib-1 found ) Disabled espeak ( Default ) Disabled iphone ( Default ) Disabled qt5_espeak ( Qt5 multimedia not found ) Enabled speech_dispatcher ( speech_dispatcher lib found ) --->>> support Disabled espeak ( Default ) Disabled ezxml ( native Glib found ) Disabled gettext_intl ( native libintl found ) Disabled glib ( native Glib found ) Disabled libpng ( native libpng found ) Enabled shapefile ( Default ) Disabled wordexp ( native wordexp found ) Disabled zlib ( native zlib found ) --->>> vehicle Disabled android ( Default ) Enabled demo ( Default ) Enabled file ( Default ) Enabled gpsd ( gpsd lib found ) Enabled gpsd_dbus ( dbus-glib-1 found ) Disabled gypsy ( gypsy lib not found ) Disabled iphone ( Default ) Disabled maemo ( Default ) Disabled null ( Default ) Disabled qt5 ( Qt5 libraries not found ) Disabled wince ( Default ) --->>> Features Enabled BUILD_MAPTOOL ( default ) Disabled DBUS_USE_SYSTEM_BUS ( default ) Disabled INTERNAL_ESPEAK_COMPLETE ( build complete internal libespeak ) Enabled NETWORK_INFO ( ifaddrs.h found ) Disabled SAMPLE_MAP ( User defined ) Enabled SVG2PNG ( default ) Enabled USE_NATIVE_LANGUAGE_SUPPORT ( Gettext found ) Enabled USE_PLUGINS ( default ) Enabled USE_QML ( Qt5Quick found ) Enabled USE_QWIDGET ( Qt5Widgets found ) Enabled USE_ROUTING ( default ) Enabled USE_SVG ( default ) Enabled XSL_PROCESSING ( default ) Processing XSLT files: NONE See navit/xslt for available XSLT files, and put them into cache variable 'XSLTS' (without extension .xslt). To configure your build use 'cmake -L' to find changeable variables and run cmake again with 'cmake -D = ...'. -- Configuring done -- Generating done -- Build files have been written to: /home/futura/Downloads/navit-build futura@futura-Lenovo-Legion-Y540-15IRH-PG0:~/Downloads/navit-build$ **make** Scanning dependencies of target fib [ 0%] Building C object navit/fib-1.1/CMakeFiles/fib.dir/fib.c.o [ 0%] Linking C static library libfib.a [ 0%] Built target fib Scanning dependencies of target git_version -- Cannot determine current git commit - git error: 'fatal: not a git repository (or any of the parent directories): .git' -- Cannot determine current git hash - git error: 'fatal: not a git repository (or any of the parent directories): .git' -- Git commit: xdevxgitxnotxfound -- Git date: 7001010530 [ 0%] Built target git_version Scanning dependencies of target navit_core [ 0%] Building C object navit/CMakeFiles/navit_core.dir/announcement.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/atom.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/attr.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/cache.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/callback.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/command.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/config_.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/coord.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/country.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/data_window.c.o [ 0%] Building C object navit/CMakeFiles/navit_core.dir/debug.c.o /home/futura/Downloads/navit-0.5.3/navit/debug.c: In function ‘sigsegv’: /home/futura/Downloads/navit-0.5.3/navit/debug.c:81:5: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system(buffer); ^~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/debug.c: In function ‘debug_malloc’: /home/futura/Downloads/navit-0.5.3/navit/debug.c:497:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] head->return_address[1]=__builtin_return_address(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/debug.c:498:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] head->return_address[2]=__builtin_return_address(2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/debug.c:499:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] head->return_address[3]=__builtin_return_address(3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/debug.c:500:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] head->return_address[4]=__builtin_return_address(4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/debug.c:501:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] head->return_address[5]=__builtin_return_address(5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/debug.c:502:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] head->return_address[6]=__builtin_return_address(6); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/debug.c:503:29: warning: calling ‘__builtin_return_address’ with a nonzero argument is unsafe [-Wframe-address] head->return_address[7]=__builtin_return_address(7); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 1%] Building C object navit/CMakeFiles/navit_core.dir/event.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/file.c.o /home/futura/Downloads/navit-0.5.3/navit/file.c: In function ‘file_http_request’: /home/futura/Downloads/navit-0.5.3/navit/file.c:103:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(file->fd, request, strlen(request)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 1%] Building C object navit/CMakeFiles/navit_core.dir/geom.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/graphics.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/gui.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/item.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/layout.c.o /home/futura/Downloads/navit-0.5.3/navit/layout.c: In function ‘layer_set_attr_do’: /home/futura/Downloads/navit-0.5.3/navit/layout.c:251:9: warning: this statement may fall through [-Wimplicit-fallthrough=] obj->func->iter_destroy(iter); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/layout.c:252:5: note: here default: ^~~~~~~ [ 1%] Building C object navit/CMakeFiles/navit_core.dir/log.c.o /home/futura/Downloads/navit-0.5.3/navit/log.c: In function ‘log_flush’: /home/futura/Downloads/navit-0.5.3/navit/log.c:242:9: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result] ftruncate(fileno(this_->f), pos); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 1%] Building C object navit/CMakeFiles/navit_core.dir/main.c.o /home/futura/Downloads/navit-0.5.3/navit/main.c: In function ‘main_init’: /home/futura/Downloads/navit-0.5.3/navit/main.c:343:9: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] getcwd(buffer, PATH_MAX); /* libc of navit returns "dummy" */ ^~~~~~~~~~~~~~~~~~~~~~~~ [ 1%] Building C object navit/CMakeFiles/navit_core.dir/map.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/maps.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/linguistics.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/mapset.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/maptype.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/menu.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/messages.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/bookmarks.c.o /home/futura/Downloads/navit-0.5.3/navit/bookmarks.c: In function ‘bookmarks_set_center_from_file’: /home/futura/Downloads/navit-0.5.3/navit/bookmarks.c:417:5: warning: ignoring return value of ‘getline’, declared with attribute warn_unused_result [-Wunused-result] getline(&line, &line_size, f); [ 1%] Building C object navit/CMakeFiles/navit_core.dir/navit.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/navit_nls.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/navigation.c.o /home/futura/Downloads/navit-0.5.3/navit/navigation.c: In function ‘navigation_map_item_attr_get’: /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4049:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (cmd) { ^ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4053:9: note: here case 3: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4055:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (prev) { ^ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4059:9: note: here case 4: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4061:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (prev) { ^ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4065:9: note: here case 5: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4067:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (prev) { ^ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4071:9: note: here case 6: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4074:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (prev) { ^ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4078:9: note: here case 7: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4086:29: warning: this statement may fall through [-Wimplicit-fallthrough=] this_->debug_idx++; ~~~~~~~~~~~~~~~~^~ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4087:9: note: here case 8: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4089:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (prev) { ^ /home/futura/Downloads/navit-0.5.3/navit/navigation.c:4112:9: note: here default: ^~~~~~~ [ 1%] Building C object navit/CMakeFiles/navit_core.dir/osd.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/param.c.o [ 1%] Building C object navit/CMakeFiles/navit_core.dir/phrase.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/plugin.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/popup.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/profile.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/profile_option.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/projection.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/roadprofile.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/route.c.o /home/futura/Downloads/navit-0.5.3/navit/route.c: In function ‘rm_get_item’: /home/futura/Downloads/navit-0.5.3/navit/route.c:3685:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (route->pos) { ^ /home/futura/Downloads/navit-0.5.3/navit/route.c:3690:5: note: here case type_route_start: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/route.c:3693:17: warning: this statement may fall through [-Wimplicit-fallthrough=] mr->dest=mr->mpriv->route->destinations; ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/route.c:3694:5: note: here default: ^~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/route.c:3728:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (mr->mpriv->route->destinations) ^ /home/futura/Downloads/navit-0.5.3/navit/route.c:3730:5: note: here case type_route_end: ^~~~ [ 2%] Building C object navit/CMakeFiles/navit_core.dir/script.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/search.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/speech.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/start_real.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/sunriset.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/transform.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/track.c.o /home/futura/Downloads/navit-0.5.3/navit/track.c: In function ‘tracking_update’: /home/futura/Downloads/navit-0.5.3/navit/track.c:683:14: warning: ‘time_attr.u.str’ may be used uninitialized in this function [-Wmaybe-uninitialized] time=iso8601_to_secs(time_attr.u.str); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 2%] Building C object navit/CMakeFiles/navit_core.dir/search_houseno_interpol.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/util.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/vehicle.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/vehicleprofile.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/xmlconfig.c.o [ 2%] Building C object navit/CMakeFiles/navit_core.dir/event_glib.c.o [ 2%] Linking C static library libnavit_core.a [ 2%] Built target navit_core Scanning dependencies of target navit [ 2%] Building C object navit/CMakeFiles/navit.dir/start.c.o [ 2%] Linking C executable navit [ 2%] Built target navit Scanning dependencies of target navit_config_xml [ 2%] Copy navit.dtd to /home/futura/Downloads/navit-build/navit/navit.dtd [ 2%] Generating navit.xml [ 2%] Built target navit_config_xml Scanning dependencies of target support_shapefile [ 2%] Building C object navit/support/shapefile/CMakeFiles/support_shapefile.dir/dbfopen.c.o [ 2%] Building C object navit/support/shapefile/CMakeFiles/support_shapefile.dir/shpopen.c.o [ 2%] Building C object navit/support/shapefile/CMakeFiles/support_shapefile.dir/shptree.c.o [ 2%] Linking C static library libsupport_shapefile.a [ 2%] Built target support_shapefile Scanning dependencies of target font_freetype [ 2%] Building C object navit/font/freetype/CMakeFiles/font_freetype.dir/font_freetype.c.o [ 2%] Linking C shared module .libs/libfont_freetype.so [ 2%] Built target font_freetype Scanning dependencies of target graphics_gtk_drawing_area [ 2%] Building C object navit/graphics/gtk_drawing_area/CMakeFiles/graphics_gtk_drawing_area.dir/graphics_gtk_drawing_area.c.o [ 2%] Linking C shared module .libs/libgraphics_gtk_drawing_area.so [ 2%] Built target graphics_gtk_drawing_area Scanning dependencies of target graphics_opengl [ 2%] Building C object navit/graphics/opengl/CMakeFiles/graphics_opengl.dir/graphics_opengl.c.o [ 2%] Linking C shared module .libs/libgraphics_opengl.so [ 2%] Built target graphics_opengl Scanning dependencies of target graphics_sdl [ 2%] Building C object navit/graphics/sdl/CMakeFiles/graphics_sdl.dir/graphics_sdl.c.o [ 2%] Building C object navit/graphics/sdl/CMakeFiles/graphics_sdl.dir/raster.c.o [ 2%] Linking C shared module .libs/libgraphics_sdl.so [ 2%] Built target graphics_sdl Scanning dependencies of target graphics_qt5_autogen [ 2%] Automatic MOC for target graphics_qt5 AutoMoc warning: "/home/futura/Downloads/navit-0.5.3/navit/graphics/qt5/QNavitWidget.cpp" The file includes the moc file "QNavitWidget.moc", but does not contain a Q_OBJECT, Q_GADGET or Q_NAMESPACE macro. AutoMoc warning: "/home/futura/Downloads/navit-0.5.3/navit/graphics/qt5/event_qt5.cpp" The file includes the moc file "event_qt5.moc", but does not contain a Q_OBJECT, Q_GADGET or Q_NAMESPACE macro. [ 2%] Built target graphics_qt5_autogen [ 2%] Generating qrc_graphics_qt5.cpp Scanning dependencies of target graphics_qt5 [ 3%] Building CXX object navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/graphics_qt5.cpp.o [ 3%] Building CXX object navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/event_qt5.cpp.o [ 3%] Building CXX object navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/QNavitQuick.cpp.o [ 3%] Building CXX object navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/qrc_graphics_qt5.cpp.o [ 3%] Building CXX object navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/QNavitWidget.cpp.o [ 3%] Building CXX object navit/graphics/qt5/CMakeFiles/graphics_qt5.dir/graphics_qt5_autogen/mocs_compilation.cpp.o [ 3%] Linking CXX shared module .libs/libgraphics_qt5.so [ 3%] Built target graphics_qt5 Scanning dependencies of target gui_qt5_qml_autogen [ 3%] Automatic MOC for target gui_qt5_qml [ 3%] Built target gui_qt5_qml_autogen [ 3%] Generating qrc_gui_qt5_qml.cpp Scanning dependencies of target gui_qt5_qml [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/gui_qt5_qml.cpp.o [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/qrc_gui_qt5_qml.cpp.o [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/backend.cpp.o /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp: In member function ‘void Backend::get_maps()’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:81:30: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] type.u.str = ""; ^~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:83:30: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] data.u.str = ""; ^~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:66:23: warning: variable ‘on’ set but not used [-Wunused-but-set-variable] struct attr attr, on, off, description, type, data, active; ^~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp: In member function ‘int Backend::filter_pois(item*)’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:162:21: warning: unused variable ‘types’ [-Wunused-variable] enum item_type *types; ^~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp: In member function ‘void Backend::get_bookmarks()’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:176:25: warning: unused variable ‘nav’ [-Wunused-variable] struct navigation * nav = NULL; ^~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp: In member function ‘void Backend::set_default_country()’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:482:24: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] _current_country = "Germany"; ^~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:483:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] _country_iso2 = "DE"; ^~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp: In member function ‘QString Backend::currentTown()’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:582:25: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] _current_town = "Enter City"; ^~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp: In member function ‘QString Backend::currentStreet()’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/backend.cpp:590:27: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] _current_street = "Enter Street"; ^~~~~~~~~~~~~~ [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/qml_map.cpp.o [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/qml_poi.cpp.o In file included from /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_poi.cpp:1:0: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_poi.h: In constructor ‘PoiObject::PoiObject(const QString&, const QString&, int, const QString&, pcoord&, QObject*)’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_poi.h:47:13: warning: ‘PoiObject::m_icon’ will be initialized after [-Wreorder] QString m_icon; ^~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_poi.h:43:19: warning: ‘pcoord PoiObject::m_coords’ [-Wreorder] struct pcoord m_coords; ^~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_poi.cpp:7:1: warning: when initialized here [-Wreorder] PoiObject::PoiObject( ^~~~~~~~~ [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/qml_vehicle.cpp.o [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/qml_bookmark.cpp.o In file included from /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_bookmark.cpp:1:0: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_bookmark.h: In constructor ‘BookmarkObject::BookmarkObject(const QString&, pcoord&, QObject*)’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_bookmark.h:27:13: warning: ‘BookmarkObject::m_name’ will be initialized after [-Wreorder] QString m_name; ^~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_bookmark.h:26:19: warning: ‘pcoord BookmarkObject::m_coords’ [-Wreorder] struct pcoord m_coords; ^~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/qml_bookmark.cpp:7:1: warning: when initialized here [-Wreorder] BookmarkObject::BookmarkObject( ^~~~~~~~~~~~~~ [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/qml_search.cpp.o [ 3%] Building C object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/proxy.c.o /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/proxy.c:14:8: warning: no previous prototype for ‘get_icon’ [-Wmissing-prototypes] char * get_icon(struct navit *nav, struct item *item) { ^~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/proxy.c: In function ‘get_icon’: /home/futura/Downloads/navit-0.5.3/navit/gui/qt5_qml/proxy.c:34:52: warning: unused variable ‘img’ [-Wunused-variable] struct graphics_image *img; ^~~ [ 3%] Building CXX object navit/gui/qt5_qml/CMakeFiles/gui_qt5_qml.dir/gui_qt5_qml_autogen/mocs_compilation.cpp.o [ 3%] Linking CXX shared module .libs/libgui_qt5_qml.so [ 3%] Built target gui_qt5_qml Scanning dependencies of target gui_gtk [ 3%] Building C object navit/gui/gtk/CMakeFiles/gui_gtk.dir/datawindow.c.o [ 3%] Building C object navit/gui/gtk/CMakeFiles/gui_gtk.dir/destination.c.o /home/futura/Downloads/navit-0.5.3/navit/gui/gtk/destination.c: In function ‘spawn_xkbd’: /home/futura/Downloads/navit-0.5.3/navit/gui/gtk/destination.c:384:5: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result] pipe (fd); ^~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/gtk/destination.c: In function ‘parse_xkbd_args’: /home/futura/Downloads/navit-0.5.3/navit/gui/gtk/destination.c:346:20: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!squote && !dquote) { ^ /home/futura/Downloads/navit-0.5.3/navit/gui/gtk/destination.c:353:13: note: here default: ^~~~~~~ [ 3%] Building C object navit/gui/gtk/CMakeFiles/gui_gtk.dir/gui_gtk_statusbar.c.o [ 3%] Building C object navit/gui/gtk/CMakeFiles/gui_gtk.dir/gui_gtk_action.c.o /home/futura/Downloads/navit-0.5.3/navit/gui/gtk/gui_gtk_action.c: In function ‘info_action’: /home/futura/Downloads/navit-0.5.3/navit/gui/gtk/gui_gtk_action.c:172:5: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system(buffer); ^~~~~~~~~~~~~~ [ 3%] Building C object navit/gui/gtk/CMakeFiles/gui_gtk.dir/gui_gtk_window.c.o [ 3%] Building C object navit/gui/gtk/CMakeFiles/gui_gtk.dir/gui_gtk_poi.c.o [ 3%] Linking C shared module .libs/libgui_gtk.so [ 3%] Built target gui_gtk Scanning dependencies of target vehicle_gpsd [ 3%] Building C object navit/vehicle/gpsd/CMakeFiles/vehicle_gpsd.dir/vehicle_gpsd.c.o [ 3%] Linking C shared module .libs/libvehicle_gpsd.so [ 3%] Built target vehicle_gpsd Scanning dependencies of target binding_dbus [ 3%] Building C object navit/binding/dbus/CMakeFiles/binding_dbus.dir/binding_dbus.c.o [ 3%] Linking C shared module .libs/libbinding_dbus.so [ 3%] Built target binding_dbus Scanning dependencies of target binding_python [ 3%] Building C object navit/binding/python/CMakeFiles/binding_python.dir/attr.c.o /home/futura/Downloads/navit-0.5.3/navit/binding/python/attr.c: In function ‘attr_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/attr.c:48:12: warning: implicit declaration of function ‘Py_FindMethod’; did you mean ‘Py_tp_methods’? [-Wimplicit-function-declaration] return Py_FindMethod(attr_methods, self, name); ^~~~~~~~~~~~~ Py_tp_methods /home/futura/Downloads/navit-0.5.3/navit/binding/python/attr.c:48:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(attr_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/attr.c: At top level: /home/futura/Downloads/navit-0.5.3/navit/binding/python/attr.c:56:26: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject attr_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/attr.c:56:26: warning: missing braces around initializer [-Wmissing-braces] [ 3%] Building C object navit/binding/python/CMakeFiles/binding_python.dir/binding_python.c.o /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:51:27: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject coord_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:51:27: warning: missing braces around initializer [-Wmissing-braces] /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:70:25: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject map_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:70:25: warning: missing braces around initializer [-Wmissing-braces] /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:106:32: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject coord_rect_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:106:32: warning: missing braces around initializer [-Wmissing-braces] /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:141:30: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject map_rect_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:141:30: warning: missing braces around initializer [-Wmissing-braces] /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c: In function ‘map_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:196:12: warning: implicit declaration of function ‘Py_FindMethod’; did you mean ‘Py_tp_methods’? [-Wimplicit-function-declaration] return Py_FindMethod(map_methods, self, name); ^~~~~~~~~~~~~ Py_tp_methods /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:196:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(map_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c: At top level: /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:237:28: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject mapset_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:237:28: warning: missing braces around initializer [-Wmissing-braces] /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c: In function ‘mapset_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:266:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(mapset_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c: In function ‘plugin_init’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/binding_python.c:323:5: warning: implicit declaration of function ‘Py_InitModule’; did you mean ‘Py_Initialize’? [-Wimplicit-function-declaration] Py_InitModule("navit", navitMethods); ^~~~~~~~~~~~~ Py_Initialize [ 3%] Building C object navit/binding/python/CMakeFiles/binding_python.dir/config.c.o /home/futura/Downloads/navit-0.5.3/navit/binding/python/config.c: In function ‘config_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/config.c:44:12: warning: implicit declaration of function ‘Py_FindMethod’; did you mean ‘Py_tp_methods’? [-Wimplicit-function-declaration] return Py_FindMethod(config_methods, self, name); ^~~~~~~~~~~~~ Py_tp_methods /home/futura/Downloads/navit-0.5.3/navit/binding/python/config.c:44:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(config_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/config.c: At top level: /home/futura/Downloads/navit-0.5.3/navit/binding/python/config.c:50:28: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject config_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/config.c:50:28: warning: missing braces around initializer [-Wmissing-braces] [ 3%] Building C object navit/binding/python/CMakeFiles/binding_python.dir/navigation.c.o /home/futura/Downloads/navit-0.5.3/navit/binding/python/navigation.c: In function ‘navigation_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/navigation.c:43:12: warning: implicit declaration of function ‘Py_FindMethod’; did you mean ‘Py_tp_methods’? [-Wimplicit-function-declaration] return Py_FindMethod(navigation_methods, self, name); ^~~~~~~~~~~~~ Py_tp_methods /home/futura/Downloads/navit-0.5.3/navit/binding/python/navigation.c:43:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(navigation_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/navigation.c: At top level: /home/futura/Downloads/navit-0.5.3/navit/binding/python/navigation.c:49:32: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject navigation_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/navigation.c:49:32: warning: missing braces around initializer [-Wmissing-braces] [ 3%] Building C object navit/binding/python/CMakeFiles/binding_python.dir/navit.c.o /home/futura/Downloads/navit-0.5.3/navit/binding/python/navit.c: In function ‘navit_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/navit.c:99:12: warning: implicit declaration of function ‘Py_FindMethod’; did you mean ‘Py_tp_methods’? [-Wimplicit-function-declaration] return Py_FindMethod(navit_methods, self, name); ^~~~~~~~~~~~~ Py_tp_methods /home/futura/Downloads/navit-0.5.3/navit/binding/python/navit.c:99:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(navit_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/navit.c: At top level: /home/futura/Downloads/navit-0.5.3/navit/binding/python/navit.c:105:27: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject navit_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/navit.c:105:27: warning: missing braces around initializer [-Wmissing-braces] [ 3%] Building C object navit/binding/python/CMakeFiles/binding_python.dir/pcoord.c.o /home/futura/Downloads/navit-0.5.3/navit/binding/python/pcoord.c: In function ‘pcoord_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/pcoord.c:45:12: warning: implicit declaration of function ‘Py_FindMethod’; did you mean ‘Py_tp_methods’? [-Wimplicit-function-declaration] return Py_FindMethod(pcoord_methods, self, name); ^~~~~~~~~~~~~ Py_tp_methods /home/futura/Downloads/navit-0.5.3/navit/binding/python/pcoord.c:45:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(pcoord_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/pcoord.c: At top level: /home/futura/Downloads/navit-0.5.3/navit/binding/python/pcoord.c:51:28: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject pcoord_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/pcoord.c:51:28: warning: missing braces around initializer [-Wmissing-braces] [ 3%] Building C object navit/binding/python/CMakeFiles/binding_python.dir/route.c.o /home/futura/Downloads/navit-0.5.3/navit/binding/python/route.c: In function ‘route_getattr_py’: /home/futura/Downloads/navit-0.5.3/navit/binding/python/route.c:45:12: warning: implicit declaration of function ‘Py_FindMethod’; did you mean ‘Py_tp_methods’? [-Wimplicit-function-declaration] return Py_FindMethod(route_methods, self, name); ^~~~~~~~~~~~~ Py_tp_methods /home/futura/Downloads/navit-0.5.3/navit/binding/python/route.c:45:12: warning: return makes pointer from integer without a cast [-Wint-conversion] return Py_FindMethod(route_methods, self, name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/binding/python/route.c: At top level: /home/futura/Downloads/navit-0.5.3/navit/binding/python/route.c:51:27: warning: missing braces around initializer [-Wmissing-braces] PyTypeObject route_Type = { ^ /home/futura/Downloads/navit-0.5.3/navit/binding/python/route.c:51:27: warning: missing braces around initializer [-Wmissing-braces] [ 3%] Linking C shared module .libs/libbinding_python.so [ 3%] Built target binding_python Scanning dependencies of target speech_dbus [ 3%] Building C object navit/speech/dbus/CMakeFiles/speech_dbus.dir/speech_dbus.c.o [ 3%] Linking C shared module .libs/libspeech_dbus.so [ 3%] Built target speech_dbus Scanning dependencies of target speech_cmdline [ 4%] Building C object navit/speech/cmdline/CMakeFiles/speech_cmdline.dir/speech_cmdline.c.o [ 4%] Linking C shared module .libs/libspeech_cmdline.so [ 4%] Built target speech_cmdline Scanning dependencies of target vehicle_gpsd_dbus [ 4%] Building C object navit/vehicle/gpsd_dbus/CMakeFiles/vehicle_gpsd_dbus.dir/vehicle_gpsd_dbus.c.o [ 4%] Linking C shared module .libs/libvehicle_gpsd_dbus.so [ 4%] Built target vehicle_gpsd_dbus Scanning dependencies of target speech_speech_dispatcher [ 4%] Building C object navit/speech/speech_dispatcher/CMakeFiles/speech_speech_dispatcher.dir/speech_speech_dispatcher.c.o In file included from /home/futura/Downloads/navit-0.5.3/navit/speech/speech_dispatcher/speech_speech_dispatcher.c:32:0: /home/futura/Downloads/navit-0.5.3/navit/speech.h:36:48: warning: ‘enum attr_type’ declared inside parameter list will not be visible outside of this definition or declaration int speech_get_attr(struct speech *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter); ^~~~~~~~~ [ 4%] Linking C shared module .libs/libspeech_speech_dispatcher.so [ 4%] Built target speech_speech_dispatcher Scanning dependencies of target gentypes [ 4%] Building C object navit/map/garmin/CMakeFiles/gentypes.dir/gentypes.c.o [ 4%] Linking C executable gentypes [ 4%] Built target gentypes [ 4%] Generating g2nbuiltin.h Scanning dependencies of target map_garmin [ 4%] Building C object navit/map/garmin/CMakeFiles/map_garmin.dir/garmin.c.o /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c: In function ‘point_attr_get’: /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:350:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (rc) ^ /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:352:9: note: here case 1: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:356:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (rc) ^ /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:358:9: note: here case 2: ^~~~ /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:360:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (g->type == GO_POLYLINE) { ^ /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:366:9: note: here case 3: ^~~~ At top level: /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:614:21: warning: ‘garmin_srch2item’ defined but not used [-Wunused-function] static struct item *garmin_srch2item(struct map_rect_priv *mr, struct gobject *o, unsigned short otype) { ^~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/map/garmin/garmin.c:98:22: warning: ‘mapscales’ defined but not used [-Wunused-variable] static struct gscale mapscales[] = { ^~~~~~~~~ [ 4%] Building C object navit/map/garmin/CMakeFiles/map_garmin.dir/gar2navit.c.o [ 4%] Linking C shared module .libs/libmap_garmin.so [ 4%] Built target map_garmin Scanning dependencies of target graphics_null [ 4%] Building C object navit/graphics/null/CMakeFiles/graphics_null.dir/graphics_null.c.o [ 4%] Linking C shared module .libs/libgraphics_null.so [ 4%] Built target graphics_null Scanning dependencies of target osd_core [ 4%] Building C object navit/osd/core/CMakeFiles/osd_core.dir/osd_core.c.o /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c: In function ‘draw_aligned_osd_text’: /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c:767:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (do_draw) { ^ /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c:770:5: note: here default: ^~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c: In function ‘osd_text_draw’: /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c:3234:20: warning: this statement may fall through [-Wimplicit-fallthrough=] if (do_draw) { ^ /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c:3237:13: note: here default: ^~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c: In function ‘osd_text_format_attr’: /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c:2961:37: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!strcmp(format,"value") || !strcmp(format,"unit")) { ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/osd/core/osd_core.c:2973:5: note: here case attr_position_time_iso8601: ^~~~ [ 4%] Linking C shared module .libs/libosd_core.so [ 4%] Built target osd_core Scanning dependencies of target vehicle_demo [ 4%] Building C object navit/vehicle/demo/CMakeFiles/vehicle_demo.dir/vehicle_demo.c.o [ 4%] Linking C shared module .libs/libvehicle_demo.so [ 4%] Built target vehicle_demo Scanning dependencies of target vehicle_pipe [ 4%] Building C object navit/vehicle/file/CMakeFiles/vehicle_pipe.dir/vehicle_pipe.c.o [ 4%] Linking C shared module .libs/libvehicle_pipe.so [ 4%] Built target vehicle_pipe Scanning dependencies of target vehicle_file [ 4%] Building C object navit/vehicle/file/CMakeFiles/vehicle_file.dir/vehicle_file.c.o [ 4%] Linking C shared module .libs/libvehicle_file.so [ 4%] Built target vehicle_file Scanning dependencies of target vehicle_socket [ 4%] Building C object navit/vehicle/file/CMakeFiles/vehicle_socket.dir/vehicle_socket.c.o [ 5%] Linking C shared module .libs/libvehicle_socket.so [ 5%] Built target vehicle_socket Scanning dependencies of target vehicle_serial [ 5%] Building C object navit/vehicle/file/CMakeFiles/vehicle_serial.dir/vehicle_serial.c.o [ 5%] Linking C shared module .libs/libvehicle_serial.so [ 5%] Built target vehicle_serial Scanning dependencies of target gui_internal [ 5%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal.c.o /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal.c: In function ‘gui_internal_cmd_match_expand’: /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal.c:1787:14: warning: this statement may fall through [-Wimplicit-fallthrough=] p=*pattern++; ~^~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal.c:1788:9: note: here default: ^~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal.c: In function ‘gui_internal_match’: /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal.c:1808:14: warning: this statement may fall through [-Wimplicit-fallthrough=] p=*pattern++; ~^~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal.c:1809:9: note: here default: ^~~~~~~ [ 5%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_bookmark.c.o [ 5%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_command.c.o [ 5%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_gesture.c.o [ 5%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_html.c.o /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal_html.c: In function ‘gui_internal_html_end’: /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal_html.c:322:33: warning: this statement may fall through [-Wimplicit-fallthrough=] this->html_container=html->container; ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal_html.c:323:9: note: here case html_tag_img: ^~~~ [ 6%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_menu.c.o [ 6%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_poi.c.o [ 6%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_search.c.o [ 6%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_widget.c.o [ 6%] Building C object navit/gui/internal/CMakeFiles/gui_internal.dir/gui_internal_keyboard.c.o In file included from /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal_keyboard.c:8:0: /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal_keyboard.c: In function ‘gui_internal_keyboard_show_native’: /home/futura/Downloads/navit-0.5.3/navit/debug.h:59:29: warning: this statement may fall through [-Wimplicit-fallthrough=] #define dbg(level,...) { if (max_debug_level >= level) debug_printf(level,dbg_module,strlen(dbg_module),__PRETTY_FUNCTION__, strlen(__PRETTY_FUNCTION__),1,__VA_ARGS__); } ^ /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal_keyboard.c:670:9: note: in expansion of macro ‘dbg’ dbg(lvl_error, "graphics has no show_native_keyboard method, cannot display keyboard"); ^~~ /home/futura/Downloads/navit-0.5.3/navit/gui/internal/gui_internal_keyboard.c:672:5: note: here case 0: ^~~~ [ 6%] Linking C shared module .libs/libgui_internal.so [ 6%] Built target gui_internal Scanning dependencies of target map_binfile [ 6%] Building C object navit/map/binfile/CMakeFiles/map_binfile.dir/binfile.c.o [ 6%] Linking C shared module .libs/libmap_binfile.so [ 6%] Built target map_binfile Scanning dependencies of target map_filter [ 6%] Building C object navit/map/filter/CMakeFiles/map_filter.dir/filter.c.o [ 6%] Linking C shared module .libs/libmap_filter.so [ 6%] Built target map_filter Scanning dependencies of target map_mg [ 6%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/map.c.o [ 6%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/block.c.o [ 6%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/town.c.o [ 6%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/tree.c.o [ 6%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/poly.c.o [ 6%] Building C object navit/map/mg/CMakeFiles/map_mg.dir/street.c.o [ 7%] Linking C shared module .libs/libmap_mg.so [ 7%] Built target map_mg Scanning dependencies of target map_shapefile [ 7%] Building C object navit/map/shapefile/CMakeFiles/map_shapefile.dir/shapefile.c.o [ 7%] Linking C shared module .libs/libmap_shapefile.so [ 7%] Built target map_shapefile Scanning dependencies of target map_textfile [ 7%] Building C object navit/map/textfile/CMakeFiles/map_textfile.dir/textfile.c.o /home/futura/Downloads/navit-0.5.3/navit/map/textfile/textfile.c: In function ‘get_line’: /home/futura/Downloads/navit-0.5.3/navit/map/textfile/textfile.c:53:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(mr->line, TEXTFILE_LINE_SIZE, mr->f); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 7%] Linking C shared module .libs/libmap_textfile.so [ 7%] Built target map_textfile Scanning dependencies of target map_csv [ 7%] Building C object navit/map/csv/CMakeFiles/map_csv.dir/csv.c.o [ 7%] Building C object navit/map/csv/CMakeFiles/map_csv.dir/quadtree.c.o [ 7%] Linking C shared module .libs/libmap_csv.so [ 7%] Built target map_csv Scanning dependencies of target maptool_core [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/boundaries.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/buffer.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/ch.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/coastline.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/itembin.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/itembin_buffer.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/misc.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm.c.o /home/futura/Downloads/navit-0.5.3/navit/maptool/osm.c: In function ‘osm_process_town_by_boundary_update_attrs’: /home/futura/Downloads/navit-0.5.3/navit/maptool/osm.c:2039:28: warning: this statement may fall through [-Wimplicit-fallthrough=] b->ib->type=type_poly_place6; ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /home/futura/Downloads/navit-0.5.3/navit/maptool/osm.c:2040:13: note: here case 'm': ^~~~ [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_o5m.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_psql.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_relations.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/sourcesink.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/tempfile.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/tile.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/zip.c.o [ 7%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_xml.c.o [ 8%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_protobuf.c.o [ 8%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/osm_protobufdb.c.o [ 8%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/generated-code/fileformat.pb-c.c.o [ 8%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/generated-code/osmformat.pb-c.c.o [ 8%] Building C object navit/maptool/CMakeFiles/maptool_core.dir/google/protobuf-c/protobuf-c.c.o /home/futura/Downloads/navit-0.5.3/navit/maptool/google/protobuf-c/protobuf-c.c: In function ‘system_alloc’: /home/futura/Downloads/navit-0.5.3/navit/maptool/google/protobuf-c/protobuf-c.c:105:10: warning: implicit declaration of function ‘g_malloc’; did you mean ‘malloc’? [-Wimplicit-function-declaration] rv = g_malloc (size); ^~~~~~~~ malloc /home/futura/Downloads/navit-0.5.3/navit/maptool/google/protobuf-c/protobuf-c.c:105:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] rv = g_malloc (size); ^ /home/futura/Downloads/navit-0.5.3/navit/maptool/google/protobuf-c/protobuf-c.c: In function ‘system_free’: /home/futura/Downloads/navit-0.5.3/navit/maptool/google/protobuf-c/protobuf-c.c:113:5: warning: implicit declaration of function ‘g_free’; did you mean ‘free’? [-Wimplicit-function-declaration] g_free (data); ^~~~~~ free /home/futura/Downloads/navit-0.5.3/navit/maptool/google/protobuf-c/protobuf-c.c: In function ‘protobuf_c_enum_descriptor_get_value_by_name’: /home/futura/Downloads/navit-0.5.3/navit/maptool/google/protobuf-c/protobuf-c.c:2195:18: warning: implicit declaration of function ‘g_strcmp0’; did you mean ‘strcmp’? [-Wimplicit-function-declaration] int rv = g_strcmp0(desc->values_by_name[mid].name, name); ^~~~~~~~~ strcmp [ 8%] Linking C static library libmaptool_core.a [ 8%] Built target maptool_core Scanning dependencies of target maptool [ 8%] Building C object navit/maptool/CMakeFiles/maptool.dir/maptool.c.o [ 8%] Linking C executable maptool [ 8%] Built target maptool Scanning dependencies of target images [ 8%] Generating airport.png [ 8%] Generating airport_16_16.png [ 8%] Generating airport_32_32.png [ 8%] Generating airport_48_48.png [ 9%] Generating airport_64_64.png [ 9%] Generating airport_96_96.png [ 9%] Generating atm.png [ 9%] Generating atm_16_16.png [ 9%] Generating atm_32_32.png [ 9%] Generating atm_48_48.png [ 9%] Generating atm_64_64.png [ 9%] Generating atm_96_96.png [ 9%] Generating attraction.png [ 9%] Generating attraction_16_16.png [ 9%] Generating attraction_32_32.png [ 9%] Generating attraction_48_48.png [ 9%] Generating attraction_64_64.png [ 9%] Generating attraction_96_96.png [ 9%] Generating autoservice.png [ 9%] Generating autoservice_16_16.png [ 9%] Generating autoservice_32_32.png [ 9%] Generating autoservice_48_48.png [ 9%] Generating autoservice_64_64.png [ 9%] Generating autoservice_96_96.png [ 9%] Generating bahai.png [ 9%] Generating bahai_16_16.png [ 9%] Generating bahai_32_32.png [ 10%] Generating bahai_48_48.png [ 10%] Generating bahai_64_64.png [ 10%] Generating bahai_96_96.png [ 10%] Generating bank.png [ 10%] Generating bank_16_16.png [ 10%] Generating bank_32_32.png [ 10%] Generating bank_48_48.png [ 10%] Generating bank_64_64.png [ 10%] Generating bank_96_96.png [ 10%] Generating bar.png [ 10%] Generating bar_16_16.png [ 10%] Generating bar_32_32.png [ 10%] Generating bar_48_48.png [ 10%] Generating bar_64_64.png [ 10%] Generating bar_96_96.png [ 10%] Generating beer.png [ 10%] Generating beer_16_16.png [ 10%] Generating beer_32_32.png [ 10%] Generating beer_48_48.png [ 10%] Generating beer_64_64.png [ 10%] Generating beer_96_96.png [ 10%] Generating bench.png [ 10%] Generating bench_16_16.png [ 11%] Generating bench_32_32.png [ 11%] Generating bench_48_48.png [ 11%] Generating bench_64_64.png [ 11%] Generating bench_96_96.png [ 11%] Generating bicycle_parking.png [ 11%] Generating bicycle_parking_16_16.png [ 11%] Generating bicycle_parking_32_32.png [ 11%] Generating bicycle_parking_48_48.png [ 11%] Generating bicycle_parking_64_64.png [ 11%] Generating bicycle_parking_96_96.png [ 11%] Generating bicycle_rental.png [ 11%] Generating bicycle_rental_16_16.png [ 11%] Generating bicycle_rental_32_32.png [ 11%] Generating bicycle_rental_48_48.png [ 11%] Generating bicycle_rental_64_64.png [ 11%] Generating bicycle_rental_96_96.png [ 11%] Generating bicycle_shop.png [ 11%] Generating bicycle_shop_16_16.png [ 11%] Generating bicycle_shop_32_32.png [ 11%] Generating bicycle_shop_48_48.png [ 11%] Generating bicycle_shop_64_64.png [ 11%] Generating bicycle_shop_96_96.png [ 11%] Generating biergarten.png [ 12%] Generating biergarten_16_16.png [ 12%] Generating biergarten_32_32.png [ 12%] Generating biergarten_48_48.png [ 12%] Generating biergarten_64_64.png [ 12%] Generating biergarten_96_96.png [ 12%] Generating boat_ramp.png [ 12%] Generating boat_ramp_16_16.png [ 12%] Generating boat_ramp_32_32.png [ 12%] Generating boat_ramp_48_48.png [ 12%] Generating boat_ramp_64_64.png [ 12%] Generating boat_ramp_96_96.png [ 12%] Generating boundary_stone.png [ 12%] Generating boundary_stone_16_16.png [ 12%] Generating boundary_stone_32_32.png [ 12%] Generating boundary_stone_48_48.png [ 12%] Generating boundary_stone_64_64.png [ 12%] Generating boundary_stone_96_96.png [ 12%] Generating bowling.png [ 12%] Generating bowling_16_16.png [ 12%] Generating bowling_32_32.png [ 12%] Generating bowling_48_48.png [ 12%] Generating bowling_64_64.png [ 12%] Generating bowling_96_96.png [ 12%] Generating bridge.png [ 13%] Generating bridge_16_16.png [ 13%] Generating bridge_32_32.png [ 13%] Generating bridge_48_48.png [ 13%] Generating bridge_64_64.png [ 13%] Generating bridge_96_96.png [ 13%] Generating buddhist.png [ 13%] Generating buddhist_16_16.png [ 13%] Generating buddhist_32_32.png [ 13%] Generating buddhist_48_48.png [ 13%] Generating buddhist_64_64.png [ 13%] Generating buddhist_96_96.png [ 13%] Generating bus.png [ 13%] Generating bus_16_16.png [ 13%] Generating bus_32_32.png [ 13%] Generating bus_48_48.png [ 13%] Generating bus_64_64.png [ 13%] Generating bus_96_96.png [ 13%] Generating bus_stop.png [ 13%] Generating bus_stop_16_16.png [ 13%] Generating bus_stop_32_32.png [ 13%] Generating bus_stop_48_48.png [ 13%] Generating bus_stop_64_64.png [ 13%] Generating bus_stop_96_96.png [ 14%] Generating cafe.png [ 14%] Generating cafe_16_16.png [ 14%] Generating cafe_32_32.png [ 14%] Generating cafe_48_48.png [ 14%] Generating cafe_64_64.png [ 14%] Generating cafe_96_96.png [ 14%] Generating camping.png [ 14%] Generating camping_16_16.png [ 14%] Generating camping_32_32.png [ 14%] Generating camping_48_48.png [ 14%] Generating camping_64_64.png [ 14%] Generating camping_96_96.png [ 14%] Generating car_dealer.png [ 14%] Generating car_dealer_16_16.png [ 14%] Generating car_dealer_32_32.png [ 14%] Generating car_dealer_48_48.png [ 14%] Generating car_dealer_64_64.png [ 14%] Generating car_dealer_96_96.png [ 14%] Generating car_rent.png [ 14%] Generating car_rent_16_16.png [ 14%] Generating car_rent_32_32.png [ 14%] Generating car_rent_48_48.png [ 14%] Generating car_rent_64_64.png [ 15%] Generating car_rent_96_96.png [ 15%] Generating car_sharing.png [ 15%] Generating car_sharing_16_16.png [ 15%] Generating car_sharing_32_32.png [ 15%] Generating car_sharing_48_48.png [ 15%] Generating car_sharing_64_64.png [ 15%] Generating car_sharing_96_96.png [ 15%] Generating car_wash.png [ 15%] Generating car_wash_16_16.png [ 15%] Generating car_wash_32_32.png [ 15%] Generating car_wash_48_48.png [ 15%] Generating car_wash_64_64.png [ 15%] Generating car_wash_96_96.png [ 15%] Generating casino.png [ 15%] Generating casino_16_16.png [ 15%] Generating casino_32_32.png [ 15%] Generating casino_48_48.png [ 15%] Generating casino_64_64.png [ 15%] Generating casino_96_96.png [ 15%] Generating castle.png [ 15%] Generating castle_16_16.png [ 15%] Generating castle_32_32.png [ 15%] Generating castle_48_48.png [ 16%] Generating castle_64_64.png [ 16%] Generating castle_96_96.png [ 16%] Generating cemetery.png [ 16%] Generating cemetery_16_16.png [ 16%] Generating cemetery_32_32.png [ 16%] Generating cemetery_48_48.png [ 16%] Generating cemetery_64_64.png [ 16%] Generating cemetery_96_96.png [ 16%] Generating church.png [ 16%] Generating church_16_16.png [ 16%] Generating church_32_32.png [ 16%] Generating church_48_48.png [ 16%] Generating church_64_64.png [ 16%] Generating church_96_96.png [ 16%] Generating cinema.png [ 16%] Generating cinema_16_16.png [ 16%] Generating cinema_32_32.png [ 16%] Generating cinema_48_48.png [ 16%] Generating cinema_64_64.png [ 16%] Generating cinema_96_96.png [ 16%] Generating communication.png [ 16%] Generating communication_16_16.png [ 16%] Generating communication_32_32.png [ 17%] Generating communication_48_48.png [ 17%] Generating communication_64_64.png [ 17%] Generating communication_96_96.png [ 17%] Generating concert.png [ 17%] Generating concert_16_16.png [ 17%] Generating concert_32_32.png [ 17%] Generating concert_48_48.png [ 17%] Generating concert_64_64.png [ 17%] Generating concert_96_96.png [ 17%] Generating crossing.png [ 17%] Generating crossing_16_16.png [ 17%] Generating crossing_32_32.png [ 17%] Generating crossing_48_48.png [ 17%] Generating crossing_64_64.png [ 17%] Generating crossing_96_96.png [ 17%] Generating cursor.png [ 17%] Generating cursor_16_16.png [ 17%] Generating cursor_32_32.png [ 17%] Generating cursor_48_48.png [ 17%] Generating cursor_64_64.png [ 17%] Generating cursor_96_96.png [ 17%] Generating cursor225.png [ 17%] Generating cursor225_16_16.png [ 18%] Generating cursor225_32_32.png [ 18%] Generating cursor225_48_48.png [ 18%] Generating cursor225_64_64.png [ 18%] Generating cursor225_96_96.png [ 18%] Generating cursor450.png [ 18%] Generating cursor450_16_16.png [ 18%] Generating cursor450_32_32.png [ 18%] Generating cursor450_48_48.png [ 18%] Generating cursor450_64_64.png [ 18%] Generating cursor450_96_96.png [ 18%] Generating cursor675.png [ 18%] Generating cursor675_16_16.png [ 18%] Generating cursor675_32_32.png [ 18%] Generating cursor675_48_48.png [ 18%] Generating cursor675_64_64.png [ 18%] Generating cursor675_96_96.png [ 18%] Generating cursor_still.png [ 18%] Generating cursor_still_16_16.png [ 18%] Generating cursor_still_32_32.png [ 18%] Generating cursor_still_48_48.png [ 18%] Generating cursor_still_64_64.png [ 18%] Generating cursor_still_96_96.png [ 18%] Generating dam.png [ 19%] Generating dam_16_16.png [ 19%] Generating dam_32_32.png [ 19%] Generating dam_48_48.png [ 19%] Generating dam_64_64.png [ 19%] Generating dam_96_96.png [ 19%] Generating danger.png [ 19%] Generating danger_16_16.png [ 19%] Generating danger_32_32.png [ 19%] Generating danger_48_48.png [ 19%] Generating danger_64_64.png [ 19%] Generating danger_96_96.png [ 19%] Generating danger_area.png [ 19%] Generating danger_area_16_16.png [ 19%] Generating danger_area_32_32.png [ 19%] Generating danger_area_48_48.png [ 19%] Generating danger_area_64_64.png [ 19%] Generating danger_area_96_96.png [ 19%] Generating daymark.png [ 19%] Generating daymark_16_16.png [ 19%] Generating daymark_32_32.png [ 19%] Generating daymark_48_48.png [ 19%] Generating daymark_64_64.png [ 19%] Generating daymark_96_96.png [ 19%] Generating diving.png [ 20%] Generating diving_16_16.png [ 20%] Generating diving_32_32.png [ 20%] Generating diving_48_48.png [ 20%] Generating diving_64_64.png [ 20%] Generating diving_96_96.png [ 20%] Generating drinking_water.png [ 20%] Generating drinking_water_16_16.png [ 20%] Generating drinking_water_32_32.png [ 20%] Generating drinking_water_48_48.png [ 20%] Generating drinking_water_64_64.png [ 20%] Generating drinking_water_96_96.png [ 20%] Generating emergency.png [ 20%] Generating emergency_16_16.png [ 20%] Generating emergency_32_32.png [ 20%] Generating emergency_48_48.png [ 20%] Generating emergency_64_64.png [ 20%] Generating emergency_96_96.png [ 20%] Generating exit.png [ 20%] Generating exit_16_16.png [ 20%] Generating exit_32_32.png [ 20%] Generating exit_48_48.png [ 20%] Generating exit_64_64.png [ 20%] Generating exit_96_96.png [ 21%] Generating fastfood.png [ 21%] Generating fastfood_16_16.png [ 21%] Generating fastfood_32_32.png [ 21%] Generating fastfood_48_48.png [ 21%] Generating fastfood_64_64.png [ 21%] Generating fastfood_96_96.png [ 21%] Generating firebrigade.png [ 21%] Generating firebrigade_16_16.png [ 21%] Generating firebrigade_32_32.png [ 21%] Generating firebrigade_48_48.png [ 21%] Generating firebrigade_64_64.png [ 21%] Generating firebrigade_96_96.png [ 21%] Generating fish.png [ 21%] Generating fish_16_16.png [ 21%] Generating fish_32_32.png [ 21%] Generating fish_48_48.png [ 21%] Generating fish_64_64.png [ 21%] Generating fish_96_96.png [ 21%] Generating forbidden_area.png [ 21%] Generating forbidden_area_16_16.png [ 21%] Generating forbidden_area_32_32.png [ 21%] Generating forbidden_area_48_48.png [ 21%] Generating forbidden_area_64_64.png [ 22%] Generating forbidden_area_96_96.png [ 22%] Generating fountain.png [ 22%] Generating fountain_16_16.png [ 22%] Generating fountain_32_32.png [ 22%] Generating fountain_48_48.png [ 22%] Generating fountain_64_64.png [ 22%] Generating fountain_96_96.png [ 22%] Generating fuel.png [ 22%] Generating fuel_16_16.png [ 22%] Generating fuel_32_32.png [ 22%] Generating fuel_48_48.png [ 22%] Generating fuel_64_64.png [ 22%] Generating fuel_96_96.png [ 22%] Generating ghost_town.png [ 22%] Generating ghost_town_16_16.png [ 22%] Generating ghost_town_32_32.png [ 22%] Generating ghost_town_48_48.png [ 22%] Generating ghost_town_64_64.png [ 22%] Generating ghost_town_96_96.png [ 22%] Generating golf.png [ 22%] Generating golf_16_16.png [ 22%] Generating golf_32_32.png [ 22%] Generating golf_48_48.png [ 23%] Generating golf_64_64.png [ 23%] Generating golf_96_96.png [ 23%] Generating government_building.png [ 23%] Generating government_building_16_16.png [ 23%] Generating government_building_32_32.png [ 23%] Generating government_building_48_48.png [ 23%] Generating government_building_64_64.png [ 23%] Generating government_building_96_96.png [ 23%] Generating gui_about.png [ 23%] Generating gui_about_16_16.png [ 23%] Generating gui_about_32_32.png [ 23%] Generating gui_about_48_48.png [ 23%] Generating gui_about_64_64.png [ 23%] Generating gui_about_96_96.png [ 23%] Generating gui_actions.png [ 23%] Generating gui_actions_16_16.png [ 23%] Generating gui_actions_32_32.png [ 23%] Generating gui_actions_48_48.png [ 23%] Generating gui_actions_64_64.png [ 23%] Generating gui_actions_96_96.png [ 23%] Generating gui_active.png [ 23%] Generating gui_active_16_16.png [ 23%] Generating gui_active_32_32.png [ 24%] Generating gui_active_48_48.png [ 24%] Generating gui_active_64_64.png [ 24%] Generating gui_active_96_96.png [ 24%] Generating gui_android_menu.png [ 24%] Generating gui_android_menu_16_16.png [ 24%] Generating gui_android_menu_32_32.png [ 24%] Generating gui_android_menu_48_48.png [ 24%] Generating gui_android_menu_64_64.png [ 24%] Generating gui_android_menu_96_96.png [ 24%] Generating gui_arrow_down.png [ 24%] Generating gui_arrow_down_16_16.png [ 24%] Generating gui_arrow_down_32_32.png [ 24%] Generating gui_arrow_down_48_48.png [ 24%] Generating gui_arrow_down_64_64.png [ 24%] Generating gui_arrow_down_96_96.png [ 24%] Generating gui_arrow_left.png [ 24%] Generating gui_arrow_left_16_16.png [ 24%] Generating gui_arrow_left_32_32.png [ 24%] Generating gui_arrow_left_48_48.png [ 24%] Generating gui_arrow_left_64_64.png [ 24%] Generating gui_arrow_left_96_96.png [ 24%] Generating gui_arrow_right.png [ 24%] Generating gui_arrow_right_16_16.png [ 25%] Generating gui_arrow_right_32_32.png [ 25%] Generating gui_arrow_right_48_48.png [ 25%] Generating gui_arrow_right_64_64.png [ 25%] Generating gui_arrow_right_96_96.png [ 25%] Generating gui_arrow_up.png [ 25%] Generating gui_arrow_up_16_16.png [ 25%] Generating gui_arrow_up_32_32.png [ 25%] Generating gui_arrow_up_48_48.png [ 25%] Generating gui_arrow_up_64_64.png [ 25%] Generating gui_arrow_up_96_96.png [ 25%] Generating gui_bookmark.png [ 25%] Generating gui_bookmark_16_16.png [ 25%] Generating gui_bookmark_32_32.png [ 25%] Generating gui_bookmark_48_48.png [ 25%] Generating gui_bookmark_64_64.png [ 25%] Generating gui_bookmark_96_96.png [ 25%] Generating gui_display.png [ 25%] Generating gui_display_16_16.png [ 25%] Generating gui_display_32_32.png [ 25%] Generating gui_display_48_48.png [ 25%] Generating gui_display_64_64.png [ 25%] Generating gui_display_96_96.png [ 25%] Generating gui_formerdests.png [ 26%] Generating gui_formerdests_16_16.png [ 26%] Generating gui_formerdests_32_32.png [ 26%] Generating gui_formerdests_48_48.png [ 26%] Generating gui_formerdests_64_64.png [ 26%] Generating gui_formerdests_96_96.png [ 26%] Generating gui_fullscreen.png [ 26%] Generating gui_fullscreen_16_16.png [ 26%] Generating gui_fullscreen_32_32.png [ 26%] Generating gui_fullscreen_48_48.png [ 26%] Generating gui_fullscreen_64_64.png [ 26%] Generating gui_fullscreen_96_96.png [ 26%] Generating gui_heightprofile.png [ 26%] Generating gui_heightprofile_16_16.png [ 26%] Generating gui_heightprofile_32_32.png [ 26%] Generating gui_heightprofile_48_48.png [ 26%] Generating gui_heightprofile_64_64.png [ 26%] Generating gui_heightprofile_96_96.png [ 26%] Generating gui_help.png [ 26%] Generating gui_help_16_16.png [ 26%] Generating gui_help_32_32.png [ 26%] Generating gui_help_48_48.png [ 26%] Generating gui_help_64_64.png [ 26%] Generating gui_help_96_96.png [ 26%] Generating gui_home.png [ 27%] Generating gui_home_16_16.png [ 27%] Generating gui_home_32_32.png [ 27%] Generating gui_home_48_48.png [ 27%] Generating gui_home_64_64.png [ 27%] Generating gui_home_96_96.png [ 27%] Generating gui_inactive.png [ 27%] Generating gui_inactive_16_16.png [ 27%] Generating gui_inactive_32_32.png [ 27%] Generating gui_inactive_48_48.png [ 27%] Generating gui_inactive_64_64.png [ 27%] Generating gui_inactive_96_96.png [ 27%] Generating gui_layers.png [ 27%] Generating gui_layers_16_16.png [ 27%] Generating gui_layers_32_32.png [ 27%] Generating gui_layers_48_48.png [ 27%] Generating gui_layers_64_64.png [ 27%] Generating gui_layers_96_96.png [ 27%] Generating gui_leave_fullscreen.png [ 27%] Generating gui_leave_fullscreen_16_16.png [ 27%] Generating gui_leave_fullscreen_32_32.png [ 27%] Generating gui_leave_fullscreen_48_48.png [ 27%] Generating gui_leave_fullscreen_64_64.png [ 27%] Generating gui_leave_fullscreen_96_96.png [ 28%] Generating gui_log.png [ 28%] Generating gui_log_16_16.png [ 28%] Generating gui_log_32_32.png [ 28%] Generating gui_log_48_48.png [ 28%] Generating gui_log_64_64.png [ 28%] Generating gui_log_96_96.png [ 28%] Generating gui_map.png [ 28%] Generating gui_map_16_16.png [ 28%] Generating gui_map_32_32.png [ 28%] Generating gui_map_48_48.png [ 28%] Generating gui_map_64_64.png [ 28%] Generating gui_map_96_96.png [ 28%] Generating gui_maps.png [ 28%] Generating gui_maps_16_16.png [ 28%] Generating gui_maps_32_32.png [ 28%] Generating gui_maps_48_48.png [ 28%] Generating gui_maps_64_64.png [ 28%] Generating gui_maps_96_96.png [ 28%] Generating gui_menu.png [ 28%] Generating gui_menu_16_16.png [ 28%] Generating gui_menu_32_32.png [ 28%] Generating gui_menu_48_48.png [ 28%] Generating gui_menu_64_64.png [ 29%] Generating gui_menu_96_96.png [ 29%] Generating gui_minus.png [ 29%] Generating gui_minus_16_16.png [ 29%] Generating gui_minus_32_32.png [ 29%] Generating gui_minus_48_48.png [ 29%] Generating gui_minus_64_64.png [ 29%] Generating gui_minus_96_96.png [ 29%] Generating gui_plus.png [ 29%] Generating gui_plus_16_16.png [ 29%] Generating gui_plus_32_32.png [ 29%] Generating gui_plus_48_48.png [ 29%] Generating gui_plus_64_64.png [ 29%] Generating gui_plus_96_96.png [ 29%] Generating gui_quit.png [ 29%] Generating gui_quit_16_16.png [ 29%] Generating gui_quit_32_32.png [ 29%] Generating gui_quit_48_48.png [ 29%] Generating gui_quit_64_64.png [ 29%] Generating gui_quit_96_96.png [ 29%] Generating gui_rules.png [ 29%] Generating gui_rules_16_16.png [ 29%] Generating gui_rules_32_32.png [ 29%] Generating gui_rules_48_48.png [ 30%] Generating gui_rules_64_64.png [ 30%] Generating gui_rules_96_96.png [ 30%] Generating gui_search.png [ 30%] Generating gui_search_16_16.png [ 30%] Generating gui_search_32_32.png [ 30%] Generating gui_search_48_48.png [ 30%] Generating gui_search_64_64.png [ 30%] Generating gui_search_96_96.png [ 30%] Generating gui_select_country.png [ 30%] Generating gui_select_country_16_16.png [ 30%] Generating gui_select_country_32_32.png [ 30%] Generating gui_select_country_48_48.png [ 30%] Generating gui_select_country_64_64.png [ 30%] Generating gui_select_country_96_96.png [ 30%] Generating gui_select_house_number.png [ 30%] Generating gui_select_house_number_16_16.png [ 30%] Generating gui_select_house_number_32_32.png [ 30%] Generating gui_select_house_number_48_48.png [ 30%] Generating gui_select_house_number_64_64.png [ 30%] Generating gui_select_house_number_96_96.png [ 30%] Generating gui_select_street.png [ 30%] Generating gui_select_street_16_16.png [ 30%] Generating gui_select_street_32_32.png [ 31%] Generating gui_select_street_48_48.png [ 31%] Generating gui_select_street_64_64.png [ 31%] Generating gui_select_street_96_96.png [ 31%] Generating gui_select_town.png [ 31%] Generating gui_select_town_16_16.png [ 31%] Generating gui_select_town_32_32.png [ 31%] Generating gui_select_town_48_48.png [ 31%] Generating gui_select_town_64_64.png [ 31%] Generating gui_select_town_96_96.png [ 31%] Generating gui_settings.png [ 31%] Generating gui_settings_16_16.png [ 31%] Generating gui_settings_32_32.png [ 31%] Generating gui_settings_48_48.png [ 31%] Generating gui_settings_64_64.png [ 31%] Generating gui_settings_96_96.png [ 31%] Generating gui_sound.png [ 31%] Generating gui_sound_16_16.png [ 31%] Generating gui_sound_32_32.png [ 31%] Generating gui_sound_48_48.png [ 31%] Generating gui_sound_64_64.png [ 31%] Generating gui_sound_96_96.png [ 31%] Generating gui_sound_off.png [ 31%] Generating gui_sound_off_16_16.png [ 32%] Generating gui_sound_off_32_32.png [ 32%] Generating gui_sound_off_48_48.png [ 32%] Generating gui_sound_off_64_64.png [ 32%] Generating gui_sound_off_96_96.png [ 32%] Generating gui_stop.png [ 32%] Generating gui_stop_16_16.png [ 32%] Generating gui_stop_32_32.png [ 32%] Generating gui_stop_48_48.png [ 32%] Generating gui_stop_64_64.png [ 32%] Generating gui_stop_96_96.png [ 32%] Generating gui_strength_0.png [ 32%] Generating gui_strength_0_16_16.png [ 32%] Generating gui_strength_0_32_32.png [ 32%] Generating gui_strength_0_48_48.png [ 32%] Generating gui_strength_0_64_64.png [ 32%] Generating gui_strength_0_96_96.png [ 32%] Generating gui_strength_1.png [ 32%] Generating gui_strength_1_16_16.png [ 32%] Generating gui_strength_1_32_32.png [ 32%] Generating gui_strength_1_48_48.png [ 32%] Generating gui_strength_1_64_64.png [ 32%] Generating gui_strength_1_96_96.png [ 32%] Generating gui_strength_2.png [ 32%] Generating gui_strength_2_16_16.png [ 33%] Generating gui_strength_2_32_32.png [ 33%] Generating gui_strength_2_48_48.png [ 33%] Generating gui_strength_2_64_64.png [ 33%] Generating gui_strength_2_96_96.png [ 33%] Generating gui_strength_3.png [ 33%] Generating gui_strength_3_16_16.png [ 33%] Generating gui_strength_3_32_32.png [ 33%] Generating gui_strength_3_48_48.png [ 33%] Generating gui_strength_3_64_64.png [ 33%] Generating gui_strength_3_96_96.png [ 33%] Generating gui_strength_4.png [ 33%] Generating gui_strength_4_16_16.png [ 33%] Generating gui_strength_4_32_32.png [ 33%] Generating gui_strength_4_48_48.png [ 33%] Generating gui_strength_4_64_64.png [ 33%] Generating gui_strength_4_96_96.png [ 33%] Generating gui_strength_5.png [ 33%] Generating gui_strength_5_16_16.png [ 33%] Generating gui_strength_5_32_32.png [ 33%] Generating gui_strength_5_48_48.png [ 33%] Generating gui_strength_5_64_64.png [ 33%] Generating gui_strength_5_96_96.png [ 33%] Generating gui_tools.png [ 34%] Generating gui_tools_16_16.png [ 34%] Generating gui_tools_32_32.png [ 34%] Generating gui_tools_48_48.png [ 34%] Generating gui_tools_64_64.png [ 34%] Generating gui_tools_96_96.png [ 34%] Generating gui_town.png [ 34%] Generating gui_town_16_16.png [ 34%] Generating gui_town_32_32.png [ 34%] Generating gui_town_48_48.png [ 34%] Generating gui_town_64_64.png [ 34%] Generating gui_town_96_96.png [ 34%] Generating gui_vehicle.png [ 34%] Generating gui_vehicle_16_16.png [ 34%] Generating gui_vehicle_32_32.png [ 34%] Generating gui_vehicle_48_48.png [ 34%] Generating gui_vehicle_64_64.png [ 34%] Generating gui_vehicle_96_96.png [ 34%] Generating gui_vehicle_pedestrian.png [ 34%] Generating gui_vehicle_pedestrian_16_16.png [ 34%] Generating gui_vehicle_pedestrian_32_32.png [ 34%] Generating gui_vehicle_pedestrian_48_48.png [ 34%] Generating gui_vehicle_pedestrian_64_64.png [ 34%] Generating gui_vehicle_pedestrian_96_96.png [ 35%] Generating gui_zoom_auto.png [ 35%] Generating gui_zoom_auto_16_16.png [ 35%] Generating gui_zoom_auto_32_32.png [ 35%] Generating gui_zoom_auto_48_48.png [ 35%] Generating gui_zoom_auto_64_64.png [ 35%] Generating gui_zoom_auto_96_96.png [ 35%] Generating gui_zoom_in.png [ 35%] Generating gui_zoom_in_16_16.png [ 35%] Generating gui_zoom_in_32_32.png [ 35%] Generating gui_zoom_in_48_48.png [ 35%] Generating gui_zoom_in_64_64.png [ 35%] Generating gui_zoom_in_96_96.png [ 35%] Generating gui_zoom_manual.png [ 35%] Generating gui_zoom_manual_16_16.png [ 35%] Generating gui_zoom_manual_32_32.png [ 35%] Generating gui_zoom_manual_48_48.png [ 35%] Generating gui_zoom_manual_64_64.png [ 35%] Generating gui_zoom_manual_96_96.png [ 35%] Generating gui_zoom_out.png [ 35%] Generating gui_zoom_out_16_16.png [ 35%] Generating gui_zoom_out_32_32.png [ 35%] Generating gui_zoom_out_48_48.png [ 35%] Generating gui_zoom_out_64_64.png [ 36%] Generating gui_zoom_out_96_96.png [ 36%] Generating gui_zoom_route.png [ 36%] Generating gui_zoom_route_16_16.png [ 36%] Generating gui_zoom_route_32_32.png [ 36%] Generating gui_zoom_route_48_48.png [ 36%] Generating gui_zoom_route_64_64.png [ 36%] Generating gui_zoom_route_96_96.png [ 36%] Generating heliport.png [ 36%] Generating heliport_16_16.png [ 36%] Generating heliport_32_32.png [ 36%] Generating heliport_48_48.png [ 36%] Generating heliport_64_64.png [ 36%] Generating heliport_96_96.png [ 36%] Generating hindu.png [ 36%] Generating hindu_16_16.png [ 36%] Generating hindu_32_32.png [ 36%] Generating hindu_48_48.png [ 36%] Generating hindu_64_64.png [ 36%] Generating hindu_96_96.png [ 36%] Generating hospital.png [ 36%] Generating hospital_16_16.png [ 36%] Generating hospital_32_32.png [ 36%] Generating hospital_48_48.png [ 37%] Generating hospital_64_64.png [ 37%] Generating hospital_96_96.png [ 37%] Generating hotel.png [ 37%] Generating hotel_16_16.png [ 37%] Generating hotel_32_32.png [ 37%] Generating hotel_48_48.png [ 37%] Generating hotel_64_64.png [ 37%] Generating hotel_96_96.png [ 37%] Generating hotspring.png [ 37%] Generating hotspring_16_16.png [ 37%] Generating hotspring_32_32.png [ 37%] Generating hotspring_48_48.png [ 37%] Generating hotspring_64_64.png [ 37%] Generating hotspring_96_96.png [ 37%] Generating hunting_stand.png [ 37%] Generating hunting_stand_16_16.png [ 37%] Generating hunting_stand_32_32.png [ 37%] Generating hunting_stand_48_48.png [ 37%] Generating hunting_stand_64_64.png [ 37%] Generating hunting_stand_96_96.png [ 37%] Generating ic_notify.png [ 37%] Generating ic_notify_16_16.png [ 37%] Generating ic_notify_32_32.png [ 38%] Generating ic_notify_48_48.png [ 38%] Generating ic_notify_64_64.png [ 38%] Generating ic_notify_96_96.png [ 38%] Generating information.png [ 38%] Generating information_16_16.png [ 38%] Generating information_32_32.png [ 38%] Generating information_48_48.png [ 38%] Generating information_64_64.png [ 38%] Generating information_96_96.png [ 38%] Generating islamic.png [ 38%] Generating islamic_16_16.png [ 38%] Generating islamic_32_32.png [ 38%] Generating islamic_48_48.png [ 38%] Generating islamic_64_64.png [ 38%] Generating islamic_96_96.png [ 38%] Generating jain.png [ 38%] Generating jain_16_16.png [ 38%] Generating jain_32_32.png [ 38%] Generating jain_48_48.png [ 38%] Generating jain_64_64.png [ 38%] Generating jain_96_96.png [ 38%] Generating jewish.png [ 38%] Generating jewish_16_16.png [ 39%] Generating jewish_32_32.png [ 39%] Generating jewish_48_48.png [ 39%] Generating jewish_64_64.png [ 39%] Generating jewish_96_96.png [ 39%] Generating justice.png [ 39%] Generating justice_16_16.png [ 39%] Generating justice_32_32.png [ 39%] Generating justice_48_48.png [ 39%] Generating justice_64_64.png [ 39%] Generating justice_96_96.png [ 39%] Generating level_crossing.png [ 39%] Generating level_crossing_16_16.png [ 39%] Generating level_crossing_32_32.png [ 39%] Generating level_crossing_48_48.png [ 39%] Generating level_crossing_64_64.png [ 39%] Generating level_crossing_96_96.png [ 39%] Generating library.png [ 39%] Generating library_16_16.png [ 39%] Generating library_32_32.png [ 39%] Generating library_48_48.png [ 39%] Generating library_64_64.png [ 39%] Generating library_96_96.png [ 39%] Generating mark.png [ 39%] Generating mark_16_16.png [ 40%] Generating mark_32_32.png [ 40%] Generating mark_48_48.png [ 40%] Generating mark_64_64.png [ 40%] Generating mark_96_96.png [ 40%] Generating memorial.png [ 40%] Generating memorial_16_16.png [ 40%] Generating memorial_32_32.png [ 40%] Generating memorial_48_48.png [ 40%] Generating memorial_64_64.png [ 40%] Generating memorial_96_96.png [ 40%] Generating menu.png [ 40%] Generating menu_16_16.png [ 40%] Generating menu_32_32.png [ 40%] Generating menu_48_48.png [ 40%] Generating menu_64_64.png [ 40%] Generating menu_96_96.png [ 40%] Generating military.png [ 40%] Generating military_16_16.png [ 40%] Generating military_32_32.png [ 40%] Generating military_48_48.png [ 40%] Generating military_64_64.png [ 40%] Generating military_96_96.png [ 40%] Generating mini_roundabout.png [ 41%] Generating mini_roundabout_16_16.png [ 41%] Generating mini_roundabout_32_32.png [ 41%] Generating mini_roundabout_48_48.png [ 41%] Generating mini_roundabout_64_64.png [ 41%] Generating mini_roundabout_96_96.png [ 41%] Generating museum.png [ 41%] Generating museum_16_16.png [ 41%] Generating museum_32_32.png [ 41%] Generating museum_48_48.png [ 41%] Generating museum_64_64.png [ 41%] Generating museum_96_96.png [ 41%] Generating nav_destination_bk.png [ 41%] Generating nav_destination_wh.png [ 41%] Generating nav_exit_left_bk.png [ 41%] Generating nav_exit_left_wh.png [ 41%] Generating nav_exit_right_bk.png [ 41%] Generating nav_exit_right_wh.png [ 41%] Generating nav_keep_left_bk.png [ 41%] Generating nav_keep_left_wh.png [ 41%] Generating nav_keep_right_bk.png [ 41%] Generating nav_keep_right_wh.png [ 41%] Generating nav_left_1_bk.png [ 41%] Generating nav_left_1_wh.png [ 42%] Generating nav_left_2_bk.png [ 42%] Generating nav_left_2_wh.png [ 42%] Generating nav_left_3_bk.png [ 42%] Generating nav_left_3_wh.png [ 42%] Generating nav_merge_left_bk.png [ 42%] Generating nav_merge_left_wh.png [ 42%] Generating nav_merge_right_bk.png [ 42%] Generating nav_merge_right_wh.png [ 42%] Generating nav_right_1_bk.png [ 42%] Generating nav_right_1_wh.png [ 42%] Generating nav_right_2_bk.png [ 42%] Generating nav_right_2_wh.png [ 42%] Generating nav_right_3_bk.png [ 42%] Generating nav_right_3_wh.png [ 42%] Generating nav_roundabout_l1_bk.png [ 42%] Generating nav_roundabout_l1_wh.png [ 42%] Generating nav_roundabout_l2_bk.png [ 42%] Generating nav_roundabout_l2_wh.png [ 42%] Generating nav_roundabout_l3_bk.png [ 42%] Generating nav_roundabout_l3_wh.png [ 42%] Generating nav_roundabout_l4_bk.png [ 42%] Generating nav_roundabout_l4_wh.png [ 42%] Generating nav_roundabout_l5_bk.png [ 43%] Generating nav_roundabout_l5_wh.png [ 43%] Generating nav_roundabout_l6_bk.png [ 43%] Generating nav_roundabout_l6_wh.png [ 43%] Generating nav_roundabout_l7_bk.png [ 43%] Generating nav_roundabout_l7_wh.png [ 43%] Generating nav_roundabout_l8_bk.png [ 43%] Generating nav_roundabout_l8_wh.png [ 43%] Generating nav_roundabout_r1_bk.png [ 43%] Generating nav_roundabout_r1_wh.png [ 43%] Generating nav_roundabout_r2_bk.png [ 43%] Generating nav_roundabout_r2_wh.png [ 43%] Generating nav_roundabout_r3_bk.png [ 43%] Generating nav_roundabout_r3_wh.png [ 43%] Generating nav_roundabout_r4_bk.png [ 43%] Generating nav_roundabout_r4_wh.png [ 43%] Generating nav_roundabout_r5_bk.png [ 43%] Generating nav_roundabout_r5_wh.png [ 43%] Generating nav_roundabout_r6_bk.png [ 43%] Generating nav_roundabout_r6_wh.png [ 43%] Generating nav_roundabout_r7_bk.png [ 43%] Generating nav_roundabout_r7_wh.png [ 43%] Generating nav_roundabout_r8_bk.png [ 43%] Generating nav_roundabout_r8_wh.png [ 44%] Generating nav_straight_bk.png [ 44%] Generating nav_straight_wh.png [ 44%] Generating nav_turnaround_left_bk.png [ 44%] Generating nav_turnaround_left_wh.png [ 44%] Generating nav_turnaround_right_bk.png [ 44%] Generating nav_turnaround_right_wh.png [ 44%] Generating navit.png [ 44%] Generating navit_16_16.png [ 44%] Generating navit_32_32.png [ 44%] Generating navit_48_48.png [ 44%] Generating navit_64_64.png [ 44%] Generating navit_96_96.png [ 44%] Generating pagan.png [ 44%] Generating pagan_16_16.png [ 44%] Generating pagan_32_32.png [ 44%] Generating pagan_48_48.png [ 44%] Generating pagan_64_64.png [ 44%] Generating pagan_96_96.png [ 44%] Generating parking.png [ 44%] Generating parking_16_16.png [ 44%] Generating parking_32_32.png [ 44%] Generating parking_48_48.png [ 44%] Generating parking_64_64.png [ 45%] Generating parking_96_96.png [ 45%] Generating pastafarian.png [ 45%] Generating pastafarian_16_16.png [ 45%] Generating pastafarian_32_32.png [ 45%] Generating pastafarian_48_48.png [ 45%] Generating pastafarian_64_64.png [ 45%] Generating pastafarian_96_96.png [ 45%] Generating peak.png [ 45%] Generating peak_16_16.png [ 45%] Generating peak_32_32.png [ 45%] Generating peak_48_48.png [ 45%] Generating peak_64_64.png [ 45%] Generating peak_96_96.png [ 45%] Generating pharmacy.png [ 45%] Generating pharmacy_16_16.png [ 45%] Generating pharmacy_32_32.png [ 45%] Generating pharmacy_48_48.png [ 45%] Generating pharmacy_64_64.png [ 45%] Generating pharmacy_96_96.png [ 45%] Generating picnic.png [ 45%] Generating picnic_16_16.png [ 45%] Generating picnic_32_32.png [ 45%] Generating picnic_48_48.png [ 46%] Generating picnic_64_64.png [ 46%] Generating picnic_96_96.png [ 46%] Generating playground.png [ 46%] Generating playground_16_16.png [ 46%] Generating playground_32_32.png [ 46%] Generating playground_48_48.png [ 46%] Generating playground_64_64.png [ 46%] Generating playground_96_96.png [ 46%] Generating police.png [ 46%] Generating police_16_16.png [ 46%] Generating police_32_32.png [ 46%] Generating police_48_48.png [ 46%] Generating police_64_64.png [ 46%] Generating police_96_96.png [ 46%] Generating post.png [ 46%] Generating post_16_16.png [ 46%] Generating post_32_32.png [ 46%] Generating post_48_48.png [ 46%] Generating post_64_64.png [ 46%] Generating post_96_96.png [ 46%] Generating public_office.png [ 46%] Generating public_office_16_16.png [ 46%] Generating public_office_32_32.png [ 46%] Generating public_office_48_48.png [ 47%] Generating public_office_64_64.png [ 47%] Generating public_office_96_96.png [ 47%] Generating rail_station.png [ 47%] Generating rail_station_16_16.png [ 47%] Generating rail_station_32_32.png [ 47%] Generating rail_station_48_48.png [ 47%] Generating rail_station_64_64.png [ 47%] Generating rail_station_96_96.png [ 47%] Generating repair_service.png [ 47%] Generating repair_service_16_16.png [ 47%] Generating repair_service_32_32.png [ 47%] Generating repair_service_48_48.png [ 47%] Generating repair_service_64_64.png [ 47%] Generating repair_service_96_96.png [ 47%] Generating resort.png [ 47%] Generating resort_16_16.png [ 47%] Generating resort_32_32.png [ 47%] Generating resort_48_48.png [ 47%] Generating resort_64_64.png [ 47%] Generating resort_96_96.png [ 47%] Generating restaurant.png [ 47%] Generating restaurant_16_16.png [ 47%] Generating restaurant_32_32.png [ 48%] Generating restaurant_48_48.png [ 48%] Generating restaurant_64_64.png [ 48%] Generating restaurant_96_96.png [ 48%] Generating ruins.png [ 48%] Generating ruins_16_16.png [ 48%] Generating ruins_32_32.png [ 48%] Generating ruins_48_48.png [ 48%] Generating ruins_64_64.png [ 48%] Generating ruins_96_96.png [ 48%] Generating school.png [ 48%] Generating school_16_16.png [ 48%] Generating school_32_32.png [ 48%] Generating school_48_48.png [ 48%] Generating school_64_64.png [ 48%] Generating school_96_96.png [ 48%] Generating shelter.png [ 48%] Generating shelter_16_16.png [ 48%] Generating shelter_32_32.png [ 48%] Generating shelter_48_48.png [ 48%] Generating shelter_64_64.png [ 48%] Generating shelter_96_96.png [ 48%] Generating shinto.png [ 48%] Generating shinto_16_16.png [ 49%] Generating shinto_32_32.png [ 49%] Generating shinto_48_48.png [ 49%] Generating shinto_64_64.png [ 49%] Generating shinto_96_96.png [ 49%] Generating shop_apparel.png [ 49%] Generating shop_apparel_16_16.png [ 49%] Generating shop_apparel_32_32.png [ 49%] Generating shop_apparel_48_48.png [ 49%] Generating shop_apparel_64_64.png [ 49%] Generating shop_apparel_96_96.png [ 49%] Generating shop_computer.png [ 49%] Generating shop_computer_16_16.png [ 49%] Generating shop_computer_32_32.png [ 49%] Generating shop_computer_48_48.png [ 49%] Generating shop_computer_64_64.png [ 49%] Generating shop_computer_96_96.png [ 49%] Generating shop_department.png [ 49%] Generating shop_department_16_16.png [ 49%] Generating shop_department_32_32.png [ 49%] Generating shop_department_48_48.png [ 49%] Generating shop_department_64_64.png [ 49%] Generating shop_department_96_96.png [ 49%] Generating shop_grocery.png [ 50%] Generating shop_grocery_16_16.png [ 50%] Generating shop_grocery_32_32.png [ 50%] Generating shop_grocery_48_48.png [ 50%] Generating shop_grocery_64_64.png [ 50%] Generating shop_grocery_96_96.png [ 50%] Generating shopping.png [ 50%] Generating shopping_16_16.png [ 50%] Generating shopping_32_32.png [ 50%] Generating shopping_48_48.png [ 50%] Generating shopping_64_64.png [ 50%] Generating shopping_96_96.png [ 50%] Generating sikh.png [ 50%] Generating sikh_16_16.png [ 50%] Generating sikh_32_32.png [ 50%] Generating sikh_48_48.png [ 50%] Generating sikh_64_64.png [ 50%] Generating sikh_96_96.png [ 50%] Generating skiing.png [ 50%] Generating skiing_16_16.png [ 50%] Generating skiing_32_32.png [ 50%] Generating skiing_48_48.png [ 50%] Generating skiing_64_64.png [ 50%] Generating skiing_96_96.png [ 51%] Generating sport.png [ 51%] Generating sport_16_16.png [ 51%] Generating sport_32_32.png [ 51%] Generating sport_48_48.png [ 51%] Generating sport_64_64.png [ 51%] Generating sport_96_96.png [ 51%] Generating stadium.png [ 51%] Generating stadium_16_16.png [ 51%] Generating stadium_32_32.png [ 51%] Generating stadium_48_48.png [ 51%] Generating stadium_64_64.png [ 51%] Generating stadium_96_96.png [ 51%] Generating status_calculating_bk.png [ 51%] Generating status_calculating_bk_16_16.png [ 51%] Generating status_calculating_bk_32_32.png [ 51%] Generating status_calculating_bk_48_48.png [ 51%] Generating status_calculating_bk_64_64.png [ 51%] Generating status_calculating_bk_96_96.png [ 51%] Generating status_calculating_wh.png [ 51%] Generating status_calculating_wh_16_16.png [ 51%] Generating status_calculating_wh_32_32.png [ 51%] Generating status_calculating_wh_48_48.png [ 51%] Generating status_calculating_wh_64_64.png [ 52%] Generating status_calculating_wh_96_96.png [ 52%] Generating status_no_destination_bk.png [ 52%] Generating status_no_destination_bk_16_16.png [ 52%] Generating status_no_destination_bk_32_32.png [ 52%] Generating status_no_destination_bk_48_48.png [ 52%] Generating status_no_destination_bk_64_64.png [ 52%] Generating status_no_destination_bk_96_96.png [ 52%] Generating status_no_destination_wh.png [ 52%] Generating status_no_destination_wh_16_16.png [ 52%] Generating status_no_destination_wh_32_32.png [ 52%] Generating status_no_destination_wh_48_48.png [ 52%] Generating status_no_destination_wh_64_64.png [ 52%] Generating status_no_destination_wh_96_96.png [ 52%] Generating status_no_route_bk.png [ 52%] Generating status_no_route_bk_16_16.png [ 52%] Generating status_no_route_bk_32_32.png [ 52%] Generating status_no_route_bk_48_48.png [ 52%] Generating status_no_route_bk_64_64.png [ 52%] Generating status_no_route_bk_96_96.png [ 52%] Generating status_no_route_wh.png [ 52%] Generating status_no_route_wh_16_16.png [ 52%] Generating status_no_route_wh_32_32.png [ 52%] Generating status_no_route_wh_48_48.png [ 52%] Generating status_no_route_wh_64_64.png [ 53%] Generating status_no_route_wh_96_96.png [ 53%] Generating status_position_wait_bk.png [ 53%] Generating status_position_wait_bk_16_16.png [ 53%] Generating status_position_wait_bk_32_32.png [ 53%] Generating status_position_wait_bk_48_48.png [ 53%] Generating status_position_wait_bk_64_64.png [ 53%] Generating status_position_wait_bk_96_96.png [ 53%] Generating status_position_wait_wh.png [ 53%] Generating status_position_wait_wh_16_16.png [ 53%] Generating status_position_wait_wh_32_32.png [ 53%] Generating status_position_wait_wh_48_48.png [ 53%] Generating status_position_wait_wh_64_64.png [ 53%] Generating status_position_wait_wh_96_96.png [ 53%] Generating status_recalculating_bk.png [ 53%] Generating status_recalculating_bk_16_16.png [ 53%] Generating status_recalculating_bk_32_32.png [ 53%] Generating status_recalculating_bk_48_48.png [ 53%] Generating status_recalculating_bk_64_64.png [ 53%] Generating status_recalculating_bk_96_96.png [ 53%] Generating status_recalculating_wh.png [ 53%] Generating status_recalculating_wh_16_16.png [ 53%] Generating status_recalculating_wh_32_32.png [ 53%] Generating status_recalculating_wh_48_48.png [ 54%] Generating status_recalculating_wh_64_64.png [ 54%] Generating status_recalculating_wh_96_96.png [ 54%] Generating status_routing_bk.png [ 54%] Generating status_routing_bk_16_16.png [ 54%] Generating status_routing_bk_32_32.png [ 54%] Generating status_routing_bk_48_48.png [ 54%] Generating status_routing_bk_64_64.png [ 54%] Generating status_routing_bk_96_96.png [ 54%] Generating status_routing_wh.png [ 54%] Generating status_routing_wh_16_16.png [ 54%] Generating status_routing_wh_32_32.png [ 54%] Generating status_routing_wh_48_48.png [ 54%] Generating status_routing_wh_64_64.png [ 54%] Generating status_routing_wh_96_96.png [ 54%] Generating swimming.png [ 54%] Generating swimming_16_16.png [ 54%] Generating swimming_32_32.png [ 54%] Generating swimming_48_48.png [ 54%] Generating swimming_64_64.png [ 54%] Generating swimming_96_96.png [ 54%] Generating taoist.png [ 54%] Generating taoist_16_16.png [ 54%] Generating taoist_32_32.png [ 55%] Generating taoist_48_48.png [ 55%] Generating taoist_64_64.png [ 55%] Generating taoist_96_96.png [ 55%] Generating taxi.png [ 55%] Generating taxi_16_16.png [ 55%] Generating taxi_32_32.png [ 55%] Generating taxi_48_48.png [ 55%] Generating taxi_64_64.png [ 55%] Generating taxi_96_96.png [ 55%] Generating tec_common.png [ 55%] Generating tec_common_16_16.png [ 55%] Generating tec_common_32_32.png [ 55%] Generating tec_common_48_48.png [ 55%] Generating tec_common_64_64.png [ 55%] Generating tec_common_96_96.png [ 55%] Generating telephone.png [ 55%] Generating telephone_16_16.png [ 55%] Generating telephone_32_32.png [ 55%] Generating telephone_48_48.png [ 55%] Generating telephone_64_64.png [ 55%] Generating telephone_96_96.png [ 55%] Generating theater.png [ 55%] Generating theater_16_16.png [ 56%] Generating theater_32_32.png [ 56%] Generating theater_48_48.png [ 56%] Generating theater_64_64.png [ 56%] Generating theater_96_96.png [ 56%] Generating toggle_fullscreen.png [ 56%] Generating toggle_fullscreen_16_16.png [ 56%] Generating toggle_fullscreen_32_32.png [ 56%] Generating toggle_fullscreen_48_48.png [ 56%] Generating toggle_fullscreen_64_64.png [ 56%] Generating toggle_fullscreen_96_96.png [ 56%] Generating toilets.png [ 56%] Generating toilets_16_16.png [ 56%] Generating toilets_32_32.png [ 56%] Generating toilets_48_48.png [ 56%] Generating toilets_64_64.png [ 56%] Generating toilets_96_96.png [ 56%] Generating tomtom_minus.png [ 56%] Generating tomtom_minus_16_16.png [ 56%] Generating tomtom_minus_32_32.png [ 56%] Generating tomtom_minus_48_48.png [ 56%] Generating tomtom_minus_64_64.png [ 56%] Generating tomtom_minus_96_96.png [ 56%] Generating tomtom_plus.png [ 57%] Generating tomtom_plus_16_16.png [ 57%] Generating tomtom_plus_32_32.png [ 57%] Generating tomtom_plus_48_48.png [ 57%] Generating tomtom_plus_64_64.png [ 57%] Generating tomtom_plus_96_96.png [ 57%] Generating tower.png [ 57%] Generating tower_16_16.png [ 57%] Generating tower_32_32.png [ 57%] Generating tower_48_48.png [ 57%] Generating tower_64_64.png [ 57%] Generating tower_96_96.png [ 57%] Generating townhall.png [ 57%] Generating townhall_16_16.png [ 57%] Generating townhall_32_32.png [ 57%] Generating townhall_48_48.png [ 57%] Generating townhall_64_64.png [ 57%] Generating townhall_96_96.png [ 57%] Generating traffic_signals.png [ 57%] Generating traffic_signals_16_16.png [ 57%] Generating traffic_signals_32_32.png [ 57%] Generating traffic_signals_48_48.png [ 57%] Generating traffic_signals_64_64.png [ 57%] Generating traffic_signals_96_96.png [ 58%] Generating unknown.png [ 58%] Generating unknown_16_16.png [ 58%] Generating unknown_32_32.png [ 58%] Generating unknown_48_48.png [ 58%] Generating unknown_64_64.png [ 58%] Generating unknown_96_96.png [ 58%] Generating viewpoint.png [ 58%] Generating viewpoint_16_16.png [ 58%] Generating viewpoint_32_32.png [ 58%] Generating viewpoint_48_48.png [ 58%] Generating viewpoint_64_64.png [ 58%] Generating viewpoint_96_96.png [ 58%] Generating wifi.png [ 58%] Generating wifi_16_16.png [ 58%] Generating wifi_32_32.png [ 58%] Generating wifi_48_48.png [ 58%] Generating wifi_64_64.png [ 58%] Generating wifi_96_96.png [ 58%] Generating worship.png [ 58%] Generating worship_16_16.png [ 58%] Generating worship_32_32.png [ 58%] Generating worship_48_48.png [ 58%] Generating worship_64_64.png [ 59%] Generating worship_96_96.png [ 59%] Generating zipcode.png [ 59%] Generating zipcode_16_16.png [ 59%] Generating zipcode_32_32.png [ 59%] Generating zipcode_48_48.png [ 59%] Generating zipcode_64_64.png [ 59%] Generating zipcode_96_96.png [ 59%] Generating zoo.png [ 59%] Generating zoo_16_16.png [ 59%] Generating zoo_32_32.png [ 59%] Generating zoo_48_48.png [ 59%] Generating zoo_64_64.png [ 59%] Generating zoo_96_96.png [ 59%] Generating zoom_in.png [ 59%] Generating zoom_in_16_16.png [ 59%] Generating zoom_in_32_32.png [ 59%] Generating zoom_in_48_48.png [ 59%] Generating zoom_in_64_64.png [ 59%] Generating zoom_in_96_96.png [ 59%] Generating zoom_out.png [ 59%] Generating zoom_out_16_16.png [ 59%] Generating zoom_out_32_32.png [ 59%] Generating zoom_out_48_48.png [ 59%] Generating zoom_out_64_64.png [ 60%] Generating zoom_out_96_96.png [ 60%] Generating country_.png [ 60%] Generating country_AD.png [ 60%] Generating country_AE.png [ 60%] Generating country_AF.png [ 60%] Generating country_AG.png [ 60%] Generating country_AI.png [ 60%] Generating country_AL.png [ 60%] Generating country_AM.png [ 60%] Generating country_AN.png [ 60%] Generating country_AO.png [ 60%] Generating country_AQ.png [ 60%] Generating country_AR.png [ 60%] Generating country_AS.png [ 60%] Generating country_AT.png [ 60%] Generating country_AU.png [ 60%] Generating country_AW.png [ 60%] Generating country_AX.png [ 60%] Generating country_AZ.png [ 60%] Generating country_BA.png [ 60%] Generating country_BB.png [ 60%] Generating country_BD.png [ 60%] Generating country_BE.png [ 61%] Generating country_BF.png [ 61%] Generating country_BG.png [ 61%] Generating country_BH.png [ 61%] Generating country_BI.png [ 61%] Generating country_BJ.png [ 61%] Generating country_BL.png [ 61%] Generating country_BM.png [ 61%] Generating country_BN.png [ 61%] Generating country_BO.png [ 61%] Generating country_BR.png [ 61%] Generating country_BS.png [ 61%] Generating country_BT.png [ 61%] Generating country_BV.png [ 61%] Generating country_BW.png [ 61%] Generating country_BY.png [ 61%] Generating country_BZ.png [ 61%] Generating country_CA.png [ 61%] Generating country_CC.png [ 61%] Generating country_CD.png [ 61%] Generating country_CF.png [ 61%] Generating country_CG.png [ 61%] Generating country_CH.png [ 61%] Generating country_CI.png [ 62%] Generating country_CK.png [ 62%] Generating country_CL.png [ 62%] Generating country_CM.png [ 62%] Generating country_CN.png [ 62%] Generating country_CO.png [ 62%] Generating country_CR.png [ 62%] Generating country_CU.png [ 62%] Generating country_CV.png [ 62%] Generating country_CX.png [ 62%] Generating country_CY.png [ 62%] Generating country_CZ.png [ 62%] Generating country_DE.png [ 62%] Generating country_DJ.png [ 62%] Generating country_DK.png [ 62%] Generating country_DM.png [ 62%] Generating country_DO.png [ 62%] Generating country_DZ.png [ 62%] Generating country_EC.png [ 62%] Generating country_EE.png [ 62%] Generating country_EG.png [ 62%] Generating country_EH.png [ 62%] Generating country_ER.png [ 62%] Generating country_ES.png [ 63%] Generating country_ET.png [ 63%] Generating country_FI.png [ 63%] Generating country_FJ.png [ 63%] Generating country_FK.png [ 63%] Generating country_FM.png [ 63%] Generating country_FO.png [ 63%] Generating country_FR.png [ 63%] Generating country_GA.png [ 63%] Generating country_GB.png [ 63%] Generating country_GD.png [ 63%] Generating country_GE.png [ 63%] Generating country_GF.png [ 63%] Generating country_GG.png [ 63%] Generating country_GH.png [ 63%] Generating country_GI.png [ 63%] Generating country_GL.png [ 63%] Generating country_GM.png [ 63%] Generating country_GN.png [ 63%] Generating country_GP.png [ 63%] Generating country_GQ.png [ 63%] Generating country_GR.png [ 63%] Generating country_GS.png [ 63%] Generating country_GT.png [ 64%] Generating country_GU.png [ 64%] Generating country_GW.png [ 64%] Generating country_GY.png [ 64%] Generating country_HK.png [ 64%] Generating country_HM.png [ 64%] Generating country_HN.png [ 64%] Generating country_HR.png [ 64%] Generating country_HT.png [ 64%] Generating country_HU.png [ 64%] Generating country_ID.png [ 64%] Generating country_IE.png [ 64%] Generating country_IL.png [ 64%] Generating country_IM.png [ 64%] Generating country_IN.png [ 64%] Generating country_IO.png [ 64%] Generating country_IQ.png [ 64%] Generating country_IR.png [ 64%] Generating country_IS.png [ 64%] Generating country_IT.png [ 64%] Generating country_JE.png [ 64%] Generating country_JM.png [ 64%] Generating country_JO.png [ 64%] Generating country_JP.png [ 65%] Generating country_KE.png [ 65%] Generating country_KG.png [ 65%] Generating country_KH.png [ 65%] Generating country_KI.png [ 65%] Generating country_KM.png [ 65%] Generating country_KN.png [ 65%] Generating country_KP.png [ 65%] Generating country_KR.png [ 65%] Generating country_KW.png [ 65%] Generating country_KY.png [ 65%] Generating country_KZ.png [ 65%] Generating country_LA.png [ 65%] Generating country_LB.png [ 65%] Generating country_LC.png [ 65%] Generating country_LI.png [ 65%] Generating country_LK.png [ 65%] Generating country_LR.png [ 65%] Generating country_LS.png [ 65%] Generating country_LT.png [ 65%] Generating country_LU.png [ 65%] Generating country_LV.png [ 65%] Generating country_LY.png [ 65%] Generating country_MA.png [ 66%] Generating country_MC.png [ 66%] Generating country_MD.png [ 66%] Generating country_ME.png [ 66%] Generating country_MF.png [ 66%] Generating country_MG.png [ 66%] Generating country_MH.png [ 66%] Generating country_MK.png [ 66%] Generating country_ML.png [ 66%] Generating country_MM.png [ 66%] Generating country_MN.png [ 66%] Generating country_MO.png [ 66%] Generating country_MP.png [ 66%] Generating country_MQ.png [ 66%] Generating country_MR.png [ 66%] Generating country_MS.png [ 66%] Generating country_MT.png [ 66%] Generating country_MU.png [ 66%] Generating country_MV.png [ 66%] Generating country_MW.png [ 66%] Generating country_MX.png [ 66%] Generating country_MY.png [ 66%] Generating country_MZ.png [ 66%] Generating country_NA.png [ 66%] Generating country_NC.png [ 67%] Generating country_NE.png [ 67%] Generating country_NF.png [ 67%] Generating country_NG.png [ 67%] Generating country_NI.png [ 67%] Generating country_NL.png [ 67%] Generating country_NO.png [ 67%] Generating country_NP.png [ 67%] Generating country_NR.png [ 67%] Generating country_NU.png [ 67%] Generating country_NZ.png [ 67%] Generating country_OM.png [ 67%] Generating country_PA.png [ 67%] Generating country_PE.png [ 67%] Generating country_PF.png [ 67%] Generating country_PG.png [ 67%] Generating country_PH.png [ 67%] Generating country_PK.png [ 67%] Generating country_PL.png [ 67%] Generating country_PM.png [ 67%] Generating country_PN.png [ 67%] Generating country_PR.png [ 67%] Generating country_PS.png [ 67%] Generating country_PT.png [ 68%] Generating country_PW.png [ 68%] Generating country_PY.png [ 68%] Generating country_QA.png [ 68%] Generating country_RE.png [ 68%] Generating country_RO.png [ 68%] Generating country_RS.png [ 68%] Generating country_RU.png [ 68%] Generating country_RW.png [ 68%] Generating country_SA.png [ 68%] Generating country_SB.png [ 68%] Generating country_SC.png [ 68%] Generating country_SD.png [ 68%] Generating country_SE.png [ 68%] Generating country_SG.png [ 68%] Generating country_SH.png [ 68%] Generating country_SI.png [ 68%] Generating country_SJ.png [ 68%] Generating country_SK.png [ 68%] Generating country_SL.png [ 68%] Generating country_SM.png [ 68%] Generating country_SN.png [ 68%] Generating country_SO.png [ 68%] Generating country_SR.png [ 69%] Generating country_ST.png [ 69%] Generating country_SV.png [ 69%] Generating country_SY.png [ 69%] Generating country_SZ.png [ 69%] Generating country_TC.png [ 69%] Generating country_TD.png [ 69%] Generating country_TF.png [ 69%] Generating country_TG.png [ 69%] Generating country_TH.png [ 69%] Generating country_TJ.png [ 69%] Generating country_TK.png [ 69%] Generating country_TL.png [ 69%] Generating country_TM.png [ 69%] Generating country_TN.png [ 69%] Generating country_TO.png [ 69%] Generating country_TR.png [ 69%] Generating country_TT.png [ 69%] Generating country_TV.png [ 69%] Generating country_TW.png [ 69%] Generating country_TZ.png [ 69%] Generating country_UA.png [ 69%] Generating country_UG.png [ 69%] Generating country_UM.png [ 70%] Generating country_US.png [ 70%] Generating country_UY.png [ 70%] Generating country_UZ.png [ 70%] Generating country_VA.png [ 70%] Generating country_VC.png [ 70%] Generating country_VE.png [ 70%] Generating country_VG.png [ 70%] Generating country_VI.png [ 70%] Generating country_VN.png [ 70%] Generating country_VU.png [ 70%] Generating country_WF.png [ 70%] Generating country_WS.png [ 70%] Generating country_YE.png [ 70%] Generating country_YT.png [ 70%] Generating country_ZA.png [ 70%] Generating country_ZM.png [ 70%] Generating country_ZW.png [ 70%] Generating airport.svg [ 70%] Generating atm.svg [ 70%] Generating attraction.svg [ 70%] Generating autoservice.svg [ 70%] Generating bahai.svg [ 70%] Generating bank.svg [ 71%] Generating bar.svg [ 71%] Generating beer.svg [ 71%] Generating bench.svg [ 71%] Generating bicycle_parking.svg [ 71%] Generating bicycle_rental.svg [ 71%] Generating bicycle_shop.svg [ 71%] Generating biergarten.svg [ 71%] Generating boat_ramp.svg [ 71%] Generating boundary_stone.svg [ 71%] Generating bowling.svg [ 71%] Generating bridge.svg [ 71%] Generating buddhist.svg [ 71%] Generating bus.svg [ 71%] Generating bus_stop.svg [ 71%] Generating cafe.svg [ 71%] Generating camping.svg [ 71%] Generating car_dealer.svg [ 71%] Generating car_rent.svg [ 71%] Generating car_sharing.svg [ 71%] Generating car_wash.svg [ 71%] Generating casino.svg [ 71%] Generating castle.svg [ 71%] Generating cemetery.svg [ 72%] Generating church.svg [ 72%] Generating cinema.svg [ 72%] Generating communication.svg [ 72%] Generating concert.svg [ 72%] Generating crossing.svg [ 72%] Generating cursor.svg [ 72%] Generating cursor225.svg [ 72%] Generating cursor450.svg [ 72%] Generating cursor675.svg [ 72%] Generating cursor_still.svg [ 72%] Generating dam.svg [ 72%] Generating danger.svg [ 72%] Generating danger_area.svg [ 72%] Generating daymark.svg [ 72%] Generating diving.svg [ 72%] Generating drinking_water.svg [ 72%] Generating emergency.svg [ 72%] Generating exit.svg [ 72%] Generating fastfood.svg [ 72%] Generating firebrigade.svg [ 72%] Generating fish.svg [ 72%] Generating forbidden_area.svg [ 72%] Generating fountain.svg [ 72%] Generating fuel.svg [ 73%] Generating ghost_town.svg [ 73%] Generating golf.svg [ 73%] Generating government_building.svg [ 73%] Generating gui_about.svg [ 73%] Generating gui_actions.svg [ 73%] Generating gui_active.svg [ 73%] Generating gui_android_menu.svg [ 73%] Generating gui_arrow_down.svg [ 73%] Generating gui_arrow_left.svg [ 73%] Generating gui_arrow_right.svg [ 73%] Generating gui_arrow_up.svg [ 73%] Generating gui_bookmark.svg [ 73%] Generating gui_display.svg [ 73%] Generating gui_formerdests.svg [ 73%] Generating gui_fullscreen.svg [ 73%] Generating gui_heightprofile.svg [ 73%] Generating gui_help.svg [ 73%] Generating gui_home.svg [ 73%] Generating gui_inactive.svg [ 73%] Generating gui_layers.svg [ 73%] Generating gui_leave_fullscreen.svg [ 73%] Generating gui_log.svg [ 73%] Generating gui_map.svg [ 74%] Generating gui_maps.svg [ 74%] Generating gui_menu.svg [ 74%] Generating gui_minus.svg [ 74%] Generating gui_plus.svg [ 74%] Generating gui_quit.svg [ 74%] Generating gui_rules.svg [ 74%] Generating gui_search.svg [ 74%] Generating gui_select_country.svg [ 74%] Generating gui_select_house_number.svg [ 74%] Generating gui_select_street.svg [ 74%] Generating gui_select_town.svg [ 74%] Generating gui_settings.svg [ 74%] Generating gui_sound.svg [ 74%] Generating gui_sound_off.svg [ 74%] Generating gui_stop.svg [ 74%] Generating gui_strength_0.svg [ 74%] Generating gui_strength_1.svg [ 74%] Generating gui_strength_2.svg [ 74%] Generating gui_strength_3.svg [ 74%] Generating gui_strength_4.svg [ 74%] Generating gui_strength_5.svg [ 74%] Generating gui_tools.svg [ 74%] Generating gui_town.svg [ 75%] Generating gui_vehicle.svg [ 75%] Generating gui_vehicle_pedestrian.svg [ 75%] Generating gui_zoom_auto.svg [ 75%] Generating gui_zoom_in.svg [ 75%] Generating gui_zoom_manual.svg [ 75%] Generating gui_zoom_out.svg [ 75%] Generating gui_zoom_route.svg [ 75%] Generating heliport.svg [ 75%] Generating hindu.svg [ 75%] Generating hospital.svg [ 75%] Generating hotel.svg [ 75%] Generating hotspring.svg [ 75%] Generating hunting_stand.svg [ 75%] Generating ic_notify.svg [ 75%] Generating information.svg [ 75%] Generating islamic.svg [ 75%] Generating jain.svg [ 75%] Generating jewish.svg [ 75%] Generating justice.svg [ 75%] Generating level_crossing.svg [ 75%] Generating library.svg [ 75%] Generating mark.svg [ 75%] Generating memorial.svg [ 76%] Generating menu.svg [ 76%] Generating military.svg [ 76%] Generating mini_roundabout.svg [ 76%] Generating museum.svg [ 76%] Generating nav_destination_bk.svg [ 76%] Generating nav_destination_wh.svg [ 76%] Generating nav_exit_left_bk.svg [ 76%] Generating nav_exit_left_wh.svg [ 76%] Generating nav_exit_right_bk.svg [ 76%] Generating nav_exit_right_wh.svg [ 76%] Generating nav_keep_left_bk.svg [ 76%] Generating nav_keep_left_wh.svg [ 76%] Generating nav_keep_right_bk.svg [ 76%] Generating nav_keep_right_wh.svg [ 76%] Generating nav_left_1_bk.svg [ 76%] Generating nav_left_1_wh.svg [ 76%] Generating nav_left_2_bk.svg [ 76%] Generating nav_left_2_wh.svg [ 76%] Generating nav_left_3_bk.svg [ 76%] Generating nav_left_3_wh.svg [ 76%] Generating nav_merge_left_bk.svg [ 76%] Generating nav_merge_left_wh.svg [ 76%] Generating nav_merge_right_bk.svg [ 77%] Generating nav_merge_right_wh.svg [ 77%] Generating nav_right_1_bk.svg [ 77%] Generating nav_right_1_wh.svg [ 77%] Generating nav_right_2_bk.svg [ 77%] Generating nav_right_2_wh.svg [ 77%] Generating nav_right_3_bk.svg [ 77%] Generating nav_right_3_wh.svg [ 77%] Generating nav_roundabout_l1_bk.svg [ 77%] Generating nav_roundabout_l1_wh.svg [ 77%] Generating nav_roundabout_l2_bk.svg [ 77%] Generating nav_roundabout_l2_wh.svg [ 77%] Generating nav_roundabout_l3_bk.svg [ 77%] Generating nav_roundabout_l3_wh.svg [ 77%] Generating nav_roundabout_l4_bk.svg [ 77%] Generating nav_roundabout_l4_wh.svg [ 77%] Generating nav_roundabout_l5_bk.svg [ 77%] Generating nav_roundabout_l5_wh.svg [ 77%] Generating nav_roundabout_l6_bk.svg [ 77%] Generating nav_roundabout_l6_wh.svg [ 77%] Generating nav_roundabout_l7_bk.svg [ 77%] Generating nav_roundabout_l7_wh.svg [ 77%] Generating nav_roundabout_l8_bk.svg [ 77%] Generating nav_roundabout_l8_wh.svg [ 78%] Generating nav_roundabout_r1_bk.svg [ 78%] Generating nav_roundabout_r1_wh.svg [ 78%] Generating nav_roundabout_r2_bk.svg [ 78%] Generating nav_roundabout_r2_wh.svg [ 78%] Generating nav_roundabout_r3_bk.svg [ 78%] Generating nav_roundabout_r3_wh.svg [ 78%] Generating nav_roundabout_r4_bk.svg [ 78%] Generating nav_roundabout_r4_wh.svg [ 78%] Generating nav_roundabout_r5_bk.svg [ 78%] Generating nav_roundabout_r5_wh.svg [ 78%] Generating nav_roundabout_r6_bk.svg [ 78%] Generating nav_roundabout_r6_wh.svg [ 78%] Generating nav_roundabout_r7_bk.svg [ 78%] Generating nav_roundabout_r7_wh.svg [ 78%] Generating nav_roundabout_r8_bk.svg [ 78%] Generating nav_roundabout_r8_wh.svg [ 78%] Generating nav_straight_bk.svg [ 78%] Generating nav_straight_wh.svg [ 78%] Generating nav_turnaround_left_bk.svg [ 78%] Generating nav_turnaround_left_wh.svg [ 78%] Generating nav_turnaround_right_bk.svg [ 78%] Generating nav_turnaround_right_wh.svg [ 78%] Generating navit.svg [ 79%] Generating pagan.svg [ 79%] Generating parking.svg [ 79%] Generating pastafarian.svg [ 79%] Generating peak.svg [ 79%] Generating pharmacy.svg [ 79%] Generating picnic.svg [ 79%] Generating playground.svg [ 79%] Generating police.svg [ 79%] Generating post.svg [ 79%] Generating public_office.svg [ 79%] Generating rail_station.svg [ 79%] Generating repair_service.svg [ 79%] Generating resort.svg [ 79%] Generating restaurant.svg [ 79%] Generating ruins.svg [ 79%] Generating school.svg [ 79%] Generating shelter.svg [ 79%] Generating shinto.svg [ 79%] Generating shop_apparel.svg [ 79%] Generating shop_computer.svg [ 79%] Generating shop_department.svg [ 79%] Generating shop_grocery.svg [ 79%] Generating shopping.svg [ 79%] Generating sikh.svg [ 80%] Generating skiing.svg [ 80%] Generating sport.svg [ 80%] Generating stadium.svg [ 80%] Generating status_calculating_bk.svg [ 80%] Generating status_calculating_wh.svg [ 80%] Generating status_no_destination_bk.svg [ 80%] Generating status_no_destination_wh.svg [ 80%] Generating status_no_route_bk.svg [ 80%] Generating status_no_route_wh.svg [ 80%] Generating status_position_wait_bk.svg [ 80%] Generating status_position_wait_wh.svg [ 80%] Generating status_recalculating_bk.svg [ 80%] Generating status_recalculating_wh.svg [ 80%] Generating status_routing_bk.svg [ 80%] Generating status_routing_wh.svg [ 80%] Generating swimming.svg [ 80%] Generating taoist.svg [ 80%] Generating taxi.svg [ 80%] Generating tec_common.svg [ 80%] Generating telephone.svg [ 80%] Generating theater.svg [ 80%] Generating toggle_fullscreen.svg [ 80%] Generating toilets.svg [ 81%] Generating tomtom_minus.svg [ 81%] Generating tomtom_plus.svg [ 81%] Generating tower.svg [ 81%] Generating townhall.svg [ 81%] Generating traffic_signals.svg [ 81%] Generating unknown.svg [ 81%] Generating viewpoint.svg [ 81%] Generating wifi.svg [ 81%] Generating worship.svg [ 81%] Generating zipcode.svg [ 81%] Generating zoo.svg [ 81%] Generating zoom_in.svg [ 81%] Generating zoom_out.svg [ 81%] Generating country_.svgz [ 81%] Generating country_AD.svgz [ 81%] Generating country_AE.svgz [ 81%] Generating country_AF.svgz [ 81%] Generating country_AG.svgz [ 81%] Generating country_AI.svgz [ 81%] Generating country_AL.svgz [ 81%] Generating country_AM.svgz [ 81%] Generating country_AN.svgz [ 81%] Generating country_AO.svgz [ 82%] Generating country_AQ.svgz [ 82%] Generating country_AR.svgz [ 82%] Generating country_AS.svgz [ 82%] Generating country_AT.svgz [ 82%] Generating country_AU.svgz [ 82%] Generating country_AW.svgz [ 82%] Generating country_AX.svgz [ 82%] Generating country_AZ.svgz [ 82%] Generating country_BA.svgz [ 82%] Generating country_BB.svgz [ 82%] Generating country_BD.svgz [ 82%] Generating country_BE.svgz [ 82%] Generating country_BF.svgz [ 82%] Generating country_BG.svgz [ 82%] Generating country_BH.svgz [ 82%] Generating country_BI.svgz [ 82%] Generating country_BJ.svgz [ 82%] Generating country_BL.svgz [ 82%] Generating country_BM.svgz [ 82%] Generating country_BN.svgz [ 82%] Generating country_BO.svgz [ 82%] Generating country_BR.svgz [ 82%] Generating country_BS.svgz [ 83%] Generating country_BT.svgz [ 83%] Generating country_BV.svgz [ 83%] Generating country_BW.svgz [ 83%] Generating country_BY.svgz [ 83%] Generating country_BZ.svgz [ 83%] Generating country_CA.svgz [ 83%] Generating country_CC.svgz [ 83%] Generating country_CD.svgz [ 83%] Generating country_CF.svgz [ 83%] Generating country_CG.svgz [ 83%] Generating country_CH.svgz [ 83%] Generating country_CI.svgz [ 83%] Generating country_CK.svgz [ 83%] Generating country_CL.svgz [ 83%] Generating country_CM.svgz [ 83%] Generating country_CN.svgz [ 83%] Generating country_CO.svgz [ 83%] Generating country_CR.svgz [ 83%] Generating country_CU.svgz [ 83%] Generating country_CV.svgz [ 83%] Generating country_CX.svgz [ 83%] Generating country_CY.svgz [ 83%] Generating country_CZ.svgz [ 84%] Generating country_DE.svgz [ 84%] Generating country_DJ.svgz [ 84%] Generating country_DK.svgz [ 84%] Generating country_DM.svgz [ 84%] Generating country_DO.svgz [ 84%] Generating country_DZ.svgz [ 84%] Generating country_EC.svgz [ 84%] Generating country_EE.svgz [ 84%] Generating country_EG.svgz [ 84%] Generating country_EH.svgz [ 84%] Generating country_ER.svgz [ 84%] Generating country_ES.svgz [ 84%] Generating country_ET.svgz [ 84%] Generating country_FI.svgz [ 84%] Generating country_FJ.svgz [ 84%] Generating country_FK.svgz [ 84%] Generating country_FM.svgz [ 84%] Generating country_FO.svgz [ 84%] Generating country_FR.svgz [ 84%] Generating country_GA.svgz [ 84%] Generating country_GB.svgz [ 84%] Generating country_GD.svgz [ 84%] Generating country_GE.svgz [ 85%] Generating country_GF.svgz [ 85%] Generating country_GG.svgz [ 85%] Generating country_GH.svgz [ 85%] Generating country_GI.svgz [ 85%] Generating country_GL.svgz [ 85%] Generating country_GM.svgz [ 85%] Generating country_GN.svgz [ 85%] Generating country_GP.svgz [ 85%] Generating country_GQ.svgz [ 85%] Generating country_GR.svgz [ 85%] Generating country_GS.svgz [ 85%] Generating country_GT.svgz [ 85%] Generating country_GU.svgz [ 85%] Generating country_GW.svgz [ 85%] Generating country_GY.svgz [ 85%] Generating country_HK.svgz [ 85%] Generating country_HM.svgz [ 85%] Generating country_HN.svgz [ 85%] Generating country_HR.svgz [ 85%] Generating country_HT.svgz [ 85%] Generating country_HU.svgz [ 85%] Generating country_ID.svgz [ 85%] Generating country_IE.svgz [ 86%] Generating country_IL.svgz [ 86%] Generating country_IM.svgz [ 86%] Generating country_IN.svgz [ 86%] Generating country_IO.svgz [ 86%] Generating country_IQ.svgz [ 86%] Generating country_IR.svgz [ 86%] Generating country_IS.svgz [ 86%] Generating country_IT.svgz [ 86%] Generating country_JE.svgz [ 86%] Generating country_JM.svgz [ 86%] Generating country_JO.svgz [ 86%] Generating country_JP.svgz [ 86%] Generating country_KE.svgz [ 86%] Generating country_KG.svgz [ 86%] Generating country_KH.svgz [ 86%] Generating country_KI.svgz [ 86%] Generating country_KM.svgz [ 86%] Generating country_KN.svgz [ 86%] Generating country_KP.svgz [ 86%] Generating country_KR.svgz [ 86%] Generating country_KW.svgz [ 86%] Generating country_KY.svgz [ 86%] Generating country_KZ.svgz [ 86%] Generating country_LA.svgz [ 87%] Generating country_LB.svgz [ 87%] Generating country_LC.svgz [ 87%] Generating country_LI.svgz [ 87%] Generating country_LK.svgz [ 87%] Generating country_LR.svgz [ 87%] Generating country_LS.svgz [ 87%] Generating country_LT.svgz [ 87%] Generating country_LU.svgz [ 87%] Generating country_LV.svgz [ 87%] Generating country_LY.svgz [ 87%] Generating country_MA.svgz [ 87%] Generating country_MC.svgz [ 87%] Generating country_MD.svgz [ 87%] Generating country_ME.svgz [ 87%] Generating country_MF.svgz [ 87%] Generating country_MG.svgz [ 87%] Generating country_MH.svgz [ 87%] Generating country_MK.svgz [ 87%] Generating country_ML.svgz [ 87%] Generating country_MM.svgz [ 87%] Generating country_MN.svgz [ 87%] Generating country_MO.svgz [ 87%] Generating country_MP.svgz [ 88%] Generating country_MQ.svgz [ 88%] Generating country_MR.svgz [ 88%] Generating country_MS.svgz [ 88%] Generating country_MT.svgz [ 88%] Generating country_MU.svgz [ 88%] Generating country_MV.svgz [ 88%] Generating country_MW.svgz [ 88%] Generating country_MX.svgz [ 88%] Generating country_MY.svgz [ 88%] Generating country_MZ.svgz [ 88%] Generating country_NA.svgz [ 88%] Generating country_NC.svgz [ 88%] Generating country_NE.svgz [ 88%] Generating country_NF.svgz [ 88%] Generating country_NG.svgz [ 88%] Generating country_NI.svgz [ 88%] Generating country_NL.svgz [ 88%] Generating country_NO.svgz [ 88%] Generating country_NP.svgz [ 88%] Generating country_NR.svgz [ 88%] Generating country_NU.svgz [ 88%] Generating country_NZ.svgz [ 88%] Generating country_OM.svgz [ 89%] Generating country_PA.svgz [ 89%] Generating country_PE.svgz [ 89%] Generating country_PF.svgz [ 89%] Generating country_PG.svgz [ 89%] Generating country_PH.svgz [ 89%] Generating country_PK.svgz [ 89%] Generating country_PL.svgz [ 89%] Generating country_PM.svgz [ 89%] Generating country_PN.svgz [ 89%] Generating country_PR.svgz [ 89%] Generating country_PS.svgz [ 89%] Generating country_PT.svgz [ 89%] Generating country_PW.svgz [ 89%] Generating country_PY.svgz [ 89%] Generating country_QA.svgz [ 89%] Generating country_RE.svgz [ 89%] Generating country_RO.svgz [ 89%] Generating country_RS.svgz [ 89%] Generating country_RU.svgz [ 89%] Generating country_RW.svgz [ 89%] Generating country_SA.svgz [ 89%] Generating country_SB.svgz [ 89%] Generating country_SC.svgz [ 90%] Generating country_SD.svgz [ 90%] Generating country_SE.svgz [ 90%] Generating country_SG.svgz [ 90%] Generating country_SH.svgz [ 90%] Generating country_SI.svgz [ 90%] Generating country_SJ.svgz [ 90%] Generating country_SK.svgz [ 90%] Generating country_SL.svgz [ 90%] Generating country_SM.svgz [ 90%] Generating country_SN.svgz [ 90%] Generating country_SO.svgz [ 90%] Generating country_SR.svgz [ 90%] Generating country_ST.svgz [ 90%] Generating country_SV.svgz [ 90%] Generating country_SY.svgz [ 90%] Generating country_SZ.svgz [ 90%] Generating country_TC.svgz [ 90%] Generating country_TD.svgz [ 90%] Generating country_TF.svgz [ 90%] Generating country_TG.svgz [ 90%] Generating country_TH.svgz [ 90%] Generating country_TJ.svgz [ 90%] Generating country_TK.svgz [ 91%] Generating country_TL.svgz [ 91%] Generating country_TM.svgz [ 91%] Generating country_TN.svgz [ 91%] Generating country_TO.svgz [ 91%] Generating country_TR.svgz [ 91%] Generating country_TT.svgz [ 91%] Generating country_TV.svgz [ 91%] Generating country_TW.svgz [ 91%] Generating country_TZ.svgz [ 91%] Generating country_UA.svgz [ 91%] Generating country_UG.svgz [ 91%] Generating country_UM.svgz [ 91%] Generating country_US.svgz [ 91%] Generating country_UY.svgz [ 91%] Generating country_UZ.svgz [ 91%] Generating country_VA.svgz [ 91%] Generating country_VC.svgz [ 91%] Generating country_VE.svgz [ 91%] Generating country_VG.svgz [ 91%] Generating country_VI.svgz [ 91%] Generating country_VN.svgz [ 91%] Generating country_VU.svgz [ 91%] Generating country_WF.svgz [ 92%] Generating country_WS.svgz [ 92%] Generating country_YE.svgz [ 92%] Generating country_YT.svgz [ 92%] Generating country_ZA.svgz [ 92%] Generating country_ZM.svgz [ 92%] Generating country_ZW.svgz [ 92%] Generating bus_halt.xpm [ 92%] Generating dumping_station.xpm [ 92%] Generating flag_bk_tr.xpm [ 92%] Generating flag_bk_wh.xpm [ 92%] Generating flag_bl_wh.xpm [ 92%] Generating flag_wh_bk.xpm [ 92%] Generating gc_event.xpm [ 92%] Generating gc_multi.xpm [ 92%] Generating gc_mystery.xpm [ 92%] Generating gc_question.xpm [ 92%] Generating gc_reference.xpm [ 92%] Generating gc_stages.xpm [ 92%] Generating gc_tradi.xpm [ 92%] Generating gc_webcam.xpm [ 92%] Generating gui_sound_32.xpm [ 92%] Generating gui_sound_off_32.xpm [ 92%] Generating highway_exit.xpm [ 92%] Generating nav_left_1.xpm [ 93%] Generating nav_left_1_32.xpm [ 93%] Generating nav_left_2.xpm [ 93%] Generating nav_left_2_32.xpm [ 93%] Generating nav_right_1.xpm [ 93%] Generating nav_right_1_32.xpm [ 93%] Generating nav_right_2.xpm [ 93%] Generating nav_right_2_32.xpm [ 93%] Generating nav_straight.xpm [ 93%] Generating nav_straight_32.xpm [ 93%] Generating restroom.xpm [ 93%] Generating trailerpark.xpm [ 93%] Built target images Scanning dependencies of target locales [ 93%] Generating strings_xml.c [ 93%] Generating navit_shipped.c [ 93%] Generating navit.pot [ 93%] Generating zh_TW.po Read 1 old + 1 reference, merged 721, fuzzied 0, missing 29, obsolete 23. [ 93%] Generating zh_TW.mo /home/futura/Downloads/navit-build/po/zh_TW.po:7: warning: header field 'Language' still has the initial default value /home/futura/Downloads/navit-build/po/zh_TW.po: 718 translated messages, 31 untranslated messages. [ 93%] Generating zh_HK.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 93%] Generating zh_HK.mo /home/futura/Downloads/navit-build/po/zh_HK.po: 399 translated messages, 350 untranslated messages. [ 93%] Generating zh_CN.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 93%] Generating zh_CN.mo /home/futura/Downloads/navit-build/po/zh_CN.po: 429 translated messages, 320 untranslated messages. [ 93%] Generating vi.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 93%] Generating vi.mo /home/futura/Downloads/navit-build/po/vi.po: 428 translated messages, 321 untranslated messages. [ 94%] Generating ur.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 94%] Generating ur.mo /home/futura/Downloads/navit-build/po/ur.po: 429 translated messages, 320 untranslated messages. [ 94%] Generating uk.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 94%] Generating uk.mo /home/futura/Downloads/navit-build/po/uk.po: 442 translated messages, 307 untranslated messages. [ 94%] Generating tr.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 94%] Generating tr.mo /home/futura/Downloads/navit-build/po/tr.po: 589 translated messages, 160 untranslated messages. [ 94%] Generating th.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 94%] Generating th.mo /home/futura/Downloads/navit-build/po/th.po: 319 translated messages, 430 untranslated messages. [ 94%] Generating te.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 94%] Generating te.mo /home/futura/Downloads/navit-build/po/te.po: 147 translated messages, 602 untranslated messages. [ 94%] Generating ta.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 94%] Generating ta.mo /home/futura/Downloads/navit-build/po/ta.po: 23 translated messages, 726 untranslated messages. [ 94%] Generating sw.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 94%] Generating sw.mo /home/futura/Downloads/navit-build/po/sw.po: 177 translated messages, 572 untranslated messages. [ 94%] Generating sv.po Read 1 old + 1 reference, merged 720, fuzzied 0, missing 30, obsolete 24. [ 94%] Generating sv.mo /home/futura/Downloads/navit-build/po/sv.po: 434 translated messages, 315 untranslated messages. [ 94%] Generating sr.po Read 1 old + 1 reference, merged 745, fuzzied 0, missing 5, obsolete 21. [ 95%] Generating sr.mo /home/futura/Downloads/navit-build/po/sr.po:12: warning: header field 'Language' still has the initial default value /home/futura/Downloads/navit-build/po/sr.po: 635 translated messages, 114 untranslated messages. [ 95%] Generating sq.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 95%] Generating sq.mo /home/futura/Downloads/navit-build/po/sq.po: 126 translated messages, 623 untranslated messages. [ 95%] Generating sl.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 95%] Generating sl.mo /home/futura/Downloads/navit-build/po/sl.po: 386 translated messages, 363 untranslated messages. [ 95%] Generating sk.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 95%] Generating sk.mo /home/futura/Downloads/navit-build/po/sk.po: 660 translated messages, 89 untranslated messages. [ 95%] Generating si.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 95%] Generating si.mo /home/futura/Downloads/navit-build/po/si.po: 409 translated messages, 340 untranslated messages. [ 95%] Generating sc.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 95%] Generating sc.mo /home/futura/Downloads/navit-build/po/sc.po: 225 translated messages, 524 untranslated messages. [ 95%] Generating ru.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 95%] Generating ru.mo /home/futura/Downloads/navit-build/po/ru.po: 717 translated messages, 32 untranslated messages. [ 95%] Generating ro.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 95%] Generating ro.mo /home/futura/Downloads/navit-build/po/ro.po: 434 translated messages, 315 untranslated messages. [ 95%] Generating pt_BR.po Read 1 old + 1 reference, merged 720, fuzzied 0, missing 30, obsolete 24. [ 95%] Generating pt_BR.mo /home/futura/Downloads/navit-build/po/pt_BR.po: 706 translated messages, 43 untranslated messages. [ 95%] Generating pt.po Read 1 old + 1 reference, merged 729, fuzzied 0, missing 21, obsolete 24. [ 95%] Generating pt.mo /home/futura/Downloads/navit-build/po/pt.po: 728 translated messages, 21 untranslated messages. [ 95%] Generating pms.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 95%] Generating pms.mo /home/futura/Downloads/navit-build/po/pms.po: 17 translated messages, 732 untranslated messages. [ 95%] Generating pl.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 95%] Generating pl.mo /home/futura/Downloads/navit-build/po/pl.po: 650 translated messages, 99 untranslated messages. [ 95%] Generating nn.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 95%] Generating nn.mo /home/futura/Downloads/navit-build/po/nn.po: 352 translated messages, 397 untranslated messages. [ 95%] Generating nl.po Read 1 old + 1 reference, merged 745, fuzzied 0, missing 5, obsolete 22. /home/futura/Downloads/navit-build/po/nl.po.tmp:2375: warning: internationalized messages should not contain the '\r' escape sequence [ 95%] Generating nl.mo /home/futura/Downloads/navit-build/po/nl.po: 741 translated messages, 8 untranslated messages. [ 95%] Generating nds.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 95%] Generating nds.mo /home/futura/Downloads/navit-build/po/nds.po: 424 translated messages, 325 untranslated messages. [ 96%] Generating nb.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 96%] Generating nb.mo /home/futura/Downloads/navit-build/po/nb.po: 575 translated messages, 174 untranslated messages. [ 96%] Generating mr.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 96%] Generating mr.mo /home/futura/Downloads/navit-build/po/mr.po: 15 translated messages, 734 untranslated messages. [ 96%] Generating mn.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 96%] Generating mn.mo /home/futura/Downloads/navit-build/po/mn.po: 10 translated messages, 739 untranslated messages. [ 96%] Generating ml.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 96%] Generating ml.mo /home/futura/Downloads/navit-build/po/ml.po: 680 translated messages, 69 untranslated messages. [ 96%] Generating mk.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 96%] Generating mk.mo /home/futura/Downloads/navit-build/po/mk.po: 439 translated messages, 310 untranslated messages. [ 96%] Generating lv.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 96%] Generating lv.mo /home/futura/Downloads/navit-build/po/lv.po: 634 translated messages, 115 untranslated messages. [ 96%] Generating lt.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 96%] Generating lt.mo /home/futura/Downloads/navit-build/po/lt.po: 614 translated messages, 135 untranslated messages. [ 96%] Generating lb.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 96%] Generating lb.mo /home/futura/Downloads/navit-build/po/lb.po: 42 translated messages, 707 untranslated messages. [ 96%] Generating ku.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 97%] Generating ku.mo /home/futura/Downloads/navit-build/po/ku.po: 10 translated messages, 739 untranslated messages. [ 97%] Generating ko.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 97%] Generating ko.mo /home/futura/Downloads/navit-build/po/ko.po: 321 translated messages, 428 untranslated messages. [ 97%] Generating kn.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 97%] Generating kn.mo /home/futura/Downloads/navit-build/po/kn.po: 2 translated messages, 747 untranslated messages. [ 97%] Generating kk.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 97%] Generating kk.mo /home/futura/Downloads/navit-build/po/kk.po: 0 translated messages, 749 untranslated messages. [ 97%] Generating jv.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 97%] Generating jv.mo /home/futura/Downloads/navit-build/po/jv.po: 124 translated messages, 625 untranslated messages. [ 97%] Generating ja.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 97%] Generating ja.mo /home/futura/Downloads/navit-build/po/ja.po: 274 translated messages, 475 untranslated messages. [ 97%] Generating it.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 97%] Generating it.mo /home/futura/Downloads/navit-build/po/it.po: 711 translated messages, 38 untranslated messages. [ 97%] Generating id.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 97%] Generating id.mo /home/futura/Downloads/navit-build/po/id.po: 352 translated messages, 397 untranslated messages. [ 97%] Generating hu.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 97%] Generating hu.mo /home/futura/Downloads/navit-build/po/hu.po: 684 translated messages, 65 untranslated messages. [ 97%] Generating hr.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 97%] Generating hr.mo /home/futura/Downloads/navit-build/po/hr.po: 426 translated messages, 323 untranslated messages. [ 97%] Generating hi.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 97%] Generating hi.mo /home/futura/Downloads/navit-build/po/hi.po: 34 translated messages, 715 untranslated messages. [ 97%] Generating he.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 97%] Generating he.mo /home/futura/Downloads/navit-build/po/he.po: 438 translated messages, 311 untranslated messages. [ 97%] Generating gl.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 97%] Generating gl.mo /home/futura/Downloads/navit-build/po/gl.po: 376 translated messages, 373 untranslated messages. [ 97%] Generating fy.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 97%] Generating fy.mo /home/futura/Downloads/navit-build/po/fy.po: 6 translated messages, 743 untranslated messages. [ 97%] Generating fr_CH.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 97%] Generating fr_CH.mo /home/futura/Downloads/navit-build/po/fr_CH.po: 427 translated messages, 322 untranslated messages. [ 98%] Generating fr.po Read 1 old + 1 reference, merged 733, fuzzied 0, missing 17, obsolete 26. [ 98%] Generating fr.mo /home/futura/Downloads/navit-build/po/fr.po: 724 translated messages, 25 untranslated messages. [ 98%] Generating fo.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 98%] Generating fo.mo /home/futura/Downloads/navit-build/po/fo.po: 431 translated messages, 318 untranslated messages. [ 98%] Generating fil.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 98%] Generating fil.mo /home/futura/Downloads/navit-build/po/fil.po: 24 translated messages, 725 untranslated messages. [ 98%] Generating fi.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 98%] Generating fi.mo /home/futura/Downloads/navit-build/po/fi.po: 431 translated messages, 318 untranslated messages. [ 98%] Generating fa.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 98%] Generating fa.mo /home/futura/Downloads/navit-build/po/fa.po: 97 translated messages, 652 untranslated messages. [ 98%] Generating eu.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 98%] Generating eu.mo /home/futura/Downloads/navit-build/po/eu.po: 428 translated messages, 321 untranslated messages. [ 98%] Generating et.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 98%] Generating et.mo /home/futura/Downloads/navit-build/po/et.po: 686 translated messages, 63 untranslated messages. [ 98%] Generating es.po Read 1 old + 1 reference, merged 741, fuzzied 0, missing 9, obsolete 25. [ 98%] Generating es.mo /home/futura/Downloads/navit-build/po/es.po: 729 translated messages, 20 untranslated messages. [ 98%] Generating eo.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 99%] Generating eo.mo /home/futura/Downloads/navit-build/po/eo.po: 416 translated messages, 333 untranslated messages. [ 99%] Generating en_GB.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 99%] Generating en_GB.mo /home/futura/Downloads/navit-build/po/en_GB.po: 719 translated messages, 30 untranslated messages. [ 99%] Generating en_CA.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 99%] Generating en_CA.mo /home/futura/Downloads/navit-build/po/en_CA.po: 419 translated messages, 330 untranslated messages. [ 99%] Generating en_AU.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 99%] Generating en_AU.mo /home/futura/Downloads/navit-build/po/en_AU.po: 439 translated messages, 310 untranslated messages. [ 99%] Generating en.po Read 1 old + 1 reference, merged 718, fuzzied 0, missing 32, obsolete 26. [ 99%] Generating en.mo /home/futura/Downloads/navit-build/po/en.po: 53 translated messages, 696 untranslated messages. [ 99%] Generating el.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 99%] Generating el.mo /home/futura/Downloads/navit-build/po/el.po: 454 translated messages, 295 untranslated messages. [ 99%] Generating de_CH.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 99%] Generating de_CH.mo /home/futura/Downloads/navit-build/po/de_CH.po: 0 translated messages, 749 untranslated messages. [ 99%] Generating de.po Read 1 old + 1 reference, merged 741, fuzzied 0, missing 9, obsolete 27. [ 99%] Generating de.mo /home/futura/Downloads/navit-build/po/de.po: 729 translated messages, 20 untranslated messages. [ 99%] Generating da.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 26. [ 99%] Generating da.mo /home/futura/Downloads/navit-build/po/da.po: 454 translated messages, 295 untranslated messages. [ 99%] Generating cy.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 99%] Generating cy.mo /home/futura/Downloads/navit-build/po/cy.po: 13 translated messages, 736 untranslated messages. [ 99%] Generating cs.po Read 1 old + 1 reference, merged 745, fuzzied 0, missing 5, obsolete 22. [ 99%] Generating cs.mo /home/futura/Downloads/navit-build/po/cs.po: 729 translated messages, 20 untranslated messages. [ 99%] Generating ckb.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 99%] Generating ckb.mo /home/futura/Downloads/navit-build/po/ckb.po: 1 translated message, 748 untranslated messages. [ 99%] Generating ca.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [ 99%] Generating ca.mo /home/futura/Downloads/navit-build/po/ca.po: 459 translated messages, 290 untranslated messages. [ 99%] Generating bs.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 99%] Generating bs.mo /home/futura/Downloads/navit-build/po/bs.po: 22 translated messages, 727 untranslated messages. [ 99%] Generating bg.po Read 1 old + 1 reference, merged 720, fuzzied 0, missing 30, obsolete 24. [ 99%] Generating bg.mo /home/futura/Downloads/navit-build/po/bg.po: 407 translated messages, 342 untranslated messages. [ 99%] Generating be.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 23. [ 99%] Generating be.mo /home/futura/Downloads/navit-build/po/be.po: 338 translated messages, 411 untranslated messages. [100%] Generating ast.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [100%] Generating ast.mo /home/futura/Downloads/navit-build/po/ast.po: 434 translated messages, 315 untranslated messages. [100%] Generating ar.po Read 1 old + 1 reference, merged 714, fuzzied 0, missing 36, obsolete 21. [100%] Generating ar.mo /home/futura/Downloads/navit-build/po/ar.po: 625 translated messages, 124 untranslated messages. [100%] Generating af.po Read 1 old + 1 reference, merged 723, fuzzied 0, missing 27, obsolete 24. [100%] Generating af.mo /home/futura/Downloads/navit-build/po/af.po: 433 translated messages, 316 untranslated messages. [100%] Built target locales
jkoan commented 2 years ago

This is not what i meant, i do mean the output of "./navit"

anantha-vidhya commented 2 years ago

Screenshot from 2021-12-18 18-03-46

anantha-vidhya commented 2 years ago

This is only log came *futura@futura-Lenovo-Legion-Y540-15IRH-PG0:~/Downloads/navit-build/navit$ ./navit Running from source directory error:navit:xinclude:Unable to include /home/futura/Downloads/navit-build/navit/maps/.xml**

jkoan commented 2 years ago

Have you tried to search for something from the menu after clicking the yellow? If there shows something up, the center is set wrong. You can fix this by selecting "Show on map" at the found item

anantha-vidhya commented 2 years ago

from menu show on map any thing not came. Screenshot from 2021-12-18 18-14-35

jkoan commented 2 years ago

Menu->Actions->Town-> Search for something that should be within the map -> View on map

If you can not find anything check that navit is using the right config file by adding the Path to the command ./navit /path/to/config_file.xml

anantha-vidhya commented 2 years ago

where is this config_file.xml file i couldn't find any file with this name neither in source directory nor in build directory or you mean navit.xml file? Th eresult is like this .. img

anantha-vidhya commented 2 years ago

It doesn't showed any error like "*error:navit:xinclude:Unable to include /home/futura/Downloads/navit-build/navit/maps/.xml**" But map also not came. i downloaded sydney map but in Menu->Actions->Town it not even showing any suggestion with name sydney.

anantha-vidhya commented 2 years ago

Can some one please help me ? Also i am struggling a lot for cross-compiling navit source code to arm board for that i am using cross-compiling tool chain linaro6.2 but i am unable to succeed directly i tried to build using bitbake which also failing to built as some dependence libraries are blacklisted.you Thanking you A.N.V.Lavanya

jkoan commented 2 years ago

Could you please upload the config file xml? I think your maps are not configured correctly

anantha-vidhya commented 2 years ago

Hello navit-gps team, I am facing still issue of the adding maps to gui. But here i am facing issue in cross-compiling the navit to a arm board Can you guide me in proper.

xevilstar commented 2 years ago

same issue on a raspberry pi 4

xevilstar@raspberrypi:~/Maps $ navit /etc/navit/navit.xml
error:navit:traffic_new:wrong type 'null'
error:navit:xinclude:Unable to include '/usr/share/navit/maps/*.xml'
error:navit:xinclude:Unable to include '/home/xevilstar/.navit/navit_layout_*.xml'
error:navit:xinclude:Unable to include '/usr/share/navit/navit_layout_*.xml'
xevilstar@raspberrypi:~/Maps $ navit -v
navit 0.5.6+git:xdevxgitxnotxfound-
jkoan commented 2 years ago

same issue on a raspberry pi 4

xevilstar@raspberrypi:~/Maps $ navit /etc/navit/navit.xml
error:navit:traffic_new:wrong type 'null'
error:navit:xinclude:Unable to include '/usr/share/navit/maps/*.xml'
error:navit:xinclude:Unable to include '/home/xevilstar/.navit/navit_layout_*.xml'
error:navit:xinclude:Unable to include '/usr/share/navit/navit_layout_*.xml'
xevilstar@raspberrypi:~/Maps $ navit -v
navit 0.5.6+git:xdevxgitxnotxfound-

On Debian/Ubuntu/Rasberry Pi OS the layout files are missing:

To get them you need we do some simple things: 1) Download navitlayout*.xml from here: https://github.com/navit-gps/navit/tree/trunk/navit 2) Put them here /usr/share/navit/ or ~/.navit/

xevilstar commented 2 years ago

done thanks

On Wed, Jul 6, 2022 at 3:41 PM jkoan @.***> wrote:

same issue on a raspberry pi 4

@.:~/Maps $ navit /etc/navit/navit.xml error:navit:traffic_new:wrong type 'null' error:navit:xinclude:Unable to include '/usr/share/navit/maps/.xml' error:navit:xinclude:Unable to include '/home/xevilstar/.navit/navitlayout.xml' error:navit:xinclude:Unable to include '/usr/share/navit/navitlayout.xml' **@.***:~/Maps $ navit -v navit 0.5.6+git:xdevxgitxnotxfound-

On Debian/Ubuntu/Rasberry Pi OS the layout files are missing:

To get them you need we do some simple things:

  1. Download navitlayout*.xml from here: https://github.com/navit-gps/navit/tree/trunk/navit
  2. Put them here /usr/share/navit/ or ~/.navit/

— Reply to this email directly, view it on GitHub https://github.com/navit-gps/navit/issues/954#issuecomment-1176237793, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKTHVNFH4SNXK4MKMHN3SLVSWEKJANCNFSM4KFXNALA . You are receiving this because you commented.Message ID: @.***>