Opened 13 years ago
Closed 13 years ago
#613 closed defect/bug (fixed)
Disable maptool in WinCE build
Reported by: | mvglasow (2) | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | version 0.2.0 |
Component: | port/wince | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
When building Navit for WinCE (as described in http://wiki.navit-project.org/index.php/Compiling_Navit_for_WinCE/WinMobile), navit.exe itself builds successfully (tested on Ubuntu 10.4) but maptool fails due to some undefined references, thus make will terminate with some error messages.
If I see that correctly, maptool is not needed anyway on Windows CE (was it ever intended to be used on WinCE?), so the clean way would be to exclude it from the build if the target platform is WinCE.
Attachments (1)
Change History (4)
Changed 13 years ago by mvglasow (2)
comment:1 Changed 13 years ago by mvglasow (2)
Patch attached; tested on Ubuntu 10.4. Build skips maptool and finishes cleanly.
comment:2 Changed 13 years ago by mvglasow (2)
- Milestone changed from want patch / contribution to version 0.2.0
comment:3 Changed 13 years ago by woglinde
- Resolution set to fixed
- Status changed from new to closed
fixed with revision r3507
http://navit.svn.sourceforge.net/viewvc/navit?view=revision&revision=3507
exclude maptool from build when host_os is wince