Opened 13 years ago
Closed 12 years ago
#545 closed defect/bug (fixed)
navit for android not building (android update project)
Reported by: | openid-provider.appspot.com/roverorna | Owned by: | cp15 |
---|---|---|---|
Priority: | major | Milestone: | version 0.2.0 |
Component: | port/android | Version: | git master |
Severity: | Keywords: | build make | |
Cc: |
Description
In SVN rev 2953, file: navit/Makefile, line 1069 reads:
android update project -t 3 -p android
so it says something like "use 3rd available configuration", and that's bad, because virtually ever android dev has got different set of installed packages.
I think it should name specific configuration, eg:
android update project -t android-4 -p android
Change History (2)
comment:1 Changed 12 years ago by kazer
- Milestone set to version 0.2.0
comment:2 Changed 12 years ago by woglinde
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Its configurable now via configure and therefor fixed. Revisions are 3632 and 3635.
http://navit.svn.sourceforge.net/viewvc/navit?view=revision&revision=3632
http://navit.svn.sourceforge.net/viewvc/navit?view=revision&revision=3635