Custom Query (1067 matches)
Results (31 - 33 of 1067)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#350 | fixed | uk.po:122: number of format specifications in 'msgid' and 'msgstr[0]' does not match | KaZeR | Udo |
Description |
uk.po:122: number of format specifications in 'msgid' and 'msgstr[0]' does not match
uk.po:130: number of format specifications in 'msgid' and 'msgstr[0]' does not match See patch as possibel fix |
|||
#239 | fixed | uint32_t undefined in binfile.c | KaZeR | ssinger_pg@… |
Description |
I've encountered a compile error when building on powerpc/linux
binfile.c doesn't seem to be picking up the uint32_t typedef needed by endianess.h. The attached patch to binfile.c fixes the problem {{{ gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../../../navit -DMODULE=data_binfile -g -O2 -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -ffast-math -MT binfile.lo -MD -MP -MF .deps/binfile.Tpo -c binfile.c -fPIC -DPIC -o .libs/binfile.o binfile.c: In function 'lfh_to_cpu': binfile.c:101: error: 'uint32_t' undeclared (first use in this function) binfile.c:101: error: (Each undeclared identifier is reported only once binfile.c:101: error: for each function it appears in.) binfile.c:101: error: expected ')' before 'bswap_16' binfile.c:101: error: expected ')' before 'bswap_16' binfile.c:107: error: expected ')' before 'bswap_16' binfile.c:107: error: expected ')' before 'bswap_16' binfile.c:108: error: expected ')' before 'bswap_16' binfile.c:108: error: expected ')' before 'bswap_16' binfile.c:109: error: expected ')' before 'bswap_16' binfile.c:109: error: expected ')' before 'bswap_16' binfile.c: In function 'cd_to_cpu': binfile.c:116: error: 'uint32_t' undeclared (first use in this function) binfile.c:116: error: expected ')' before 'bswap_16' binfile.c:116: error: expected ')' before 'bswap_16' binfile.c:117: error: expected ')' before 'bswap_16' binfile.c:117: error: expected ')' before 'bswap_16' binfile.c:118: error: expected ')' before 'bswap_16' binfile.c:118: error: expected ')' before 'bswap_16' binfile.c:124: error: expected ')' before 'bswap_16' binfile.c:124: error: expected ')' before 'bswap_16' binfile.c:125: error: expected ')' before 'bswap_16' binfile.c:125: error: expected ')' before 'bswap_16' binfile.c: In function 'eoc_to_cpu': binfile.c:130: error: 'uint32_t' undeclared (first use in this function) binfile.c:130: error: expected ')' before 'bswap_16' binfile.c:130: error: expected ')' before 'bswap_16' binfile.c:135: error: expected ')' before 'bswap_16' binfile.c:135: error: expected ')' before 'bswap_16' binfile.c:136: error: expected ')' before 'bswap_16' binfile.c:136: error: expected ')' before 'bswap_16' binfile.c: In function 'binfile_coord_get': binfile.c:166: error: 'uint32_t' undeclared (first use in this function) binfile.c:166: error: expected ')' before 'bswap_16' binfile.c:166: error: expected ')' before 'bswap_16' binfile.c:167: error: expected ')' before 'bswap_16' binfile.c:167: error: expected ')' before 'bswap_16' binfile.c: In function 'binfile_attr_get': binfile.c:196: error: 'uint32_t' undeclared (first use in this function) binfile.c:196: error: expected ')' before 'bswap_16' binfile.c:196: error: expected ')' before 'bswap_16' binfile.c:197: error: expected ')' before 'bswap_16' binfile.c:197: error: expected ')' before 'bswap_16' binfile.c: In function 'setup_pos': binfile.c:346: error: 'uint32_t' undeclared (first use in this function) binfile.c:346: error: expected ')' before 'bswap_16' binfile.c:346: error: expected ')' before 'bswap_16' binfile.c:355: error: expected ')' before 'bswap_16' binfile.c:355: error: expected ')' before 'bswap_16' binfile.c:356: error: expected ')' before 'bswap_16' binfile.c:356: error: expected ')' before 'bswap_16' binfile.c: In function 'map_rect_get_item_binfile': }}} |
|||
#107 | fixed | typo in wiki - http://wiki.navit-project.org/index.php/Map_driver | somebody | anonymous |
Description |
see http://wiki.navit-project.org/index.php/Map_driver -- source code at the bottom of the page is trashed. If you want to mark some lines as "source code", simply insert a space at the first char of each line, otherwise the hashmarks will get interpreted by mediawiki as enumeration.
As alternative you can use the "<source lang=C>" and "</source>" tags. See e.g. the examples on http://en.wikipedia.org/wiki/Pseudocode (top PHP code using tags, bottom output of "hello world" using spaces). More examples: http://en.wikipedia.org/wiki/Category:Articles_with_example_pseudocode |
Note: See TracQuery
for help on using queries.