Custom Query (1067 matches)
Results (76 - 78 of 1067)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#421 | fixed | sdl-image can't handle color names in xpm | KaZeR | sera |
Description |
With navit and sdl graphics or sdl-image's showimage I get:
{{{ Couldn't load fastfood.xpm: colour parse error Couldn't load gc_event.xpm: colour parse error Couldn't load gc_multi.xpm: colour parse error Couldn't load gc_question.xpm: colour parse error Couldn't load gc_reference.xpm: colour parse error Couldn't load gc_stages.xpm: colour parse error Couldn't load gc_tradi.xpm: colour parse error Couldn't load gc_webcam.xpm: colour parse error Couldn't load gui_sound_32.xpm: colour parse error Couldn't load gui_sound_off_32.xpm: colour parse error Couldn't load library.xpm: colour parse error Couldn't load pharmacy.xpm: colour parse error Couldn't load tower.xpm: colour parse error Couldn't load unknown.xpm: colour parse error }}} The reason is sdl-image only knows about the colors none, black, white, red, green and blue. Every other color needs to be specified as an rgb value. Attached is a patch witch translates color names unknown by sdl-image into their rgb representation for the xpms currently in svn. |
|||
#388 | invalid | script to process OSM XML to convert diacritics to make navit osd keyboard usable | cp15 | joysfera.blogspot.com |
Description |
This simple script can convert all diacritics in the OSM XML so the text stays readable and it's possible to search for towns and streets with the A-Z limited OSD keyboard in navit. Most useful for Czech with their 15+15 'special' letters. Similarly for Slovak, probably Polish and possibly many more languages.
Usage: bzcat europe.osm.bz2| perl -CSD removeDiacritics.pl | osm2navit osm_europe.bin |
|||
#721 | invalid | saxon error on compile for android | cp15 | foxxi59 |
Description |
On ubuntu 10.10 with all updates I want the android part from svn (3843).
libsaxon-java is installed and configure runs with the option --with-saxon=saxonb-xslt Error-Messages: for i in navit_shipped.xml xslt/android.xslt; do if [ "${i%.xslt}" != "$i" ]; then echo "Applying $i" ; saxonb-xslt -snone navit.xml.new $i >navit.xml.tmp || exit ; mv navit.xml.tmp navit.xml.new || exit ; fi ; done Applying xslt/android.xslt /bin/bash: saxonb-xslt: Kommando nicht gefunden. make[4]: *** [navit.xml] Fehler 127 make[4]: Verlasse Verzeichnis '/home/jff/Entwicklung/android/navit/navit/navit' make[3]: *** [all-recursive] Fehler 1 make[3]: Verlasse Verzeichnis '/home/jff/Entwicklung/android/navit/navit/navit' make[2]: *** [all] Fehler 2 make[2]: Verlasse Verzeichnis '/home/jff/Entwicklung/android/navit/navit/navit' make[1]: *** [all-recursive] Fehler 1 make[1]: Verlasse Verzeichnis '/home/jff/Entwicklung/android/navit/navit' make: *** [all] Fehler 2 With --with-saxon=saxon-xslt Error-Messages: for i in navit_shipped.xml xslt/android.xslt; do if [ "${i%.xslt}" != "$i" ]; then echo "Applying $i" ; saxon-xslt -snone navit.xml.new $i >navit.xml.tmp || exit ; mv navit.xml.tmp navit.xml.new || exit ; fi ; done Applying xslt/android.xslt Unknown option -snone SAXON 6.5.5 from Michael Kay Usage: java com.icl.saxon.StyleSheet [options] source-doc style-doc {param=value}... Options: -a Use xml-stylesheet PI, not style-doc argument -ds Use standard tree data structure -dt Use tinytree data structure (default) -o filename Send output to named file or directory -m classname Use specified Emitter class for xsl:message output -r classname Use specified URIResolver class -t Display version and timing information -T Set standard TraceListener -TL classname Set a specific TraceListener -u Names are URLs not filenames -w0 Recover silently from recoverable errors -w1 Report recoverable errors and continue (default) -w2 Treat recoverable errors as fatal -x classname Use specified SAX parser for source file -y classname Use specified SAX parser for stylesheet -? Display this message make[4]: *** [navit.xml] Fehler 2 make[4]: Verlasse Verzeichnis '/home/jff/Entwicklung/android/navit/navit/navit' make[3]: *** [all-recursive] Fehler 1 make[3]: Verlasse Verzeichnis '/home/jff/Entwicklung/android/navit/navit/navit' make[2]: *** [all] Fehler 2 make[2]: Verlasse Verzeichnis '/home/jff/Entwicklung/android/navit/navit/navit' make[1]: *** [all-recursive] Fehler 1 make[1]: Verlasse Verzeichnis '/home/jff/Entwicklung/android/navit/navit' make: *** [all] Fehler 2 In Makefile.am is no entry with "snone" |
Note: See TracQuery
for help on using queries.